#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 57d55c651d Fixed resolving simple names within a generic class that refer to a non-generic inner class. 15 years ago
..
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
AttributeTests.cs Adjust unit tests to InvocationResolveResult changes. 15 years ago
BinaryOperatorTests.cs Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 15 years ago
CastTests.cs Move ResolveResults to NR.Semantics 15 years ago
ConditionalOperatorTests.cs Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 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 Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 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 Fixed resolving simple names within a generic class that refer to a non-generic inner class. 15 years ago
NameLookupTests.cs Fixed resolving simple names within a generic class that refer to a non-generic inner class. 15 years ago
ObjectCreationTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
OverloadResolutionTests.cs Add "public ResolveResult Body { get; }" to LambdaResolveResult. 15 years ago
ResolveAtLocationTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
ResolverTestBase.cs Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 15 years ago
TypeInferenceTests.cs Add "public ResolveResult Body { get; }" to LambdaResolveResult. 15 years ago
UnaryOperatorTests.cs Apply license header to unit tests. 15 years ago
UnsafeCodeTests.cs Move ResolveResults to NR.Semantics 15 years ago