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 ?
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 ?