Page 1 of 1

Nuget: Devart.Data.PostgreSql.Entity.EF6

Posted: Mon 25 Jan 2021 09:48
by PeterUser
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

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

Posted: Mon 25 Jan 2021 19:02
by Shalex
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.

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

Posted: Tue 26 Jan 2021 15:31
by PeterUser
... and there I thought that it was 2021.

But anyway, thanks you for your fast response.

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

Posted: Wed 27 Jan 2021 11:13
by Shalex
.NET Framework assemblies of our provider use .NET component licensing, so the provider installation needs to be run on the development workstation.