Chess Challenge Project

This commit is contained in:
Sebastian Lague 2023-07-21 14:16:37 +02:00
parent 29e522df30
commit a268bc3cad
60 changed files with 7316 additions and 0 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*.cs]
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = silent
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = silent