9 references to HealthCheckPublisherOptions
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
346_innerBuilder.Services.AddSingleton<IConfigureOptions<HealthCheckPublisherOptions>>(sp => 348return new ConfigureOptions<HealthCheckPublisherOptions>(options =>
Microsoft.Extensions.Diagnostics.HealthChecks (3)
HealthCheckPublisherHostedService.cs (2)
23private readonly IOptions<HealthCheckPublisherOptions> _healthCheckPublisherOptions; 34IOptions<HealthCheckPublisherOptions> healthCheckPublisherOptions,
HealthCheckPublisherOptions.cs (1)
17/// Creates a new instance of <see cref="HealthCheckPublisherOptions"/>.
Microsoft.Extensions.Diagnostics.HealthChecks.Common (2)
ApplicationLifecycleHealthCheck.cs (1)
36/// with period and other settings defined in <see cref="HealthCheckPublisherOptions"/>.
ManualHealthCheckService.cs (1)
29/// with period and other settings defined in <see cref="HealthCheckPublisherOptions"/>.
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (2)
HealthCheckPublisherHostedServiceTest.cs (2)
738Action<HealthCheckPublisherOptions>? configurePublisherOptions = null, 759serviceCollection.Configure<HealthCheckPublisherOptions>(options =>