#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald 1467ce3b5b Fixed accessibility check for protected members in outer classes. 14 years ago
..
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
AttributeTests.cs Adjusted C# resolver to refactored type system. 14 years ago
BinaryOperatorTests.cs Adjusted C# resolver to refactored type system. 14 years ago
CastTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ConditionalOperatorTests.cs Fixed type inference for "condition ? someEnum : 0" 14 years ago
ConversionsTest.cs Adjusted C# resolver to refactored type system. 14 years ago
ExtensionMethodTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 14 years ago
LambdaTests.cs Fixed various resolver bugs. 14 years ago
LinqTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
LocalTypeInferenceTests.cs Fixed type inference in foreach when the collection type does not implement IEnumerable. 14 years ago
MemberLookupTests.cs Fixed accessibility check for protected members in outer classes. 14 years ago
NameLookupTests.cs Enum members are implicitly cast to the underlying type when used in an enum member initializer. 14 years ago
ObjectCreationTests.cs Fixed bug when resolving base constructor calls. 14 years ago
OverloadResolutionTests.cs Adjusted C# resolver to refactored type system. 14 years ago
ResolveAtLocationTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ResolverTestBase.cs Fixed various resolver bugs. 14 years ago
TypeInferenceTests.cs Do not try to infer a type from the null literal. 14 years ago
UnaryOperatorTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
UnsafeCodeTests.cs Move ResolveResults to NR.Semantics 15 years ago