|
| 1 | +# Rules suppression overview |
| 2 | + |
| 3 | +## [AsyncFixer](http://www.asyncfixer.com) |
| 4 | + |
| 5 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 6 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 7 | +| | | | | | | |
| 8 | + |
| 9 | +## [Asyncify](https://github.com/hvanbakel/Asyncify-CSharp) |
| 10 | + |
| 11 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 12 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 13 | +| | | | | | | |
| 14 | + |
| 15 | +## [Meziantou](https://www.meziantou.net/enforcing-asynchronous-code-good-practices-using-a-roslyn-analyzer.htm) |
| 16 | + |
| 17 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 18 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 19 | +| | | | | | | |
| 20 | + |
| 21 | +## [Microsoft - Code Analysis](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules) |
| 22 | + |
| 23 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 24 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 25 | +| CA1707 | | 04-12-2020 | Y | test | [link](/documentation/CodeAnalyzersRules/MicrosoftCodeAnalysis/CA1707.md) | |
| 26 | + |
| 27 | +## [Microsoft - FxCop](https://github.com/dotnet/roslyn-analyzers) |
| 28 | + |
| 29 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 30 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 31 | +| | | | | | | |
| 32 | + |
| 33 | +## [Microsoft - Threading](https://github.com/microsoft/vs-threading/blob/master/doc/analyzers/index.md) |
| 34 | + |
| 35 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 36 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 37 | +| | | | | | | |
| 38 | + |
| 39 | +## [SecurityCodeScan](https://security-code-scan.github.io) |
| 40 | + |
| 41 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 42 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 43 | +| | | | | | | |
| 44 | + |
| 45 | +## [StyleCop](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) |
| 46 | + |
| 47 | +| Rule | Area | Decision Date | Suppressed Y/N | Location | Decision link | |
| 48 | +| ----------- |-------------------|:-------------:|:--------------:|:--------:|---------------| |
| 49 | +| SA1101 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1101.md) | |
| 50 | +| SA1200 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1200.md) | |
| 51 | +| SA1413 | Maintainability | 27-11-2020 | N | - | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1413.md) | |
| 52 | +| SA1600 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1600.md) | |
| 53 | +| SA1602 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1602.md) | |
| 54 | +| SA1604 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1604.md) | |
| 55 | +| SA1633 | Documentation | 04-12-2020 | Y | root | [link](/documentation/CodeAnalyzersRules/StyleCop/SA1633.md) | |
0 commit comments