Skip to content

Release v20.43.4

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:02
d932f33

Fixed

  • Injecting a reducer-backed (IReducerFor<T>) read model into a command's CommandValidator<>, Provide(), or Handle() 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.