Skip to content

Commit 3ce1d13

Browse files
authored
Update README.md
1 parent f5ba9f8 commit 3ce1d13

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,25 @@
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)

0 commit comments

Comments
 (0)