Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit e368bc2

Browse files
cartermpnosami
authored andcommitted
Update FCS 38 release notes (dotnet#10397)
1 parent ebfc5ef commit e368bc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)