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