don't analyze auto-generated Migrations

This commit is contained in:
Collin M. Barrett 2020-02-10 11:02:01 -06:00
parent 0bbfd99aa7
commit abee7201cc
2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -16,10 +16,6 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>