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

Support for Net Core 3.1 #3

Open
ChEhrhard opened this issue Dec 29, 2019 · 1 comment
Open

Support for Net Core 3.1 #3

ChEhrhard opened this issue Dec 29, 2019 · 1 comment

Comments

@ChEhrhard
Copy link

ChEhrhard commented Dec 29, 2019

Hi

Thanks for your grat job.
However, this line not compile in a .net core 3.1 project .

var stateInCurrentScope = contextInCurrentScope.ChangeTracker.GetInfrastructure().TryGetEntry(toRefresh);

GetInfrastructure() doesn't exist any more.

How can i fix this ?

@djonasdev
Copy link

You can use my library https://github.com/dojo90/DbContextScope

Already made a nuget package out of it.

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