#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 b416f38f78 CSharpAmbience: allow passing in a custom IOutputFormatter. 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 Adjusted C# resolver to refactored type system. 15 years ago
BinaryOperatorTests.cs Report more types of invalid equality comparisons as errors. 14 years ago
CastTests.cs Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics. 15 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. 15 years ago
FindReferencesTest.cs Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)" 14 years ago
InvocationTests.cs Do not try to infer a type from the null literal. 15 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 Fixed finding references to method group conversions. 14 years ago
LocalTypeInferenceTests.cs Fixed type inference in foreach when the collection type does not implement IEnumerable. 15 years ago
MemberLookupTests.cs Fixed accessing protected members through type parameters. 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 Fixed bug when resolving base constructor calls. 15 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 Handle T[] -> T* and string -> char* conversions in fixed statement initializers. 14 years ago