I\'m trying to create a small POC for my boss about the hybrid of npgsql 12 and ef6, created a new project on visual studio created a sample database created the correspondi
This is how I got it working :
First install the package
Install-Package Npgsql.EF6 -Pre
And after that add this line to the web.config