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 5442084 commit e4731b7Copy full SHA for e4731b7
UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj
@@ -20,6 +20,9 @@
20
<OutputPath>..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath>
21
<LangVersion>7.3</LangVersion>
22
23
+ <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
24
+ <NoWarn>CS1591</NoWarn>
25
+
26
<!-- SourceLink -->
27
<PublishRepositoryUrl>true</PublishRepositoryUrl>
28
<EmbedUntrackedSources>true</EmbedUntrackedSources>
0 commit comments