9 references to HealthCheckPublisherOptions
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
346
_innerBuilder.Services.AddSingleton<IConfigureOptions<
HealthCheckPublisherOptions
>>(sp =>
348
return new ConfigureOptions<
HealthCheckPublisherOptions
>(options =>
Microsoft.Extensions.Diagnostics.HealthChecks (3)
HealthCheckPublisherHostedService.cs (2)
23
private readonly IOptions<
HealthCheckPublisherOptions
> _healthCheckPublisherOptions;
34
IOptions<
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)
738
Action<
HealthCheckPublisherOptions
>? configurePublisherOptions = null,
759
serviceCollection.Configure<
HealthCheckPublisherOptions
>(options =>