disable warnings for missing XML comments

This commit is contained in:
Evil Factory
2022-05-07 13:38:59 -03:00
parent 789d728f7a
commit 4aa5c79edb
4 changed files with 7 additions and 0 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[*.cs]
# CS1591: Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = none