Skip to content

Commit

Permalink
Ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jun 13, 2022
1 parent 03d2d6d commit c911e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CSharpier.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<!-- this is the warning generators get when they fail to generate a source file
this makes sure the error for it failing is obvious -->
<WarningsAsErrors>CS8032</WarningsAsErrors>
<!-- this is because we reference 4.3.0-1.final -->
<NoWarn>NU5104</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit c911e31

Please sign in to comment.