Skip to content

Commit

Permalink
chore: suppress CS1591 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Nov 30, 2023
1 parent ca52e4d commit 80bc27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/seed/dotnet/assembly/BuildFromAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 80bc27e

Please sign in to comment.