dotnet / dotnet/AspNetCore.Docs
Official information regarding AspNetCore.Diagnostics.HealthChecks package
- Dominant language
- C#
- Stars
- 13.1k
- Forks
- 24.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 109
Description
### Description
Docs instruct us to use the AspNetCore.Diagnostics.HealthChecks package but docs also note the packages under this name are not maintained by Microsoft.
I have a couple of issues with both the docs and the project:
- the naming suggests this is or at some point was, a official Microsoft package (with it AspNetCore.* naming),
- docs clearly instruct developers to use these packages although they are not being actively developed or supported,
- namespaces for most classes within the codebase for these packages actually isn't AspNetCore.Diagnostics.HealthChecks but mostly just HealthChecks.* making things confusing,
- codebase is not being maintaned, it was left at an old version of referenced packages with security vulnerabilities, with many PRs opened but with no feedback from the author.
Microsoft official docs have been like this for a couple years now and I don't think it's appropriate.
### Page URL
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-10.0
### Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/host-and-deploy/health-checks.md
### Document ID
52d8efc9-a336-71d9-6d90-98173cbf6bf4
### Platform Id
9aa34671-8b06-b482-3043-9b1d72bd11fb
### Article author
@tdykstra
### Metadata
* ID: c0cbb094-29e9-740a-9fd6-db372641d753
* PlatformId: 9aa34671-8b06-b482-3043-9b1d72bd11fb
* Service: **aspnet-core**
* Sub-service: **hosting-deployment**
[Related Issues](https://github.com/dotnet/AspNetCore.Docs/issues?q=is%3Aissue+is%3Aopen+52d8efc9-a336-71d9-6d90-98173cbf6bf4)
Contributor guide
Assessment
This issue has not been assessed yet.