This commit is contained in:
Łukasz Domeradzki
2025-08-08 01:05:46 +02:00
parent f7431b0b10
commit ed9efe8d72

View File

@@ -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]