1 write to Types
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
243
Types
= [.. types]
6 references to Types
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
2610
if (unionAttr.
Types
.Length < 2)
2613
$"[AspireUnion] on {context} has {unionAttr.
Types
.Length} type(s). Union must have at least 2 types.");
2618
foreach (var memberType in unionAttr.
Types
)
Aspire.Hosting.RemoteHost.Tests (3)
AttributeDataReaderTests.cs (3)
96
Assert.Equal(2, result.
Types
.Length);
97
Assert.Contains(typeof(string), result.
Types
);
98
Assert.Contains(typeof(int), result.
Types
);