Skip to content

Commit b51a662

Browse files
committed
📝 Chore: Added <NoWarns>, but it seems not took effect
1 parent 0fc6689 commit b51a662

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.cheese/KitX.Cheese.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

9+
<PropertyGroup>
10+
<NoWarn>CS8802</NoWarn>
11+
<NoWarn>CS0246</NoWarn>
12+
<NoWarn>CS0103</NoWarn>
13+
<NoWarn>CS0136</NoWarn>
14+
</PropertyGroup>
15+
916
</Project>

0 commit comments

Comments
 (0)