2 instantiations of RunCommandJsonContext
aspire (2)
Commands\RunCommand.cs (1)
45
public static RunCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??=
new
(new JsonSerializerOptions
RunCommandJsonContext.g.cs (1)
28
public static global::Aspire.Cli.Commands.RunCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.
RunCommandJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
4 references to RunCommandJsonContext
aspire (4)
Commands\RunCommand.cs (3)
40
private static
RunCommandJsonContext
? s_relaxedEscaping;
45
public static
RunCommandJsonContext
RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions
895
var json = JsonSerializer.Serialize(result,
RunCommandJsonContext
.RelaxedEscaping.DetachOutputInfo);
RunCommandJsonContext.g.cs (1)
28
public static global::Aspire.Cli.Commands.
RunCommandJsonContext
Default { get; } = new global::Aspire.Cli.Commands.RunCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));