You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant abstraction of `DbContext` and add new functionalities
* Removes `GenericRepositoryContext` and uses `DbContext`
* Adds new APIs to load results into projections
* Adds new APIs to add many items at once
* Add new tests
* Update samples and changelog
Closes#1 and #2