Initial commit
This commit is contained in:
13
PartSource.Automation/.editorconfig
Normal file
13
PartSource.Automation/.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
[*.cs]
|
||||
|
||||
# CA1307: Specify StringComparison
|
||||
dotnet_diagnostic.CA1307.severity = suggestion
|
||||
|
||||
# CA1031: Do not catch general exception types
|
||||
dotnet_diagnostic.CA1031.severity = none
|
||||
|
||||
# CA2007: Consider calling ConfigureAwait on the awaited task
|
||||
dotnet_diagnostic.CA2007.severity = silent
|
||||
|
||||
# CA1303: Do not pass literals as localized parameters
|
||||
dotnet_diagnostic.CA1303.severity = silent
|
||||
Reference in New Issue
Block a user