This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,13 @@ The most notable change for FSharp.Compiler.Service is that it is now built and
7474* Support for passing in a ` PrimaryAssembly ` for AST compilation routines by [ Eirik Tsarpalis] ( https://github.com/eiriktsarpalis )
7575* Support for ` ToString ` in ` FSharp.Compiler.Text.StringText ` by [ Asti] ( https://github.com/deviousasti )
7676* Fix an issue with equality comparisons for ` StringText ` by [ Asti] ( https://github.com/deviousasti )
77+ * Several APIs no longer require the Reactor thread
78+ * ` GetAllUsesOfAllSymbolsInFile ` now returns ` seq<FSharpSymbol> ` instead of ` FSharpSymbol[] `
79+ * All four ` Get*UsesOfAllSymbolsIn* ` APIs are no longer asynchronous
80+ * ` StructuredDescriptionTextAsync ` and ` DescriptionTextAsync ` are now deprecated, please use ` StructuredDescriptionText ` and ` DescriptionText ` instead
81+ * The ` hasTextChangedSinceLastTypecheck ` optional argument has been removed (it has been unused in Visual Studio since VS 2017)
82+ * The ` textSnapshotInfo ` optional argument is removed as it only made sense in tandem with ` hasTextChangedSinceLastTypecheck `
83+ * ` userOpName ` is removed from all APIs that are no longer asynchronous
7784
7885## Visual Studio 2017-2019 Update 16.7 release notes
7986
You can’t perform that action at this time.
0 commit comments