Skip to content

Commit 35638fe

Browse files
committed
chore(dx): restore CA1416 on API
1 parent ec2393e commit 35638fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ElectronNET.API/ElectronNET.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Nullable>disable</Nullable>
1414
<Description>$(DescriptionFirstPart) This package contains the API to access the "native" electron API.</Description>
1515
<RootNamespace>ElectronNET</RootNamespace>
16-
<NoWarn>1701;1702;4014;CS4014;CS1591</NoWarn>
16+
<NoWarn>1701;1702;4014;CS4014;CA1416;CS1591</NoWarn>
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<None Remove="ElectronNET.API.csproj.DotSettings" />

0 commit comments

Comments
 (0)