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