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