HealthChecks
HealthChecks copied to clipboard
NuGet package of HealthChecks
As soon as we have a first stable preview version, it would be good to have a NuGet package of it so samples or real usage of it rely on the packages instead of on GitHub code. Even if it is a 0.2 version, I think it is worth to start having a NuGet package, soon.
Any idea as to when this will be pushed live? Thanks!
Bump????? Any time soon?
For ASP.NET Core 2.1 timeframe
What is the relationship to https://github.com/seven1986/HealthChecks, which is available via NuGet?
"Forked from dotnet-architecture/HealthChecks"
The one that is available from NuGet is this one.
I've reported the NuGet package.
Yep, I understand that it's forked from this project, just wasn't clear on the NuGet package since all the info (owner, project site, etc) is for the fork.
So just to be explicit, is the following the official HealthChecks package? https://www.nuget.org/packages/Microsoft.AspNetCore.HealthChecks
@sartan There is no official NuGet package, as the library hasn't been released yet.
@johnduhart Got it. Thanks for the clarification.
Right, I can confirm that. https://www.nuget.org/packages/Microsoft.AspNetCore.HealthChecks is not official but created by "seven".
Ah, just came across the PR from seven.
https://github.com/dotnet-architecture/HealthChecks/pull/66
If the library is not released yet, why is there no preview version on NuGet? There are articles like https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health, but still no NuGet packages. :confused:
The official NuGet package for this should appear with the first ASP.NET Core 2.1 Preview.
FYI, using the nuget package created by @seven1986 with Microsoft.AspNetCore >= 2.0.1, throw an exception at startup: Could not load file or assembly System.ComponentModel.Primitives :/
@CESARDELATORRE Now that ASP.NET Core 2.1 is in Preview, are there any updates on when NuGet packages will be available?
Adding @glennc who I think can comment on the plans for this package. This is not currently planned for ASP.NET Core 2.1, but I believe it is being considered for 2.2.