Correct .NET 6.0 warnings

This commit is contained in:
Archi
2021-07-27 17:26:26 +02:00
parent e6c191a6f6
commit 5ffb1ce5d9
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
throw new InvalidOperationException(nameof(response.Content.Link));
}
return Uri.EscapeUriString(response.Content.Link);
return Uri.EscapeDataString(response.Content.Link);
}
#pragma warning disable CA1812 // False positive, the class is used during json deserialization