Skip to content

Release v20.48.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 10:30
0ee383f

Added

  • Command scenario tests can seed the read model state a command observes from events — Given.ForEventSource(id).Events(...) materializes any read model the command injects for that source through its own reducer or projection, with no read model type named.
  • Command scenario tests can pin a read model instance directly for a command with Given.ForEventSource(id).ReadModel(instance).