mv editorconfig to project level due to no hierarchical support

https://docs.microsoft.com/en-us/visualstudio/code-quality/configure-fxcop-analyzers?view=vs-2019#per-project-configuration
This commit is contained in:
Collin M. Barrett 2020-02-10 07:58:29 -06:00
parent 54a5dee7c8
commit 979632b48d

View file

@ -1,4 +1,5 @@
[*.cs]
# CA1814: Prefer jagged arrays over multidimensional
# https://github.com/dotnet/efcore/issues/11190#issuecomment-372059600
dotnet_diagnostic.CA1814.severity = none