Skip to content

EF 6.0 support #3

Description

@joshmouch

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions