167 Commits (1797fa2c045ac482e7c1c633167e7b2a3c51f505)

Author SHA1 Message Date
Simon Lindgren 1797fa2c04 [CodeActions] Add convertAnonymousDelegateToLambdaAction. 14 years ago
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 14 years ago
Daniel Grunwald 9a9485a49d Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
Simon Lindgren ea49b1a6cf [CodeIssues] Add StaticFieldInGenericTypeIssue. 14 years ago
Simon Lindgren e5f5d6c9e2 [CodeIssues] Add ThreadStaticOnInstanceFieldsIssue. 14 years ago
Simon Lindgren d6054d1035 [CodeIssues] Add ExceptionRethrowIssue 14 years ago
Daniel Grunwald 26409db2bb Implemented explicit conversions - invalid casts now resolve to Conversion.None. 14 years ago
Simon Lindgren 17cdd1fabd [CodeAction] Add ConvertInitializerToExplicitInitializationsAction. 14 years ago
Daniel Grunwald cc37a7179d TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
Daniel Grunwald 8728c08c68 Add project configurations for .NET 4.5. 14 years ago
Erik Källén cb034bd41d Implemented QueryExpressionExpander. 14 years ago
Simon Lindgren f47fd7619e [CodeIssues] RedundantToStringIssue: Also check formatting calls. 14 years ago
Mike Krüger bea810b157 [Completion] Recognized browsable attributes / streamlined completion 14 years ago
Simon Lindgren ecf167d3a1 [CodeIssues] Add IncorrectCalltoGetHashCodeIssue. 14 years ago
Simon Lindgren 783a79c42a [CodeIssues] Add CallToObjectEqualsViaBaseIssue. 14 years ago
Simon Lindgren 444ecf747b [CodeIssues] Add RedundantToStringIssue. 14 years ago
Simon Lindgren b375e1fdea [CodeIssues] Add RedundantCatchIssue. 14 years ago
Simon Lindgren e5f346bd92 [CodeIssues] Add OptionalParameterCouldBeSkippedIssue. 14 years ago
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 14 years ago
Simon Lindgren 11c428e10f [Utils] Add CompositeFormatStringParser and related classes. 14 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 14 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 14 years ago
Daniel Grunwald 0aa37bcf44 Add lazy-loading support to CecilLoader. 14 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 14 years ago
Simon Lindgren 77c9ccbb30 [CodeIssues] Rename VariableDeclaredInWideScopeIssue => VariableDeclaredInWideScopeTests in the test project. 14 years ago
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 14 years ago
Simon Lindgren 3ec073f293 [CodeActions] Add MoveToOuterScopeAction. 14 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren 9d5a384286 [CodeActions] Add ConvertToInitializerAction. 14 years ago
Erik Källén 0bf9891a8e ResolveResults for dynamic expressions 14 years ago
Mike Krüger e058d6103b [Completion] Improved xml document completion. 14 years ago
Erik Källén 1363faf788 Tests demonstrating issues with parameter identity in accessors. 14 years ago
Simon Lindgren da5bbf381e [Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext. 14 years ago
Simon Lindgren 0c9704d216 [Parser] Give ExpressionStatements with an invalid expression a semicolon if there was one in the file. 14 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 14 years ago
Simon Lindgren f99663b90e [CodeActions] Add IterateViaForeachAction. 14 years ago
Simon Lindgren 4ca0f1d375 [CodeAction] Add code actions for converting between static method calls and extension method calls. 14 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 14 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 14 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 14 years ago
Simon Lindgren b6203ac3e8 [CodeAction] Add AddCatchTypeAction. 14 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 14 years ago
Nieve 99b856a5ee added extract field code action 14 years ago
Mike Krüger 805e0721d9 Started implement interface/abstract members code action. 14 years ago
Mike Krüger 2aec1be700 Improved the handling of delegate contexts. 14 years ago
Mike Krüger ca289f5fc5 Improved array initializer wrapping options. 14 years ago
Mike Krüger 9511d48927 Added KeepCommentsAtFirstColumn option. 14 years ago
Mike Krüger c114f711df Added unit tests for the open mcs nrefactory related bugs. We should 14 years ago
Daniel Grunwald 8111e2683a Add issue provider for explicit conversions in foreach loops. 14 years ago
Mike Krüger 8444dffd81 Startet exctract method action. 14 years ago