Skip to content

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:50
8ee7dc3

Added

  • Add a Cratis.Stage.Rendering.Cratis renderer that generates a Cratis Arc + Chronicle vertical-slice application directly from a compiled Screenplay application, including first-time project scaffolding via the Cratis.Templates NuGet package (#11)

Changed

  • Upgrade Cratis.Screenplay and Meziantou.Analyzer to their latest stable versions

Fixed

  • Fix a nullable-reference build break in SpecificationError.Name (Screenplay's bare then error syntax has no name, but the record required one)