Update reference assemblies for health checks.

This commit is contained in:
Chris Baudin 2019-03-09 20:47:00 -08:00 committed by Ryan Nowak
parent 484978fe59
commit 77948feeba
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace Microsoft.AspNetCore.Builder
{
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapHealthChecks(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder builder, string pattern) { throw null; }
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapHealthChecks(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder builder, string pattern, Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions options) { throw null; }
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapHealthChecks(this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder builder, string pattern, Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions options, string displayName) { throw null; }
}
}
namespace Microsoft.AspNetCore.Diagnostics.HealthChecks