-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nuget version bump. * WARNING: Breaking changes. Refactored Repository interfaces to simplify them and prepare for other Repository APIs. Added beginings of Linq2Db. * Implemented Linq2Db Repository. Still some work to do though. * Refactored ChangeTracking to Event Tracking for business entities to more closely represent what we're doing. * Modified sln to remove deprecated projects. * A nearly complete implementation of the Linq2DbRepository. Still need to find a solution for FindAsync(object primaryKey) though. * Added bulk of Linq2Db Integration tests. Still need some work on mappings. * Fixing bugs with integration tests. * Reworked how Linq2Db gets instantiated to allow for DI. Also added some integration test mappings. About half of test working now. * More changes. * Simplified the eager loading interface with Include and ThenInclude methods for repositories. Also removed some code bloat related to all that. GraphRepositoryBase now inherits LinqRepositoryBase which also improves DRYness of code. * Removed invalid integration tests. * Changes to linq2db testing. * Updated to .NET 7 and latest dependencies. * Updated Nuget versions. * Update README.md * Created override for PaginatedListModel which allows for the possibility of decoupling logic related to domain from DTO. * Updating nuget packages. * Utilizing EF for all test project persistence. * Merged w/ dotnet7 changes in main. This is a checkpoint and not stable. * Fixed Linq2Db upgrade issues. * Fixed linq2db upgrade issues. * Adding ignored file. * Updated dependencies * Refined EFCore Repository tests. * Checkpoint. Refactoring to use common data preparations across repository implementations. Should make testing easier. * Updated repository unit tests. * Updated dependencies. * Fixed up Dapper and EF unit testing issues. * Checkpoint. * Updated all the linq2db unit tests. * Documented known issue in Linq2Db. * Fixed not implemented unit test. --------- Co-authored-by: jasonmwebb-lv <[email protected]>
- Loading branch information
1 parent
0ee9c8f
commit e6c7300
Showing
132 changed files
with
2,537 additions
and
2,478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
Samples/CleanWithCQRS/HR.LeaveManagement.API/HR.LeaveManagement.API.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
.../HR.LeaveManagement.Application.UnitTests/HR.LeaveManagement.Application.UnitTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.