#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 62a8b20208 Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 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 Implemented explicit conversions - invalid casts now resolve to Conversion.None. 14 years ago
DynamicTests.cs Use NamedArgumentResolveResult for dynamic invocations. 14 years ago
ExplicitConversionsTest.cs Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 14 years ago
ExtensionMethodTests.cs Fixed bug when passing an extension method as a method group to a generic function. 14 years ago
FindReferencesTest.cs Simplify parser API. 14 years ago
InvocationTests.cs Introduced NamedArgumentResolveResult. 14 years ago
LambdaTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
LinqTests.cs CSharpAstResolver: don't return the same ResolveResult for two different nodes. 14 years ago
LocalTypeInferenceTests.cs Revert f01a4b2 and 58c4ec8. 14 years ago
MemberLookupTests.cs Simplify parser API. 14 years ago
MethodTests.cs Fix icsharpcode/NRefactory#86: method declaration with attributes fails to resolve since 2926e24. 14 years ago
NameLookupTests.cs [Resolver] Fixed using statement. 14 years ago
ObjectCreationTests.cs Fix #75: conversion between delegate types 14 years ago
OverloadResolutionTests.cs Rename Conversions to CSharpConversions. 14 years ago
ResolveAtLocationTests.cs Fixed some failing unit tests. 14 years ago
ResolverTestBase.cs Simplify parser API. 14 years ago
TypeInferenceTests.cs Fixed conversions from "dynamic" - these only exist from expressions, not from the type (this was causing subtle issues with type inference). 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