We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472ccbd commit 0d4b9f6Copy full SHA for 0d4b9f6
UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj
@@ -20,8 +20,9 @@
20
<OutputPath>..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath>
21
<LangVersion>7.3</LangVersion>
22
23
+ <!-- CS0618: XXX is obsolete: 'REASON' -->
24
<!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
- <NoWarn>CS1591</NoWarn>
25
+ <NoWarn>CS0618;CS1591</NoWarn>
26
27
<!-- SourceLink -->
28
<PublishRepositoryUrl>true</PublishRepositoryUrl>
0 commit comments