Cesar De la Torre
Cesar De la Torre
Right, I can confirm that. https://www.nuget.org/packages/Microsoft.AspNetCore.HealthChecks is not official but created by "seven".
The official NuGet package for this should appear with the first ASP.NET Core 2.1 Preview.
@sn3b @ayayalar - The eReaders (mobi and epub) versions will be updated in the upcoming weeks, ok? :)
@maulikk2000 - Is there any reason why you cannot use HttpClientFactory in .NET Core 2.1 for your scenario? - That’s the recommended way to use HttpClient so it re-uses the...
@onizet @maulikk2000 - Right, comment from @onizet about setting the PrimaryHandler is how you must configure HttpClientHandler. There's some more info here: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-2.1#configure-the-httpmessagehandler I told the ASP.NET team that we...
Question: If this is about MongoDB, am I wrong or why is some code added to a file named HealthCheckBuilder**SqlServer**Extensions.cs ?
It is still in Alpha here. Will be, eventually released. Hopefully in .NET Core 2.1 release, but I cannot confirm for sure.
For now, this is it, but it might change. If that happens, we'll announce it here. :)
Also, see this documentation: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health
Thanks for the feedback. I changed the text so it is not confusing. Those mentioned samples are just about ASP.NET Core, not about HealthCheck library. The examples of HealthCheck library...