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