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
Update Persist version and add ConfigureQueries extension
Dependency update and extension method enhancement
- Updated Persist package version from 0.8.7 to 0.8.8 to keep dependencies current.
- Added ConfigureQueries extension method to WorkContextBuilderExtensions, enabling registration of query handlers from an assembly for a given DbContext type, with comprehensive XML documentation.
Copy file name to clipboardExpand all lines: RoyalCode.EnterprisePatterns/RoyalCode.WorkContext.EntityFramework/Extensions/WorkContextBuilderExtensions.cs
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,22 @@ public static IWorkContextBuilder<TDbContext> ConfigureCommands<TDbContext>(
0 commit comments