Skip to content

Commit 0d4b9f6

Browse files
committed
wrc: Mute warnings about obsolete code
1 parent 472ccbd commit 0d4b9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
<OutputPath>..\Artifacts\UnitsNet.WindowsRuntimeComponent</OutputPath>
2121
<LangVersion>7.3</LangVersion>
2222

23+
<!-- CS0618: XXX is obsolete: 'REASON' -->
2324
<!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
24-
<NoWarn>CS1591</NoWarn>
25+
<NoWarn>CS0618;CS1591</NoWarn>
2526

2627
<!-- SourceLink -->
2728
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)