We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cddcf6 commit 6130592Copy full SHA for 6130592
src/Humanizer/Humanizer.csproj
@@ -13,6 +13,7 @@
13
<AssemblyOriginatorKeyFile>Humanizer.snk</AssemblyOriginatorKeyFile>
14
<DebugType Condition=" '$(BuildingForLiveUnitTesting)' != 'true' ">embedded</DebugType>
15
<LangVersion>preview</LangVersion>
16
+ <NoWarn>CS1573;CS1591</NoWarn>
17
</PropertyGroup>
18
<ItemGroup>
19
<None Update="FluentDate\InDate.Months.tt">
0 commit comments