Npgsql 2.1.2
| Advisory: https://github.com/advisories/GHSA-x9vc-6hfv-hg8c | Severity: high |
See the version list below for details.
dotnet add package Npgsql --version 2.1.2
NuGet\Install-Package Npgsql -Version 2.1.2
<PackageReference Include="Npgsql" Version="2.1.2" />
<PackageVersion Include="Npgsql" Version="2.1.2" />
<PackageReference Include="Npgsql" />
paket add Npgsql --version 2.1.2
#r "nuget: Npgsql, 2.1.2"
#:package Npgsql@2.1.2
#addin nuget:?package=Npgsql&version=2.1.2
#tool nuget:?package=Npgsql&version=2.1.2
Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Works with Postgresql 7.x and above.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (306)
Showing the top 20 popular GitHub repositories that depend on Npgsql:
| Repository | Stars |
|---|---|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
|
TechnitiumSoftware/DnsServer
Technitium DNS Server
|
|
|
elsa-workflows/elsa-core
The Workflow Engine for .NET
|
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
|
quartznet/quartznet
Quartz Enterprise Scheduler .NET
|
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
|
1Remote/1Remote
One Remote Access Manager to Rule Them All
|
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
|
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 ORM ClickHouse ORM QuestDb ,TDengine ORM,OceanBase ORM,GaussDB ORM,Tidb ORM Object/Relational Mapping
|
|
|
dockersamples/example-voting-app
Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.2.5 | 35,814 | 3/11/2015 | |
| 2.2.4.3 | 9,092 | 2/6/2015 | |
| 2.2.4.1 | 3,536 | 2/3/2015 | |
| 2.2.3 | 17,131 | 11/26/2014 | |
| 2.2.2 | 6,468 | 11/1/2014 | |
| 2.2.1 | 7,897 | 9/24/2014 | |
| 2.2.0 | 4,627 | 9/1/2014 | |
| 2.2.0-rc2 | 650 | 8/17/2014 | |
| 2.2.0-rc1 | 280 | 8/5/2014 | |
| 2.2.0-beta1 | 177 | 7/23/2014 | |
| 2.1.3 | 9,541 | 4/9/2014 | |
| 2.1.2 | 886 | 3/28/2014 | |
| 2.1.1 | 570 | 3/21/2014 | |
| 2.1.0 | 209 | 3/19/2014 | |
| 2.1.0-rc1 | 101 | 2/9/2014 | |
| 2.1.0-beta1 | 195 | 12/26/2013 | |
| 2.0.14.3 | 8,785 | 12/21/2013 |
This version contains fixes for #165 (KeyNotFoundException when setting ApplicationName on NpgsqlConnectionStringBuilder) and a regression when using NHibernate with queries containing '<' operator. #193 (Less Than' prepare failing).
Note that version breaks support to @@ operator added by #135 . Glen Parker is working in a full solution which adds #135 support back. If you need #135 support, please, use the 2.1.1 version. Sorry for this problem.