Skip to content

Commit 6130592

Browse files
authored
suppress missing doc warnings (#1320)
1 parent 5cddcf6 commit 6130592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Humanizer/Humanizer.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<AssemblyOriginatorKeyFile>Humanizer.snk</AssemblyOriginatorKeyFile>
1414
<DebugType Condition=" '$(BuildingForLiveUnitTesting)' != 'true' ">embedded</DebugType>
1515
<LangVersion>preview</LangVersion>
16+
<NoWarn>CS1573;CS1591</NoWarn>
1617
</PropertyGroup>
1718
<ItemGroup>
1819
<None Update="FluentDate\InDate.Months.tt">

0 commit comments

Comments
 (0)