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
- Add CleanStrategy<T>() and DirtyStrategy<T>() registration methods to AbstractBootstrap
Uses trait-based registration since ICleanStrategy/IDirtyStrategy live in
GeneralUpdate.Differential which has a circular dependency on Core
- Improve DrivelutionMiddleware comments in csproj and strategy builders
to clearly document how users can enable it
Note: DrivelutionMiddleware and Differential extension points cannot use
direct project references due to circular dependency (both projects
reference Core). Users add references from their own composition project.
Closes#381
0 commit comments