We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c1016 commit 8f75042Copy full SHA for 8f75042
ArchiSteamFarm/ObsoleteSteamGuardAccount.cs
@@ -1,7 +1,13 @@
1
-using Newtonsoft.Json;
+using System.Diagnostics.CodeAnalysis;
2
+using Newtonsoft.Json;
3
4
namespace ArchiSteamFarm {
5
// TODO: This will be completely removed soon
6
+ [SuppressMessage("ReSharper", "MemberCanBeInternal")]
7
+ [SuppressMessage("ReSharper", "UnusedMember.Global")]
8
+ [SuppressMessage("ReSharper", "InconsistentNaming")]
9
+ [SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")]
10
+ [SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")]
11
public class ObsoleteSteamGuardAccount {
12
[JsonProperty("shared_secret")]
13
public string SharedSecret { get; set; }
0 commit comments