MichalJankowskii/Moq.EntityFrameworkCore

DbContext.Entry<TGeneric>() returns null when using this package

dkimbell13 opened this issue · 1 comments

I am wrong in my assumption that the .Entry() returns null?

so an attempt to access DbContext.Entry().State throws a null reference exception?

Is there a way to Moq this method?

I am not sure what is the issue here. Can you please provide a code? Have you followed the example from the tutorial?