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