3 references to new
aspire (3)
Commands\ResourcesCommand.cs (2)
47public static ResourcesCommandJsonContext RelaxedEscaping => s_relaxedEscaping ??= new(new JsonSerializerOptions 58public static ResourcesCommandJsonContext Ndjson => s_ndjson ??= new(new JsonSerializerOptions
ResourcesCommandJsonContext.g.cs (1)
29public static global::Aspire.Cli.Commands.ResourcesCommandJsonContext Default { get; } = new global::Aspire.Cli.Commands.ResourcesCommandJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));