Cleanup some obsolete warnings

This commit is contained in:
JustArchi
2020-12-05 21:53:18 +01:00
parent 4e190b7dfd
commit bc8ee3592d
10 changed files with 21 additions and 93 deletions

View File

@@ -53,10 +53,8 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
private sealed class MeowResponse {
#pragma warning disable 649
[JsonProperty(PropertyName = "file", Required = Required.Always)]
internal readonly string Link = "";
#pragma warning restore 649
[JsonConstructor]
private MeowResponse() { }