2 instantiations of ProblemDetailsJsonContext
Microsoft.AspNetCore.Http.Extensions (2)
ProblemDetailsJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Http.ProblemDetailsJsonContext Default { get; } = new global::Microsoft.AspNetCore.Http.
ProblemDetailsJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
ProblemDetailsJsonOptionsSetup.cs (1)
24
options.SerializerOptions.TypeInfoResolverChain.Insert(0, new
ProblemDetailsJsonContext
());
1 reference to ProblemDetailsJsonContext
Microsoft.AspNetCore.Http.Extensions (1)
ProblemDetailsJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Http.
ProblemDetailsJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Http.ProblemDetailsJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));