4 references to DtoTypeInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
454
foreach (
var
t in capabilities.DtoTypes.OrderBy(t => t.TypeId))
596
foreach (
var
t in capabilities.DtoTypes.OrderBy(t => t.Name))
724
public List<
DtoTypeInfo
> DtoTypes { get; set; } = [];
872
[JsonSerializable(typeof(
DtoTypeInfo
))]