2 writes to Resources
aspire (1)
Commands\DescribeCommand.cs (1)
181
var output = new ResourcesOutput {
Resources
= resourceList.ToArray() };
Aspire.Cli.Tests (1)
Commands\DescribeCommandTests.cs (1)
234
Resources
=
2 references to Resources
Aspire.Cli.Tests (2)
Commands\DescribeCommandTests.cs (2)
252
Assert.Equal(2, deserialized.
Resources
.Length);
253
Assert.Equal("frontend", deserialized.
Resources
[0].Name);