2 references to s_defaultOptions
Aspire.Dashboard (2)
GenAIEventsContext.g.cs (2)
23
public static global::Aspire.Dashboard.Model.GenAI.GenAIEventsContext Default { get; } = new global::Aspire.Dashboard.Model.GenAI.GenAIEventsContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
28
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;