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

Is It works on EF Core #129

Open
Andrewdorien opened this issue Sep 12, 2019 · 1 comment
Open

Is It works on EF Core #129

Andrewdorien opened this issue Sep 12, 2019 · 1 comment

Comments

@Andrewdorien
Copy link

Andrewdorien commented Sep 12, 2019

I'm using EF Core 2.6 right now and have generic repository for my Entities in project.
I can't use IDbSet instead of DbSet because I have to totally change my repository...
Is it any way to use this utility library on EF "Core".

@RudeySH
Copy link

RudeySH commented Feb 8, 2021

No, this library is only suitable for Entity Framework 6. Entity Framework Core (1.0) came out later and wasn't backwards compatible, and this library was never rewritten to support it.
If you want to, you can use Entity Framework 6 (non-Core) in a .NET Core 3.1 project (or .NET Standard 2.1), but I recommend against doing this if you're already using Entity Framework Core.

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

No branches or pull requests

2 participants