Skip to content

Commit 4aaaed4

Browse files
committed
Mute warning CS1591
Missing xmldoc for public members, thousands
1 parent e94c875 commit 4aaaed4

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
@@ -24,7 +24,7 @@
2424
<RootNamespace>UnitsNet</RootNamespace>
2525
<!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
2626
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
27-
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn>
27+
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809;CS1591</NoWarn>
2828
</PropertyGroup>
2929

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

0 commit comments

Comments
 (0)