Nuget: Devart.Data.PostgreSql.Entity.EF6

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
PeterUser
Posts: 70
Joined: Mon 27 Feb 2017 07:45

Nuget: Devart.Data.PostgreSql.Entity.EF6

Post by PeterUser » Mon 25 Jan 2021 09:48

Hello,

I want to use dotconnect for PostgreSQL in an .Net 4.6.1 project with EF 6.

I need PgSqlEntityProviderConfig from Devart.Data.PostgreSql.Entity.EF6.dll. I would like to add the dependency from Nuget, because it is easier with our build server configuration and because it is 2021.

I found the Nuget Package https://www.nuget.org/packages/Devart.D ... reSql.EF6/, but this seems to be only for .Net Core (Standard 2.1). Is there a way to get the .Net Framework DLL from Nuget?

Kind regards
Peter

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Nuget: Devart.Data.PostgreSql.Entity.EF6

Post by Shalex » Mon 25 Jan 2021 19:02

PeterUser wrote: Mon 25 Jan 2021 09:48I found the Nuget Package https://www.nuget.org/packages/Devart.D ... reSql.EF6/, but this seems to be only for .Net Core (Standard 2.1). Is there a way to get the .Net Framework DLL from Nuget?
The .NET Framework assemblies are not available via NuGet. Please create a local NuGet source with Devart assemblies created by the provider installation.

PeterUser
Posts: 70
Joined: Mon 27 Feb 2017 07:45

Re: Nuget: Devart.Data.PostgreSql.Entity.EF6

Post by PeterUser » Tue 26 Jan 2021 15:31

... and there I thought that it was 2021.

But anyway, thanks you for your fast response.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Nuget: Devart.Data.PostgreSql.Entity.EF6

Post by Shalex » Wed 27 Jan 2021 11:13

.NET Framework assemblies of our provider use .NET component licensing, so the provider installation needs to be run on the development workstation.

Post Reply