Adding additional files

This commit is contained in:
Alexander Rufenach
2021-06-01 18:24:50 -04:00
parent 6b42bc8d73
commit 895a92290f
12 changed files with 1082 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[*.cs]
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = warning
# CS8603: Possible null reference return.
dotnet_diagnostic.CS8603.severity = warning
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = warning