85 Commits (2faf35e6fcd9535ca1975c3cc8bcce8c2937e469)

Author SHA1 Message Date
Daniel Grunwald 2bebee46a1 C# XML documentation support. 14 years ago
Daniel Grunwald a7245affe6 Fixed finding references to method group conversions. 14 years ago
Daniel Grunwald cb84adabc6 Fixed parsing undocumented expressions. 14 years ago
Daniel Grunwald 5c9dfb9896 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
Daniel Grunwald b4003145b3 Add MethodGroupResolveResult.GetEligibleExtensionMethods() method. 14 years ago
Mike Krüger 764b8a33f4 Added unit tests for context actions. 14 years ago
Mike Krüger e6df8e7628 Added unit tests for SplitDeclarationAndAssignment context action. 14 years ago
Daniel Grunwald 418f7090cb Fixed resolving NamedExpressions in anonymous type creation expressions. 14 years ago
Mike Krüger 7dda083aa5 Added name context test suite. 15 years ago
Mike Krüger c453405dcf Updated code completion to the latest type system changes. 15 years ago
Daniel Grunwald 4db74d9da0 Fixed roundtripping of preprocessor directives. 15 years ago
Daniel Grunwald 4ccc313d46 Normalize newlines 15 years ago
Mike Krüger bcde6f1af6 Worked on enum context. 15 years ago
Mike Krüger 7e5380551b Updated mcs/fixed some code completion cases. 15 years ago
Mike Krüger 4376927d99 Renamed file. 15 years ago
Mike Krüger 11a9ce2287 Added context action unit tests. 15 years ago
Mike Krüger 1bc609ff79 Added pre processor "if"/"elif" contexts. 15 years ago
Daniel Grunwald f631199013 Type system refactoring: split unresolved/resolved type systems. 15 years ago
Mike Krüger bf3fdb3659 Added variable statement declaration tests. 15 years ago
Mike Krüger 86b3da295f Added object initializer tests & fixed them. 15 years ago
Mike Krüger b74cfbb11a Added switch context handling. 15 years ago
Mike Krüger ed86963b5a Failed assertions now fail unit tests. 15 years ago
Mike Krüger 0320a66587 Added monodevelop code completion tests. 15 years ago
Daniel Grunwald 0c3d5e06d7 Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal. 15 years ago
Daniel Grunwald 4d73e48488 Add GetEffectiveBaseClass() and GetEffectiveInterfaceSet() to ITypeParameter, and fixed a bug in DefaultTypeParameter.IsReferenceType(). 15 years ago
Daniel Grunwald 7ff012f1a5 Fixed some issues in the CodeDomConvertVisitor. 15 years ago
Daniel Grunwald fd8f8cf6cb Adjust AST for async/await. 15 years ago
Mike Krüger 64b7dff80c Removed more target framework profiles. 15 years ago
Siegfried Pammer e6d84ff111 moved Ambience to NRefactory 15 years ago
Daniel Grunwald dfc98609ce Move ICSharpCode.Editor into NRefactory. 15 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 15 years ago
Daniel Grunwald 33abc64eec Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class. 15 years ago
Daniel Grunwald 3fdf0ee6c6 Implemented resolver for LINQ queries. 15 years ago
Daniel Grunwald fb8d152fcf Fixed deserialization of XmlDocumentationProvider. 15 years ago
Daniel Grunwald b1804fd9df Add position-checking unit test to NRefactory. 15 years ago
Daniel Grunwald 12d7961e39 Add SerializationBinder-support to FastSerializer. 15 years ago
Daniel Grunwald 769c0ae2e0 Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils. 15 years ago
Daniel Grunwald f79b0a77f3 Resolver: array create expressions 15 years ago
Daniel Grunwald 5c585e110b Apply license header to unit tests. 15 years ago
Daniel Grunwald e17ba7462a Add unit tests for TypeSystemAstBuilder. 15 years ago
Daniel Grunwald a9a6e1680d Add ID string provider + a few resolver bugfixes 15 years ago
Daniel Grunwald fa6afb250a Fix ResolveVisitor.VisitArrayCreateExpression. 15 years ago
Daniel Grunwald 344476efbb Fix contracts. 15 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 15 years ago
Mike Krüger 2e82144ec9 * TypeDeclarationTests.cs: 15 years ago
Daniel Grunwald d022808047 Fixed parsing of enum member declarations. 15 years ago
Mike Krüger c01ba21f1e Converted the unit tests. 15 years ago
Daniel Grunwald 735cb8595e Fix issues in definite assignment analysis. 15 years ago
Daniel Grunwald 41b4385d7c Port NRefactory to .NET 3.5. 15 years ago
Daniel Grunwald a24999d720 Add InsertParenthesesVisitor 15 years ago