MyTested.AspNetCore.Mvc icon indicating copy to clipboard operation
MyTested.AspNetCore.Mvc copied to clipboard

In Memory database does not work correctly with entities in the change tracker

Open ivaylokenov opened this issue 4 years ago • 0 comments

If you call db.Update(entity) the test throws an error, which should not happen. After the Arrange phase, the framework should clean the DbContext change tracker.

ivaylokenov avatar Nov 25 '21 11:11 ivaylokenov