mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(directory): ♻ disable CA1814 in auto-generated Migrations proj
This commit is contained in:
parent
c49aa06286
commit
8c74d606ae
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;CA1062</NoWarn>
|
||||
<NoWarn>1701;1702;CA1062;CA1814</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<NoWarn>CA1062</NoWarn>
|
||||
<NoWarn>CA1062;CA1814</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue