| `All` | All rules are enabled as build warnings<sup>\*</sup>. You can selectively [opt out](../configuration-options.md) of individual rules to disable them.<br/><br/>\* The following rules are *not* enabled by setting `AnalysisMode` to `All` or by setting `AnalysisLevel` to `latest-all`: CA1017, CA1045, CA1005, CA1014, CA1060, CA1021, and the code metrics analyzer rules (CA1501, CA1502, CA1505, CA1506, and CA1509). These legacy rules might be deprecated in a future version. However, you can still enable them individually using a `dotnet_diagnostic.CAxxxx.severity = <severity>` entry. |
0 commit comments