2 instantiations of ResourcesOutput
aspire (1)
Commands\ResourcesCommand.cs (1)
177
var output = new
ResourcesOutput
{ Resources = resourceList.ToArray() };
Aspire.Cli.Tests (1)
Commands\ResourcesCommandTests.cs (1)
200
var resourcesOutput = new
ResourcesOutput
4 references to ResourcesOutput
aspire (2)
Commands\ResourcesCommand.cs (2)
28
[JsonSerializable(typeof(
ResourcesOutput
))]
177
var
output = new ResourcesOutput { Resources = resourceList.ToArray() };
Aspire.Cli.Tests (2)
Commands\ResourcesCommandTests.cs (2)
200
var
resourcesOutput = new ResourcesOutput
218
var
deserialized = System.Text.Json.JsonSerializer.Deserialize(json, ResourcesCommandJsonContext.RelaxedEscaping.ResourcesOutput);