Skip to content

Commit 5e8ac05

Browse files
committed
Ignore thousands of warnings about no xml doc
We should address this, but right now this is just a big distraction and spam. Added issue to look at this later: #495
1 parent ebeaa6c commit 5e8ac05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<AllowCrossPlatformRetargeting>false</AllowCrossPlatformRetargeting>
2020
<OutputPath>..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath>
21-
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809;2008</NoWarn>
21+
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809;CS1591</NoWarn>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2424
<PlatformTarget>AnyCPU</PlatformTarget>

UnitsNet/UnitsNet.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PropertyGroup>
2323
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
2424
<RootNamespace>UnitsNet</RootNamespace>
25-
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn>
25+
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809;CS1591</NoWarn>
2626
</PropertyGroup>
2727

2828
<!-- NuGet references that work for both signed and unsigned -->

0 commit comments

Comments
 (0)