Skip to content

Commit

Permalink
chore: add deprecation warning to settable json serializer (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Oct 28, 2024
1 parent 5eb037a commit 2288065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Unleash/UnleashSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public class UnleashSettings
///
/// Default: A serializer based on Newtonsoft will be used, given that these assemblies are loaded into the appdomain already.
/// </summary>
[Obsolete("No longer supported in recent versions of Unleash, will be removed in the next major version", false)]
public IJsonSerializer JsonSerializer { get; set; } = new DynamicNewtonsoftJsonSerializer();

/// <summary>
Expand Down

0 comments on commit 2288065

Please sign in to comment.