You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.