code analysis and cleanup (#1411)

* cleanup scanner project

* cleanup infrastructure projects

* cleanup ffmpeg project

* cleanup core project

* cleanup app project

* cleanup main project

* update dependencies

* code cleanup
This commit is contained in:
Jason Dove
2023-09-03 06:23:42 -05:00
committed by GitHub
parent 6414471ace
commit 245c4ec359
308 changed files with 1438 additions and 1032 deletions
+7
View File
@@ -0,0 +1,7 @@
[*.{cs,vb}]
# disable CA1069: Enums should not have duplicate values
dotnet_diagnostic.ca1069.severity = none
# disable CA1707: Identifiers should not contain underscores
dotnet_diagnostic.ca1707.severity = none
# disable CA1711: Identifiers should not have incorrect suffix
dotnet_diagnostic.ca1711.severity = none