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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Read-model–dependent command validators now resolve through the command pipeline instead of failing with "No service for type … has been registered". A CommandValidator can take a read model, projection, or other service as a constructor dependency — resolved for the command's event source id — exactly like the command handler and Provide method.
Changed
Documentation: corrected Result<,> type-parameter order to Result<TSuccess, TError> across the command, validation, authorization, and scenario examples.