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