Daniel Grunwald
|
99bbb11ded
|
Add 'ResultOfAsyncCallShouldNotBeIgnored' issue.
|
13 years ago |
Mike Krüger
|
28c635f11d
|
[CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant
and handled by RedundantAssignmentIssue
|
13 years ago |
Daniel Grunwald
|
e62e9469a7
|
Simplified ExpressionIsNeverOfProvidedTypeIssue and fixed false positive when converting from System.Object to value types.
|
13 years ago |
Lopatkin Ilja
|
4b3f83be72
|
Implemented code action to sort usings
|
13 years ago |
Erik Källén
|
66f51bff3a
|
Added a separate AwaitResolveResult
|
13 years ago |
Simon Lindgren
|
6c2336b582
|
[CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext.
|
13 years ago |
Simon Lindgren
|
c518c640f1
|
[Refactoring] Add LocalReferenceFinder.
|
13 years ago |
Simon Lindgren
|
3cf3032f50
|
[CodeActions] Clean up StatementsToInitializerConverter and InitializerPath.
Also, rename InitializerPath to AccessPath.
|
13 years ago |
Mike Krüger
|
6c62b5b2c3
|
[Ast] Fixed end location of multi line strings.
|
13 years ago |
Mike Krüger
|
f43d5df0e2
|
[CodeIssues] New issue to convert .Where(p).Any() to .Any(p). (from shani)
|
13 years ago |
Simon Lindgren
|
79b4c25ccc
|
[CodeIssues] ParameterCanBeDemotedIssue: Add Criterions for suitable indexer members and for array types. Also start resolving the method with the new type to check for errors.
|
13 years ago |
Daniel Grunwald
|
40bbafda16
|
Set NET_4_0 preprocessor symbol for mcs.
Rename "NET45" to "NET_4_5" to be consistent with mcs and Mono.Cecil.
|
13 years ago |
Mansheng Yang
|
c63f65a570
|
[CodeIssue] Added MethodOverloadHidesOptionalParameterIssue
|
13 years ago |
Simon Lindgren
|
76670db70c
|
[CodeActions] Add ConvertLambdaToAnonymousDelegateAction.
|
13 years ago |
Simon Lindgren
|
1797fa2c04
|
[CodeActions] Add convertAnonymousDelegateToLambdaAction.
|
13 years ago |
Mansheng Yang
|
352b20cac6
|
[CodeIssue] Added RedundantObjectCreationArgumentListIssue
|
13 years ago |
Mansheng Yang
|
9a8d671d07
|
[CodeIssue] RedundantObjectOrCollectionInitializerIssue: added some tests
|
13 years ago |
Mansheng Yang
|
c0870dbb79
|
[CodeIssue] Added RedundantObjectOrCollectionInitializerIssue
|
13 years ago |
Mansheng Yang
|
4af137970c
|
[CodeIssue] Added RedundantCaseLabelIssue
|
13 years ago |
Mansheng Yang
|
86e4d9a18e
|
[CodeIssue] Added CastExpressionOfIncompatibleTypeIssue
|
13 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
Daniel Grunwald
|
4a6a43d0d1
|
Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory).
|
13 years ago |
Simon Lindgren
|
ea49b1a6cf
|
[CodeIssues] Add StaticFieldInGenericTypeIssue.
|
13 years ago |
Simon Lindgren
|
e5f5d6c9e2
|
[CodeIssues] Add ThreadStaticOnInstanceFieldsIssue.
|
13 years ago |
Mansheng Yang
|
d9dbd25be7
|
[CodeIssue] Added RedundantArrayInitializerCommaIssue
|
13 years ago |
Simon Lindgren
|
d6054d1035
|
[CodeIssues] Add ExceptionRethrowIssue
|
13 years ago |
Mansheng Yang
|
ff4b265de7
|
[CodeIssue] Added MethodNeverReturnsIssue
|
13 years ago |
Mansheng Yang
|
83776a15f9
|
[CodeIssue] Added RedundantAttributeParenthesesIssue
|
13 years ago |
Mansheng Yang
|
29c686ab0a
|
[CodeIssue] Added DoubleNegationIssue
|
13 years ago |
Mike Krüger
|
f81ecd7e29
|
[Parser] Implemented own seekable stream reader.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Simon Lindgren
|
17cdd1fabd
|
[CodeAction] Add ConvertInitializerToExplicitInitializationsAction.
|
13 years ago |
Daniel Grunwald
|
359fdd2382
|
Provide both Enter and Leave events in ObservableAstVisitor.
|
13 years ago |
Daniel Grunwald
|
8728c08c68
|
Add project configurations for .NET 4.5.
|
13 years ago |
Mansheng Yang
|
0ee9c33716
|
[CodeIssue] Added ReferenceEqualsCalledWithValueTypeIssue
|
13 years ago |
Mansheng Yang
|
10fc7380d9
|
[CodeIssue] Added ExpressionIsNeverOfProvidedTypeIssue
|
13 years ago |
Mansheng Yang
|
0ba24d9ffc
|
[CodeIssue] Added ExpressionIsAlwaysOfProvidedTypeIssue
|
13 years ago |
Erik Källén
|
cb034bd41d
|
Implemented QueryExpressionExpander.
|
13 years ago |
Mansheng Yang
|
b8b2c61f09
|
[CodeIssue] Added CompareBooleanWithTrueOrFalseIssue
|
13 years ago |
Mansheng Yang
|
93fae44c4b
|
[CodeAction] Added JoinDeclarationAndAssignmentAction
|
13 years ago |
Simon Lindgren
|
f47fd7619e
|
[CodeIssues] RedundantToStringIssue: Also check formatting calls.
|
13 years ago |
Simon Lindgren
|
ecf167d3a1
|
[CodeIssues] Add IncorrectCalltoGetHashCodeIssue.
|
13 years ago |
Mansheng Yang
|
0cf2d3940a
|
[CodeIssue] Renamed DoubleNegationExpressionIssue to NegativeRelationalExpressionIssue
|
13 years ago |
Mansheng Yang
|
5307b168eb
|
[CodeAction] Added JoinStringAction
|
13 years ago |
Simon Lindgren
|
783a79c42a
|
[CodeIssues] Add CallToObjectEqualsViaBaseIssue.
|
13 years ago |
Simon Lindgren
|
444ecf747b
|
[CodeIssues] Add RedundantToStringIssue.
|
13 years ago |
Mansheng Yang
|
144ddcd987
|
[CodeIssue] Added DoubleNegationExpressionIssue
|
13 years ago |
Mansheng Yang
|
fa9d5acfac
|
[CodeAction] Added NegateRelationalExpressionAction
|
13 years ago |
Daniel Grunwald
|
bfe463b50d
|
NRefactory 5.1.0
|
13 years ago |
Mansheng Yang
|
209d3f0e42
|
[CodeIssue] Added RedundantTypeCastIssue
|
13 years ago |