Address Rider EAP inspections/cleanup

This commit is contained in:
Archi
2021-07-12 21:45:17 +02:00
parent f160a25fb0
commit d479eb9f97
44 changed files with 1251 additions and 1237 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.EscapeUriString(response.Content.Link);
}
#pragma warning disable CA1812 // False positive, the class is used during json deserialization