Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EF 6.0 support #3

Open
joshmouch opened this issue Mar 7, 2013 · 1 comment
Open

EF 6.0 support #3

joshmouch opened this issue Mar 7, 2013 · 1 comment

Comments

@joshmouch
Copy link

Are you planning on adding support for EF 6.0? You can get an alpha package from nuget right now.

I tried modifying the code to support EF 6.0, but the problem is that EF 6.0 requires you to remove references to System.Data.Entity.dll and System.Data.Entity.Design.dll because they're not compatible with the newest EntityFramework.dll. The types from System.Data.Entity.dll all exist inside EntityFramework.dll, you just have to modify some namespaces. However, I can't find a replacement for the types you use in System.Data.Entity.Design.dll.

@steveschmitt
Copy link
Member

Yes, we plan on supporting EF 6 in the first commit we make once it goes live. As you noticed, we rely on some parts of the EF API that are changing in the EF 6 release. We are hoping that as the tooling around EF 6 matures, the appropriate API classes will be exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants