#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 24d2d195f9 Use specialized method for MethodGroupConversion. icsharpcode/NRefactory#21 14 years ago
..
AnonymousTypeTests.cs Fixed resolving NamedExpressions in anonymous type creation expressions. 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 Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 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 Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
ExtensionMethodTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
FindReferencesTest.cs Fix icsharpcode/NRefactory#16: Resolve the GetEnumerator call inside a foreach 14 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 14 years ago
LambdaTests.cs Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates. 14 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 Use specialized method for MethodGroupConversion. icsharpcode/NRefactory#21 14 years ago
NameLookupTests.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
ObjectCreationTests.cs Enabled working unit test. 14 years ago
OverloadResolutionTests.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
ResolveAtLocationTests.cs Improve ResolveAtLocation. 14 years ago
ResolverTestBase.cs The formatting visitor is now using an easier visitor pattern. 14 years ago
TypeInferenceTests.cs CSharpAmbience: allow passing in a custom IOutputFormatter. 14 years ago
UnaryOperatorTests.cs Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace. 14 years ago
UnsafeCodeTests.cs Fixed incorrect parser positions in FixedStatement test. 14 years ago