Skip to content

Commit

Permalink
Add NoWarn for SYSLIB0013
Browse files Browse the repository at this point in the history
Don't warn on SYSLIB0013 - Uri.EscapeUriString() is obsolete.
This is marked obsolete for net6.0 and changing it to
Uri.EscapeDataString() changes behavior.  Ignore the warning.
  • Loading branch information
dseefeld committed Aug 30, 2021
1 parent 0e9b657 commit 17bd477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<EnableGeneratedPackageContent>false</EnableGeneratedPackageContent>
<_GeneratedVersionFilePath>$(IntermediateOutputPath)DefaultVersions.Generated.props</_GeneratedVersionFilePath>
<NoWarn>3021;NU5105</NoWarn>
<NoWarn>3021;NU5105;SYSLIB0013</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 17bd477

Please sign in to comment.