Using npgsql 12 and ef 6 together - have anyone succeeded with it?

后端 未结 4 1787
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 06:36

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

4条回答
  •  感情败类
    2020-12-16 06:53

    Now it only works with last beta version of Npgsql http://pgfoundry.org/frs/download.php/3494/Npgsql2.0.13.91-bin-ms.net4.5Ef6.zip And you must change

       
    

    to

     
    

提交回复
热议问题