3 references to RunCommandJsonContext
aspire (3)
Commands\AppHostLauncher.cs (1)
341
var json = JsonSerializer.Serialize(jsonResult,
RunCommandJsonContext
.RelaxedEscaping.DetachOutputInfo);
Commands\RunCommand.cs (2)
42
private static
RunCommandJsonContext
? s_relaxedEscaping;
47
public static
RunCommandJsonContext
RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions