Enable Analyzers disabled as a part of globalconfig merge from runtime
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
### Is your feature request related to a problem? Please describe
List of diagnostics that need to be investigated, fixed, and enabled.
```
Line 297: dotnet_diagnostic.CA1821.severity = none # TODO: warning
Line 466: dotnet_diagnostic.CA2208.severity = none # TODO: warning
Line 533: dotnet_diagnostic.CA2245.severity = none # TODO: warning
Line 851: dotnet_diagnostic.IL3000.severity = none # TODO: warning
Line 1137: dotnet_diagnostic.SA1302.severity = none # TODO: warning
Line 1179: dotnet_diagnostic.SA1400.severity = none # TODO: warning
Line 1191: dotnet_diagnostic.SA1404.severity = none # TODO: warning
Line 1608: dotnet_diagnostic.IDE0059.severity = none # TODO: warning
```
### Describe the solution you'd like and alternatives you've considered
N/A
### Will this feature affect UI controls?
N/A
Contributor guide
Assessment
This issue has not been assessed yet.