#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 e62a04692b Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum) 14 years ago
..
AnonymousTypeTests.cs Test demonstrating problem with nesting anonymous objects. 14 years ago
ArrayCreateTests.cs
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
DynamicTests.cs ResolveResults for dynamic expressions 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 Fixed bug resolving indexer parameter declarations (was introduced with #66 [9476183]). 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 Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum) 14 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago