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