2 references to TestUnionDto
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
2502public static string AcceptDtoUnion([AspireUnion(typeof(TestUnionDto), typeof(string[]))] object value) 2506TestUnionDto dto => dto.Label ?? string.Empty,