8 instantiations of HealthCheckOptions
AspireJavaScript.ServiceDefaults (1)
Extensions.cs (1)
101app.MapHealthChecks(AlivenessEndpointPath, new HealthCheckOptions
AspireWithMaui.ServiceDefaults (1)
Extensions.cs (1)
118app.MapHealthChecks(AlivenessEndpointPath, new HealthCheckOptions
AspireWithNode.ServiceDefaults (1)
Extensions.cs (1)
101app.MapHealthChecks(AlivenessEndpointPath, new HealthCheckOptions
OrleansServiceDefaults (1)
Extensions.cs (1)
106app.MapHealthChecks("/alive", new HealthCheckOptions
Playground.ServiceDefaults (1)
Extensions.cs (1)
104app.MapHealthChecks("/alive", new HealthCheckOptions
Seq.ServiceDefaults (1)
Extensions.cs (1)
105app.MapHealthChecks("/alive", new HealthCheckOptions
TestingAppHost1.ServiceDefaults (1)
Extensions.cs (1)
113app.MapHealthChecks("/alive", new HealthCheckOptions
TestShop.ServiceDefaults (1)
Extensions.cs (1)
111app.MapHealthChecks(AlivenessEndpointPath, new HealthCheckOptions
13 references to HealthCheckOptions
Microsoft.AspNetCore.Diagnostics.HealthChecks (13)
Builder\HealthCheckApplicationBuilderExtensions.cs (6)
47/// <param name="options">A <see cref="HealthCheckOptions"/> used to configure the middleware.</param> 57public static IApplicationBuilder UseHealthChecks(this IApplicationBuilder app, PathString path, HealthCheckOptions options) 132/// <param name="options">A <see cref="HealthCheckOptions"/> used to configure the middleware.</param> 143public static IApplicationBuilder UseHealthChecks(this IApplicationBuilder app, PathString path, int port, HealthCheckOptions options) 158/// <param name="options">A <see cref="HealthCheckOptions"/> used to configure the middleware.</param> 169public static IApplicationBuilder UseHealthChecks(this IApplicationBuilder app, PathString path, string port, HealthCheckOptions options)
Builder\HealthCheckEndpointRouteBuilderExtensions.cs (3)
40/// <param name="options">A <see cref="HealthCheckOptions"/> used to configure the health checks.</param> 45HealthCheckOptions options) 55private static IEndpointConventionBuilder MapHealthChecksCore(IEndpointRouteBuilder endpoints, string pattern, HealthCheckOptions? options)
HealthCheckMiddleware.cs (4)
16private readonly HealthCheckOptions _healthCheckOptions; 24IOptions<HealthCheckOptions> healthCheckOptions, 53$"{nameof(HealthCheckOptions)}.{nameof(HealthCheckOptions.ResultStatusCodes)} must contain" +