MyTested.AspNetCore.Mvc
MyTested.AspNetCore.Mvc copied to clipboard
In Memory database does not work correctly with entities in the change tracker
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.