-
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.
* Cleaning up persistence fluent DI interface so that we can expand for persistence caching. Deprecated old interface. Unit of work is now separate from persistence. * Removed support for .NET 7. * Added caching examples. * Updated RCommon solution to include new persistence caching providers. * Updated build to include new packages. * Updated dependencies to latest. Removed unused references. * Re-worked datastore registration and corresponding factory so that we can allow a common connection string across multiple base types. * Moved command and query models to Models project as that is more appropriate. This makes RCommon.Models a dependency of RCommon.ApplicationServices but this is probably the way in needs to be moving forward. * Converted models to immutable records. * Cleaned up caching persistence boostrapping. ---------
- Loading branch information
1 parent
4aca138
commit ea755a6
Showing
193 changed files
with
3,667 additions
and
877 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
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
2 changes: 1 addition & 1 deletion
2
Examples/ApplicationServices/Examples.ApplicationServices.CQRS/ITestApplicationService.cs
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.