Skip to content

Commit

Permalink
Ignore CS8002 for WebConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jan 31, 2024
1 parent b2a6189 commit 3748ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebConverter/WebConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Nullable>enable</Nullable>
<Features>strict</Features>
<WarningsAsErrors>nullable</WarningsAsErrors>
<NoWarn>CA1416</NoWarn>
<NoWarn>CA1416;CS8002</NoWarn>
</PropertyGroup>

<!-- Debug builds -->
Expand Down

0 comments on commit 3748ca9

Please sign in to comment.