Add exception for IDE0059 errors.

This commit is contained in:
Big Duckie
2022-07-05 16:06:59 -06:00
parent b206463290
commit 8f5ec80722
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
[*.cs]
# IDE0059: Unnecessary assignment of a value
dotnet_diagnostic.IDE0059.severity = none