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