AspNetStandard.Diagnostics.HealthChecks
1.2.0
Install-Package AspNetStandard.Diagnostics.HealthChecks -Version 1.2.0
dotnet add package AspNetStandard.Diagnostics.HealthChecks --version 1.2.0
<PackageReference Include="AspNetStandard.Diagnostics.HealthChecks" Version="1.2.0" />
paket add AspNetStandard.Diagnostics.HealthChecks --version 1.2.0
#r "nuget: AspNetStandard.Diagnostics.HealthChecks, 1.2.0"
// Install AspNetStandard.Diagnostics.HealthChecks as a Cake Addin
#addin nuget:?package=AspNetStandard.Diagnostics.HealthChecks&version=1.2.0
// Install AspNetStandard.Diagnostics.HealthChecks as a Cake Tool
#tool nuget:?package=AspNetStandard.Diagnostics.HealthChecks&version=1.2.0
WebApi implementation of the health check endpoints for reporting the health of app infrastructure components.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Newtonsoft.Json (>= 12.0.2)
- Serilog (>= 2.8.0)
-
.NETFramework 4.7.2
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Newtonsoft.Json (>= 12.0.2)
- Serilog (>= 2.8.0)
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Newtonsoft.Json (>= 12.0.2)
- Serilog (>= 2.8.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on AspNetStandard.Diagnostics.HealthChecks:
Package | Downloads |
---|---|
AspNetStandard.Diagnostics.HealthChecks.Redis
WebApi extension of the health check for Redis health reporting. |
|
AspNetStandard.Diagnostics.HealthChecks.SqlServer
WebApi extension of the health check for SqlServer health reporting. |
|
AspNetStandard.Diagnostics.HealthChecks.MongoDb
WebApi extension of the health check for mongodb health reporting. |
|
AspNetStandard.Diagnostics.HealthChecks.RabbitMq
WebApi extension of the health check for RabbitMq health reporting. |
|
AspNetStandard.Diagnostics.HealthChecks.HttpClient
WebApi extension of the health check for HttpClient health reporting. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 940 | 6/2/2021 |
1.2.0-preview.1 | 116 | 6/2/2021 |
1.1.1 | 2,708 | 5/5/2021 |
1.0.1 | 404 | 5/4/2021 |
1.0.0 | 684 | 1/14/2021 |
Release Notes v1.2.0:
✨ Now users can add more log properties to enrich Log information
Legend:
✨ Feature