mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Silence resharper over obsolete code that will be removed soon
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
using Newtonsoft.Json;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace ArchiSteamFarm {
|
namespace ArchiSteamFarm {
|
||||||
// TODO: This will be completely removed soon
|
// TODO: This will be completely removed soon
|
||||||
|
[SuppressMessage("ReSharper", "MemberCanBeInternal")]
|
||||||
|
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||||
|
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||||
|
[SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]
|
||||||
|
[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")]
|
||||||
public class ObsoleteSteamGuardAccount {
|
public class ObsoleteSteamGuardAccount {
|
||||||
[JsonProperty("shared_secret")]
|
[JsonProperty("shared_secret")]
|
||||||
public string SharedSecret { get; set; }
|
public string SharedSecret { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user