mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
suppress CA1814 warnings in Migrations by design
https://github.com/dotnet/efcore/issues/11190#issuecomment-372059600
This commit is contained in:
parent
a2b36fe1db
commit
1cbdb8902c
1 changed files with 4 additions and 0 deletions
4
server/src/FilterLists.Data/Migrations/.editorconfig
Normal file
4
server/src/FilterLists.Data/Migrations/.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[*.cs]
|
||||
|
||||
# CA1814: Prefer jagged arrays over multidimensional
|
||||
dotnet_diagnostic.CA1814.severity = none
|
||||
Loading…
Reference in a new issue