Skip to content

Commit e4731b7

Browse files
committed
WRC: Ignore CS1591 Missing XML comment
Not actively maintaining WRC project anymore so we don't care if it is missing XML comments.
1 parent 5442084 commit e4731b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<OutputPath>..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath>
2121
<LangVersion>7.3</LangVersion>
2222

23+
<!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
24+
<NoWarn>CS1591</NoWarn>
25+
2326
<!-- SourceLink -->
2427
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2528
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)