1 write to Predicate
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
619
options.
Predicate
= (check) => false;
2 references to Predicate
Microsoft.Extensions.Diagnostics.HealthChecks (2)
HealthCheckPublisherHostedService.cs (1)
188
return (GetTimerOptions(r) == timerOptions) && (_healthCheckPublisherOptions?.Value.
Predicate
?? (_ => true))(r);
HealthCheckPublisherOptions.cs (1)
74
/// If <see cref="
Predicate
"/> is <c>null</c>, the health check publisher service will run all