1 write to Types
Aspire.Hosting (1)
Ats\AspireUnionAttribute.cs (1)
50
Types
= types ?? throw new ArgumentNullException(nameof(types));
3 references to Types
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
2431
if (unionAttr.
Types
.Length < 2)
2434
$"[AspireUnion] on {context} has {unionAttr.
Types
.Length} type(s). Union must have at least 2 types.");
2439
foreach (var memberType in unionAttr.
Types
)