You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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".