4 references to EnumTypeInfo
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
478
foreach (
var
t in capabilities.EnumTypes.OrderBy(t => t.TypeId))
624
foreach (
var
t in capabilities.EnumTypes.OrderBy(t => t.Name))
725
public List<
EnumTypeInfo
> EnumTypes { get; set; } = [];
874
[JsonSerializable(typeof(
EnumTypeInfo
))]