v0.73.0
Added
- OpenTelemetry Metrics for FSAC itself
- Support the new Transparent Compiler available in the FSharp Compiler Services (thanks @TheAngryByrd!)
- This new analysis mode can be enabled by using the
--use-fcs-transparent-compiler
command line option when launching FSAC. It is snapshot-based and 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.
- This new analysis mode can be enabled by using the
- New Codefixes:
- Converts a classic lambda expression to F# 8's new Dot-Lambda syntax (thanks @nojaf!)
- Converts F# 8's new Dot-Lambda syntax to a classic lambda expression (thanks @Tangent-90!)
- Ignore an expression (thanks @nojaf!)
- Add a binding in a source file to the matching signature file (thanks @nojaf!)
- Update a type definition in a source file to the matching definition in a signature file (thanks @nojaf!)
- Add a type alias in a source file to the matching signature file (thanks @nojaf!)