#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 4f47170535 Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
..
Analysis TypeSystemConvertVisitor: implemented ConvertInterfaceImplementation for methods and properties. 14 years ago
CodeActions Updated indent engine. 14 years ago
CodeCompletion Fixed completion bug. 14 years ago
CodeIssues Allow '_' and 'm_' as field prefix name. 14 years ago
Inspector Worked on inconsistent naming issue. 14 years ago
Parser Removed IRelocatable infrastructure - the start line could now be 14 years ago
Refactoring Add documentation to methods for creating type references that describe the expected ITypeResolveContext for resolving those type references. 14 years ago
Resolver Fixed type inference bug introduced in 2e40a34 - array covariance was ignored. 14 years ago
AstStructureTests.cs Moved more roles to the Roles class/Changed TypeDeclaration 14 years ago
CSharpAmbienceTests.cs Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType. 14 years ago
CSharpOutputVisitorTests.cs Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
CodeDomConvertVisitorTests.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
InsertParenthesesVisitorTests.cs Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor. 14 years ago