2 writes to Predicate
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
353
options.
Predicate
= (check) => false;
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (1)
HealthCheckPublisherHostedServiceTest.cs (1)
518
options.
Predicate
= (r) => r.Name.Contains("Delay") && !r.Name.Contains("_2");
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