#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.
 
 
 
 
 
 
Simon Lindgren e60567ab86 [Resolver] Give the value parameter a domregion close to the setter or adder. 13 years ago
..
AnonymousTypeTests.cs Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creation 13 years ago
ArrayCreateTests.cs Re-enable resolver unit tests that failed due to the parser returning incorrect positions. 14 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. 13 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 Rename Conversions to CSharpConversions. 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. 13 years ago
LinqTests.cs Enabled working unit test. 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. 13 years ago
NameLookupTests.cs [Resolver] Give the value parameter a domregion close to the setter or adder. 13 years ago
ObjectCreationTests.cs Implemented better solution for the array initializer workaround hack. 13 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 years ago
ResolveAtLocationTests.cs [Resolver] Fixed resolve at location bug. 13 years ago
ResolverTestBase.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 13 years ago
TypeInferenceTests.cs Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
UnaryOperatorTests.cs [UnitTests] Disabled broken tests. 13 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago