Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

ritterim/AspNetCore.HealthChecks.Configuration

Repository files navigation

AspNetCore.HealthChecks.Configuration

A health check to verify configuration values.

Package Version
AspNetCore.HealthChecks.Configuration AspNetCore.HealthChecks.Configuration NuGet Version

Installation

Install the AspNetCore.HealthChecks.Configuration NuGet package.

> dotnet add package AspNetCore.HealthChecks.Configuration

or

PM> Install-Package AspNetCore.HealthChecks.Configuration

Usage

public class Startup
{
    public void ConfigureServices(IServiceCollection services)
    {
        services.AddHealthChecks()
            .AddConfiguration(configuration, o => o.NotContains("abc"));
    }
}

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •