#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 b803d850f7 Do not report invalid conversion from int to void for this code: 14 years ago
..
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 years ago
AttributeTests.cs Adjusted C# resolver to refactored type system. 14 years ago
BinaryOperatorTests.cs Fixed resolving compound assignment operators. 14 years ago
CastTests.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 14 years ago
ConditionalOperatorTests.cs Fixed type inference for "condition ? someEnum : 0" 14 years ago
ConversionsTest.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 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 Do not report invalid conversion from int to void for this code: 14 years ago
LinqTests.cs Adjust unit tests to InvocationResolveResult changes. 14 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 Added ResolverTest to consistency check and fixed some crashing bugs in the resolver. 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 Do not report invalid conversion from int to void for this code: 14 years ago
TypeInferenceTests.cs Do not try to infer a type from the null literal. 14 years ago
UnaryOperatorTests.cs Fixed resolving "-2147483648". 14 years ago
UnsafeCodeTests.cs Move ResolveResults to NR.Semantics 14 years ago