2 instantiations of ResourcesOutput
aspire (1)
Commands\DescribeCommand.cs (1)
181
var output = new
ResourcesOutput
{ Resources = resourceList.ToArray() };
Aspire.Cli.Tests (1)
Commands\DescribeCommandTests.cs (1)
232
var resourcesOutput = new
ResourcesOutput
4 references to ResourcesOutput
aspire (2)
Commands\DescribeCommand.cs (2)
28
[JsonSerializable(typeof(
ResourcesOutput
))]
181
var
output = new ResourcesOutput { Resources = resourceList.ToArray() };
Aspire.Cli.Tests (2)
Commands\DescribeCommandTests.cs (2)
232
var
resourcesOutput = new ResourcesOutput
250
var
deserialized = JsonSerializer.Deserialize(json, ResourcesCommandJsonContext.RelaxedEscaping.ResourcesOutput);