mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
don't analyze auto-generated Migrations
This commit is contained in:
parent
0bbfd99aa7
commit
abee7201cc
2 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue