#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 92c8bd671a Fix NullReferenceException in DefaultResolvedField.ConstantValue when the field is not a constant. 14 years ago
..
Completion Worked on basic nrefactory completion infrastructure. 14 years ago
Documentation Type system refactoring: split unresolved/resolved type systems. 14 years ago
Editor Remove ITextEditorAdapter and use IDocument instead. 15 years ago
PatternMatching Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself. 14 years ago
Properties Add ICompilation.Import() extension methods. 14 years ago
Semantics Enum members are implicitly cast to the underlying type when used in an enum member initializer. 14 years ago
TypeSystem Fix NullReferenceException in DefaultResolvedField.ConstantValue when the field is not a constant. 14 years ago
Utils Fixed bug when resolving base constructor calls. 14 years ago
.gitignore
IAnnotatable.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
ICSharpCode.NRefactory.csproj Fixed some issues with code round-tripping; and added unit tests for some parser failures. 14 years ago
Role.cs Move NRefactory.CSharp to separate assembly. 15 years ago
TextLocation.cs Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago