Small updates to fix warnings + default top level statements
This commit is contained in:
4
files/.editorconfig
Normal file
4
files/.editorconfig
Normal file
@@ -0,0 +1,4 @@
|
||||
[*.cs]
|
||||
|
||||
# CS8714: The type cannot be used as type parameter in the generic type or method. Nullability of type argument doesn't match 'notnull' constraint.
|
||||
dotnet_diagnostic.CS8714.severity = none
|
||||
Reference in New Issue
Block a user