Skip to content

Commit

Permalink
📝 Chore: Added <NoWarns>, but it seems not took effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Dec 30, 2024
1 parent 0fc6689 commit b51a662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cheese/KitX.Cheese.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<NoWarn>CS8802</NoWarn>
<NoWarn>CS0246</NoWarn>
<NoWarn>CS0103</NoWarn>
<NoWarn>CS0136</NoWarn>
</PropertyGroup>

</Project>

0 comments on commit b51a662

Please sign in to comment.