DbContext.Entry<TGeneric>() returns null when using this package
dkimbell13 opened this issue · 1 comments
dkimbell13 commented
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?
MichalJankowskii commented
I am not sure what is the issue here. Can you please provide a code? Have you followed the example from the tutorial?