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