Skip to content

Commit e671cc6

Browse files
committed
Restore CS1591 warning suppression
The comprehensive XML documentation is valuable but not required for build success. Restoring NoWarn to allow builds without documentation warnings.
1 parent 8547bc2 commit e671cc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NosCore.Networking/NosCore.Networking.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PackageIcon>icon.png</PackageIcon>
2222
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2323
<GenerateDocumentationFile>true</GenerateDocumentationFile>
24+
<NoWarn>CS1591</NoWarn>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

0 commit comments

Comments
 (0)