Skip to content

Commit e01c858

Browse files
committed
set GenerateDocumentationFile true
1 parent f605c19 commit e01c858

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Smdn.Net.AddressResolution/Smdn.Net.AddressResolution.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ SPDX-License-Identifier: MIT
1111
<VersionSuffix></VersionSuffix>
1212
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
1313
<Nullable>enable</Nullable>
14-
<NoWarn>CA1848</NoWarn> <!-- use the LoggerMessage delegates instead -->
14+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
15+
<NoWarn>CA1848;$(NoWarn)</NoWarn> <!-- use the LoggerMessage delegates instead -->
16+
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1517
</PropertyGroup>
1618

1719
<PropertyGroup Label="assembly attributes">

0 commit comments

Comments
 (0)