mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Fix build
I like how finally I'm getting notified about potential warnings, if only I could hook ReSharper there...
This commit is contained in:
@@ -517,8 +517,10 @@ namespace ArchiSteamFarm {
|
||||
|
||||
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
|
||||
private sealed class BotRequest {
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(Required = Required.Always)]
|
||||
internal readonly BotConfig BotConfig;
|
||||
#pragma warning restore 649
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly bool KeepSensitiveDetails = true;
|
||||
|
||||
Reference in New Issue
Block a user