Skip to content

Commit 6fa7f74

Browse files
committed
Suppress additional IL linker warnings in build props
1 parent bb54ac4 commit 6fa7f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DefaultLanguage>en-US</DefaultLanguage>
2525
<LangVersion>latest</LangVersion>
2626
<ImplicitUsings>enable</ImplicitUsings>
27-
<NoWarn>1591</NoWarn>
27+
<NoWarn>$(NoWarn);IL2026;IL2091;IL2104;IL2110;IL2111;1591</NoWarn>
2828
</PropertyGroup>
2929

3030
<PropertyGroup>

0 commit comments

Comments
 (0)