#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 0c3d5e06d7 Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 15 years ago
..
ArrayCreateTests.cs Resolver: array create expressions 15 years ago
AttributeTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
BinaryOperatorTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
CastTests.cs Move ResolveResults to NR.Semantics 15 years ago
ConditionalOperatorTests.cs Move ResolveResults to NR.Semantics 15 years ago
ConversionsTest.cs Fix StackOverflowException when subtyping does not terminate due to expansive inheritance. 15 years ago
ExtensionMethodTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
InvocationTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
LambdaTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
LinqTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
LocalTypeInferenceTests.cs Move ResolveResults to NR.Semantics 15 years ago
MemberLookupTests.cs Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 15 years ago
NameLookupTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
ObjectCreationTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
OverloadResolutionTests.cs Added async/await support to the resolver. 15 years ago
ResolveAtLocationTests.cs Fixed resolving event declarations. 15 years ago
ResolverTestBase.cs Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 15 years ago
TypeInferenceTests.cs Added async/await support to the resolver. 15 years ago
UnaryOperatorTests.cs Apply license header to unit tests. 15 years ago
UnsafeCodeTests.cs Move ResolveResults to NR.Semantics 15 years ago