Skip to content

Commit 1474e46

Browse files
committed
chore: suppress CS8981 warning for lowercase type names in migrations
1 parent 8ed9c9c commit 1474e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<PropertyGroup>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<NoWarn>$(NoWarn);1591</NoWarn>
12+
<NoWarn>$(NoWarn);1591;CS8981</NoWarn>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)