AspNetCore.HealthChecks.NpgSql
5.0.2
HealthChecks.NpgSql is a health check for Postgress Sql.
Install-Package AspNetCore.HealthChecks.NpgSql -Version 5.0.2
dotnet add package AspNetCore.HealthChecks.NpgSql --version 5.0.2
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="5.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.HealthChecks.NpgSql --version 5.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.HealthChecks.NpgSql, 5.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetCore.HealthChecks.NpgSql as a Cake Addin
#addin nuget:?package=AspNetCore.HealthChecks.NpgSql&version=5.0.2
// Install AspNetCore.HealthChecks.NpgSql as a Cake Tool
#tool nuget:?package=AspNetCore.HealthChecks.NpgSql&version=5.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 5.0.1)
- Npgsql (>= 5.0.3)
-
net5.0
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 5.0.1)
- Npgsql (>= 5.0.3)
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on AspNetCore.HealthChecks.NpgSql:
Package | Downloads |
---|---|
PlusUltra.Data.SqlKata.PostgresSQL
Package Description
|
|
Hybrid.AspNetCore.Diagnostics
Hybrid AspNetCore性能诊断组件,提供AspNetCore性能诊断功能的封装
|
|
GR.WebApplication
Web app for run gear product
|
|
Pipoburgos.SharedKernel.Infrastructure
Package Description
|
|
ServiceMore
Package Description
|
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on AspNetCore.HealthChecks.NpgSql:
Repository | Stars |
---|---|
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
|
|
dotnetcore/osharp
OSharp是一个基于.NetCore的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
|
SteeltoeOSS/Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
|
|
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
|