Releases: legacybass/EFRepository
Releases · legacybass/EFRepository
Bug fixes with tracking and method naming
Fixed the following bugs:
- Turned object tracking on by default, allowing the user to determine what tracking should be used on the DbContext
- Fixed a bug in the object tracking where AddOrUpdate would throw an error in Update cases
- Fixed most, but not all unit tests. Some still aren't passing, and I believe the mock context is to blame.