We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca52e4d commit 80bc27eCopy full SHA for 80bc27e
samples/seed/dotnet/assembly/BuildFromAssembly.csproj
@@ -6,6 +6,7 @@
6
<Nullable>enable</Nullable>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
+ <NoWarn>CS1591</NoWarn>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments