build(directory): ♻ suppress CA1812 warning

This commit is contained in:
Collin M. Barrett 2020-08-22 17:18:48 -05:00
parent a85a00d520
commit 6ea2df9636

View file

@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CA2007</NoWarn>
<NoWarn>1701;1702;CA2007;CA1812</NoWarn>
</PropertyGroup>
<ItemGroup>