![]() |
VOOZH | about |
dotnet add package Enigmatry.Entry.HealthChecks --version 10.2.3
NuGet\Install-Package Enigmatry.Entry.HealthChecks -Version 10.2.3
<PackageReference Include="Enigmatry.Entry.HealthChecks" Version="10.2.3" />
<PackageVersion Include="Enigmatry.Entry.HealthChecks" Version="10.2.3" />Directory.Packages.props
<PackageReference Include="Enigmatry.Entry.HealthChecks" />Project file
paket add Enigmatry.Entry.HealthChecks --version 10.2.3
#r "nuget: Enigmatry.Entry.HealthChecks, 10.2.3"
#:package Enigmatry.Entry.HealthChecks@10.2.3
#addin nuget:?package=Enigmatry.Entry.HealthChecks&version=10.2.3Install as a Cake Addin
#tool nuget:?package=Enigmatry.Entry.HealthChecks&version=10.2.3Install as a Cake Tool
Building Block for using the ASP.Net Health Checks
You can use the AppAddHealthChecks extension method on IServiceCollection to add a HealthChecksService to th IoC container. This returns a HealthChecksBuilder, which can be used to configure the health checks :
public void ConfigureServices(IServiceCollection services)
{
...
services.AppAddHealthChecks(configuration)
.AddDbContextCheck<YessaBaseContext>()
.AddDiskStorageHealthCheck
// etc
}
Next, you also need to call the AppMapHealthCheck method to register the health checks endpoint, providing an instance of the configuration object.
app.UseEndpoints(endpoints =>
{
endpoints.MapDefaultControllerRoute();
endpoints.AppMapHealthCheck(_configuration);
});
Example:
"App": {
"HealthChecks": {
"MaximumAllowedMemoryInMB": "200",
"TokenAuthorizationEnabled": true,
"RequiredToken": "__healthChecksToken__"
}
},
healthcheckurl?token=[token].
This can be used to setup Application Insights availability monitoring.| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2.3 | 147 | 6/1/2026 |
| 10.2.3-preview.4 | 52 | 6/1/2026 |
| 10.2.2 | 419 | 4/27/2026 |
| 10.2.1-preview.1 | 55 | 4/27/2026 |
| 10.1.0 | 271 | 4/16/2026 |
| 10.0.1 | 174 | 5/19/2026 |
| 10.0.1-preview.2 | 65 | 4/16/2026 |
| 10.0.0 | 129 | 4/2/2026 |
| 9.6.0 | 528 | 3/18/2026 |
| 9.5.0 | 1,332 | 1/26/2026 |
| 9.4.0 | 1,880 | 12/22/2025 |
| 9.3.1-preview.3 | 277 | 12/18/2025 |
| 9.3.1-preview.1 | 499 | 11/25/2025 |
| 9.3.0 | 1,196 | 11/10/2025 |
| 9.2.0 | 1,518 | 9/24/2025 |
| 9.1.1-preview.5 | 231 | 8/8/2025 |
| 9.1.1-preview.4 | 147 | 6/27/2025 |
| 8.3.1-preview.1 | 206 | 12/24/2025 |
| 8.3.0 | 2,239 | 12/23/2025 |
| 8.2.0 | 795 | 9/24/2025 |