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