mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -46,10 +46,12 @@ public static class JsonUtilities {
|
||||
|
||||
// TODO: Remove me in the future
|
||||
[Obsolete($"Use {nameof(DefaultJsonSerializerOptions)} instead of this typo, thanks")]
|
||||
[PublicAPI]
|
||||
public static JsonSerializerOptions DefaultJsonSerialierOptions => DefaultJsonSerializerOptions;
|
||||
|
||||
// TODO: Remove me in the future
|
||||
[Obsolete($"Use {nameof(IndentedJsonSerializerOptions)} instead of this typo, thanks")]
|
||||
[PublicAPI]
|
||||
public static JsonSerializerOptions IndentedJsonSerialierOptions => IndentedJsonSerializerOptions;
|
||||
|
||||
[PublicAPI]
|
||||
|
||||
Reference in New Issue
Block a user