mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 14:30:31 +00:00
Resolve CA1027
This commit is contained in:
@@ -108,7 +108,6 @@ dotnet_analyzer_diagnostic.severity = warning
|
|||||||
dotnet_code_quality_unused_parameters = all:warning
|
dotnet_code_quality_unused_parameters = all:warning
|
||||||
|
|
||||||
# TODO - one at a time
|
# TODO - one at a time
|
||||||
dotnet_diagnostic.ca1027.severity = silent
|
|
||||||
dotnet_diagnostic.ca1028.severity = silent
|
dotnet_diagnostic.ca1028.severity = silent
|
||||||
dotnet_diagnostic.ca1031.severity = silent
|
dotnet_diagnostic.ca1031.severity = silent
|
||||||
dotnet_diagnostic.ca1034.severity = silent
|
dotnet_diagnostic.ca1034.severity = silent
|
||||||
|
|||||||
@@ -895,16 +895,17 @@ namespace ArchiSteamFarm {
|
|||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public enum EUserNotification : byte {
|
public enum EUserNotification : byte {
|
||||||
Unknown,
|
Unknown,
|
||||||
Trading = 1,
|
Trading,
|
||||||
GameTurns = 2,
|
GameTurns,
|
||||||
ModeratorMessages = 3,
|
ModeratorMessages,
|
||||||
Comments = 4,
|
Comments,
|
||||||
Items = 5,
|
Items,
|
||||||
Invites = 6,
|
Invites,
|
||||||
Gifts = 8,
|
Unknown7, // Unknown type of notification, never seen in the wild
|
||||||
Chat = 9,
|
Gifts,
|
||||||
HelpRequestReplies = 10,
|
Chat,
|
||||||
AccountAlerts = 11
|
HelpRequestReplies,
|
||||||
|
AccountAlerts
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user