1 instantiation of ExportedValueInfo
Aspire.Cli.Tests (1)
Commands\SdkDumpCommandTests.cs (1)
363
new
ExportedValueInfo
4 references to ExportedValueInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
488
foreach (
var
value in capabilities.ExportedValues
636
foreach (
var
value in capabilities.ExportedValues
726
public List<
ExportedValueInfo
> ExportedValues { get; set; } = [];
876
[JsonSerializable(typeof(
ExportedValueInfo
))]