3 references to YarpActiveHealthCheckConfig
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (1)
314private static ActiveHealthCheckConfig ToActiveHealthCheckConfig(YarpActiveHealthCheckConfig config)
ConfigurationBuilder\YarpClusterConfigDtos.cs (1)
187public YarpActiveHealthCheckConfig? Active { get; set; }
Aspire.Hosting.Yarp.Tests (1)
YarpClusterTests.cs (1)
231AssertDtoShapeMatchesYarpConfig<YarpActiveHealthCheckConfig, ActiveHealthCheckConfig>();