blob: 913b3e5e6fa043e0b53f433fd2b8f1e53fff28c7 (
plain)
1
2
3
4
5
6
7
|
[*.cs]
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = silent
# ASP0000: Do not call 'IServiceCollection.BuildServiceProvider' in 'ConfigureServices'
dotnet_diagnostic.ASP0000.severity = silent
|