fix builds (#1412)

This commit is contained in:
Jason Dove
2023-09-03 08:52:00 -05:00
committed by GitHub
parent 245c4ec359
commit 5caf8f7f98
17 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[*.{cs,vb}]
[*.cs]
# disable CA1069: Enums should not have duplicate values
dotnet_diagnostic.ca1069.severity = none
# disable CA1707: Identifiers should not contain underscores