Release v20.43.4
Fixed
- Injecting a reducer-backed (
IReducerFor<T>) read model into a command'sCommandValidator<>,Provide(), orHandle()no longer fails at runtime. Reducer-backed read models are now registered for command-scope resolution and resolve by key just like projection-backed and model-bound read models, including the nullable "does not exist" behavior.