#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 585ae50c2f CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 14 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 15 years ago
AttributeTests.cs Fixed attribute empty arglist parens. 14 years ago
BinaryOperatorTests.cs Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators. 14 years ago
CastTests.cs [UnitTests] Disabled broken tests. 14 years ago
ComTests.cs Add support for calling constructors on COM interfaces. 14 years ago
ConditionalOperatorTests.cs Add support for resolving "operator true". 14 years ago
ConversionsTest.cs Failing test that demonstrates that explicit user-defined conversions don't work. 14 years ago
ExtensionMethodTests.cs Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
FindReferencesTest.cs Implemented the new options for overridden members in FindReferences. 14 years ago
InvocationTests.cs Fix icsharpcode/NRefactory#33: Determining if a ThisResolveResult represents this. or base. 14 years ago
LambdaTests.cs Implemented better solution for the array initializer workaround hack. 14 years ago
LinqTests.cs CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
LocalTypeInferenceTests.cs Fixed type inference in foreach when the collection type does not implement IEnumerable. 14 years ago
MemberLookupTests.cs Removed duplicate unit test. 14 years ago
MethodTests.cs Tests demonstrating issues with parameter identity in accessors. 14 years ago
NameLookupTests.cs [Resolver] Fixed using statement. 14 years ago
ObjectCreationTests.cs Implemented better solution for the array initializer workaround hack. 14 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 years ago
ResolveAtLocationTests.cs Fixed some failing unit tests. 14 years ago
ResolverTestBase.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
TypeInferenceTests.cs Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
UnaryOperatorTests.cs [UnitTests] Disabled broken tests. 14 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago