1 instantiation of PsCommandJsonContext
aspire (1)
PsCommandJsonContext.g.cs (1)
28public static global::Aspire.Cli.Commands.PsCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.PsCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to PsCommandJsonContext
aspire (2)
Commands\PsCommand.cs (1)
107var json = JsonSerializer.Serialize(appHostInfos, PsCommandJsonContext.Default.ListAppHostDisplayInfo);
PsCommandJsonContext.g.cs (1)
28public static global::Aspire.Cli.Commands.PsCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.PsCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));