HealthChecks icon indicating copy to clipboard operation
HealthChecks copied to clipboard

NuGet package of HealthChecks

Open CESARDELATORRE opened this issue 7 years ago • 17 comments

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.

CESARDELATORRE avatar Mar 29 '17 06:03 CESARDELATORRE

Any idea as to when this will be pushed live? Thanks!

rjperes avatar Jul 24 '17 14:07 rjperes

Bump????? Any time soon?

edwardmarbry avatar Sep 13 '17 19:09 edwardmarbry

For ASP.NET Core 2.1 timeframe

CESARDELATORRE avatar Sep 13 '17 20:09 CESARDELATORRE

What is the relationship to https://github.com/seven1986/HealthChecks, which is available via NuGet?

sartan avatar Oct 24 '17 15:10 sartan

"Forked from dotnet-architecture/HealthChecks"

rjperes avatar Oct 24 '17 16:10 rjperes

The one that is available from NuGet is this one.

rjperes avatar Oct 24 '17 16:10 rjperes

I've reported the NuGet package.

johnduhart avatar Oct 24 '17 16:10 johnduhart

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 avatar Oct 24 '17 16:10 sartan

@sartan There is no official NuGet package, as the library hasn't been released yet.

johnduhart avatar Oct 24 '17 16:10 johnduhart

@johnduhart Got it. Thanks for the clarification.

sartan avatar Oct 24 '17 16:10 sartan

Right, I can confirm that. https://www.nuget.org/packages/Microsoft.AspNetCore.HealthChecks is not official but created by "seven".

CESARDELATORRE avatar Oct 24 '17 16:10 CESARDELATORRE

Ah, just came across the PR from seven.

https://github.com/dotnet-architecture/HealthChecks/pull/66

sartan avatar Oct 24 '17 17:10 sartan

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:

filoe avatar Nov 05 '17 18:11 filoe

The official NuGet package for this should appear with the first ASP.NET Core 2.1 Preview.

CESARDELATORRE avatar Nov 06 '17 19:11 CESARDELATORRE

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 :/

Guymestef avatar Nov 20 '17 10:11 Guymestef

@CESARDELATORRE Now that ASP.NET Core 2.1 is in Preview, are there any updates on when NuGet packages will be available?

robichaud avatar Mar 20 '18 16:03 robichaud

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.

Eilon avatar Mar 20 '18 20:03 Eilon