Skip to content

Release v1.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:38
· 37 commits to 568041af4ed47e7e46d96ebe9a330cc7bb463c79 since this release

Fixed

  • The printer no longer breaks the build of applications that use Cratis type discovery. The internal ScreenplayWriter's nested Scope struct was public, so consumers' generated type-discovery provider referenced it through its internal container and failed to compile (CS0122). Scope is now internal.