7 lines
345 B
INI
7 lines
345 B
INI
[*.cs]
|
|
|
|
# CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
dotnet_diagnostic.CS8632.severity = suggestion
|
|
|
|
# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
|
|
dotnet_diagnostic.CS4014.severity = suggestion
|