Mike Krüger
|
da2eea8353
|
[CodeIssues] Improved naming check (skipp overriden members).
|
13 years ago |
Mansheng Yang
|
728bf05224
|
[CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue
|
13 years ago |
Simon Lindgren
|
a546a8f7c1
|
[CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well.
|
13 years ago |
Simon Lindgren
|
c8f36ae31b
|
[CodeActions] Handle auto-setters and missing setters in SetterDoesNotUseValueParameterIssue.
|
13 years ago |
Mike Krüger
|
4e44369854
|
[CodeIssues] Fdg rules now apply only to public & protected entities.
(The Fdg rules only apply to that, we were more restrictive).
|
13 years ago |
Mike Krüger
|
b0c73cc6a8
|
[CodeIssues] Fixed fdg naming rules.
|
13 years ago |
Simon Lindgren
|
47da624e7e
|
[CodeIssue] Add CallToVirtualFunctionFromConstructorIssue.
|
13 years ago |
Simon Lindgren
|
8e94126c11
|
[CodeIssue] Add IncorrectExceptionParameterOrderingIssue.
|
13 years ago |
Simon Lindgren
|
2396e99ca4
|
[CodeIssue] Add SetterDoesNotUseValueParameterIssue.
|
13 years ago |
Daniel Grunwald
|
8111e2683a
|
Add issue provider for explicit conversions in foreach loops.
|
14 years ago |
Daniel Grunwald
|
9e1d371698
|
Fixed RedundantUsingIssue to no longer remove "System.Linq" if it is required for a query expression.
|
14 years ago |
Daniel Grunwald
|
f098db8f4e
|
Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction.
|
14 years ago |
Mike Krüger
|
048a4b944a
|
Updated Fdg rules.
|
14 years ago |
Mike Krüger
|
89ee8bcdca
|
Allow '_' and 'm_' as field prefix name.
|
14 years ago |
Mike Krüger
|
34b3e18c2a
|
Adjusted default Fdg rules a bit (private static fields are now
camelCase).
|
14 years ago |
Mike Krüger
|
99270db23e
|
Fixed type parameter naming.
|
14 years ago |
Mike Krüger
|
795e6c8dd0
|
Improved naming issue checking for some special cases of entities.
|
14 years ago |
Mike Krüger
|
98e7a57b61
|
Fixed type parameter naming rule.
|
14 years ago |
Mike Krüger
|
9ab32dc1ce
|
Fixed inconsistent naming issues.
|
14 years ago |
Mike Krüger
|
a14ed3bfcf
|
Fixed inconsistent naming tests.
|
14 years ago |
Mike Krüger
|
fcfbbdb507
|
Completed the features of the inconsistent naming issue.
|
14 years ago |
Mike Krüger
|
439010a73b
|
Added some inconsistent naming tests.
|
14 years ago |
Mike Krüger
|
6b4150680f
|
Added missing is null or empty inspector cases.
|
14 years ago |
Mike Krüger
|
9fb443ade8
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |