From 999a3ab913a0112b5819f57f603b109e9c435e6f Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Sun, 21 Jan 2024 14:22:35 -0800 Subject: [PATCH] Add link to AspNetCore.HealthChecks.MySql. Fixes #1368 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7984ea06d..f9b0150b6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This library is [MIT-licensed](LICENSE) and may be freely distributed with comme Commercial software that uses Connector/NET may have to purchase a [commercial license](https://www.mysql.com/about/legal/licensing/oem/) from Oracle. -## ORMs +## Related Projects This library is compatible with popular .NET ORMs including: @@ -56,6 +56,10 @@ For Entity Framework support, use: * Pomelo.EntityFrameworkCore.MySql ([GitHub](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql), [NuGet](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql)) +For ASP.NET Core health checks, use: + +* AspNetCore.HealthChecks.MySql ([GitHub](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [NuGet](https://www.nuget.org/packages/AspNetCore.HealthChecks.MySql)) + ## Build Status [![AppVeyor](https://img.shields.io/appveyor/ci/mysqlnet/mysqlconnector/master.svg)](https://ci.appveyor.com/project/mysqlnet/mysqlconnector)