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
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# kediatR Migration Guide
2
2
3
-
## Breaking Changes: Command Type Hierarchy Unification
3
+
## From v3.x to v4.x Breaking Changes: Command Type Hierarchy Unification
4
4
5
5
This migration guide covers the breaking changes introduced in the command type hierarchy unification. The main change is the removal of `CommandWithResult` and `CommandWithResultHandler` interfaces in favor of a unified `Command<TResult>` interface.
0 commit comments