ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

The tool not supports latest npgsql versions #78

Closed ekondur closed 3 years ago

ekondur commented 3 years ago

Hi @ErikEJ, thanks for amazing job. we use the tool for generate views and it can not work with npgsql new versions. ( it supports to 3.1.0 i think.) do you know it and any plan about it? thanks.

ErikEJ commented 3 years ago

How does the lack of support manifest itself?

ekondur commented 3 years ago

It throws an error -> A constructible type deriving from DbContext could not be found in selected file If we use npgsql version 4+

ErikEJ commented 3 years ago

@roji ??

ekondur commented 3 years ago

Hi @ErikEJ , I think another dependencies caused it. I fixed. Thank you.

ErikEJ commented 3 years ago

Can you share what / how it was fixed?

ekondur commented 3 years ago

the project included context, needs another dll we have (for IOC). I referenced also this. why other npg sql older versions don't need this, I don't know yet :)

ErikEJ commented 3 years ago

Thanks. Did the stack trace in the Build window help you trouble shoot this?

ekondur commented 3 years ago

Yes I did, when I upgrade it, throw this dll ecxeption, "it depends bla-bla dll" *bla-bla is our IOC package :)