File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1212
1313## Codefixes
1414
15- - CS0123
16- - CS0161
17- - CS0407
18- - CS1998
19- - CS4016
15+ ### CSharp Diagnostics
16+
17+ | ID| Level| Description|
18+ | ---| ---| ---|
19+ | CS0123| Error| Rewrites method signature or creates a signature which matches the requirement.|
20+ | CS0161| Error| Inserts throws NotImplementedException();|
21+ | CS0407| Error| Rewrites method signature to match the requirement.|
22+ | CS1998| Error| Wraps expression in Task.FromResult()|
23+ | CS4016| Error| Unwraps expression in Task.FromResult()|
24+
25+ ### Project Diagnostics
26+
27+ | ID| Level| Description|
28+ | ---| ---| ---|
29+ | ACA0001| Suggestion| Delegates implementation of an interface to a field/property with a collection type that also implements that interface.|
30+ | ACA0002| Suggestion| Removes all comments within a class.|
31+ | ACA0003| Suggestion| Removes all comments within a method.|
32+ | ACA0004| Suggestion| Removes all comments within an array.|
33+ | ACA0005| Suggestion| Removes all comments within a namespace.|
2034
2135## References
2236- [ Repository docs] ( https://github.com/taori/Amusoft.CodeAnalysis.Analyzers/tree/master/docs )
You can’t perform that action at this time.
0 commit comments