Skip to content

7.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 01:28
· 24 commits to main since this release

ADDED

  • New flag to enable the F# Compiler's Transparent Compiler mode. Set FSharp.fcs.transparentCompiler.enabled to true to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to.
  • Update to FSAC 0.73.0. Check out the release notes for more details on that. This update brings more metrics, and a ton of new codefixes around signature files and the F# 8 dot-lambda syntax.