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