#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.
 
 
 
 
 
 
Mike Krüger 3dbba420eb [Resolver] Fixed infinite loop issue when a type inherits from type 13 years ago
..
CSharp [Resolver] Fixed infinite loop issue when a type inherits from type 13 years ago
Documentation Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Editor TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago
FormattingTests Rename CompilationUnit to SyntaxTree. 13 years ago
Properties Use GlobalAssemblyInfo.cs for all projects. 14 years ago
TypeSystem [Semantics] Added test case for nullable constant value / fixed last 13 years ago
Utils [Utils] Don't allow escape sequences in numeric fields of format items. 13 years ago
ICSharpCode.NRefactory.Tests.csproj [CodeIssues] New issue to convert .Where(p).Any() to .Any(p). (from shani) 13 years ago