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