#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 fe815dc2a0 Fixed false positive that caused a 'is operator always returns true' warning even though it returns false. (e.g. 'intVar is double') 13 years ago
..
Analysis Don't show 'method never returns' for iterators containing 'yield break;' 13 years ago
Ast Fix #120: RedundantNamespaceUsageIssue bad handling of using aliases 13 years ago
Completion Fixed completion bug. 14 years ago
Formatter [Refactoring] Format text can now take a node list to format / fixed a 13 years ago
OutputVisitor Add special case for negative zero in CSharpOutputVisitor. 14 years ago
Parser [Ast] Getting the end location of token nodes is now faster. 13 years ago
Properties Use GlobalAssemblyInfo.cs for all projects. 14 years ago
Refactoring Fixed false positive that caused a 'is operator always returns true' warning even though it returns false. (e.g. 'intVar is double') 13 years ago
Resolver Fixed using implicit user-defined conversions as part of explicit conversions. 13 years ago
TypeSystem Add support for empty namespaces in the C# type system. 13 years ago
CSharpProjectContent.cs NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.FullAssemblyName, 14 years ago
ICSharpCode.NRefactory.CSharp.csproj [CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant 13 years ago
NameLookupMode.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
QueryExpressionExpander.cs [Ast] Getting the end location of token nodes is now faster. 13 years ago