Skip to content

Release v2.14.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:47
5f08952

Summary

Screenplay generation now fails closed instead of silently choosing one compilation when MSBuild exposes several target-framework variants.

Added

  • Add --framework <TFM> for explicit multi-target project selection. (#87)
  • Report stable CLI0015 and CLI0016 diagnostics before provider interpretation when target selection is ambiguous or unavailable. (#87)

Changed

  • Preserve single-target dependency projects while selecting the requested variant from each multi-target application project. (#87)
  • Document target-framework selection, provenance boundaries, and validation behavior. (#87)