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
We need hashing to compare different versions of files and projects in the workspace. FCS only has access to netstandard2.0 BCL which doesn't offer much so now it uses MD5. LSP and new VS extension can target any net8+ so can utilize System.IO.HashingxxHash. We should make the hashing algorithm parametrizable in FSharpWorkspace so we can plug in this more performant one.
The text was updated successfully, but these errors were encountered:
We need hashing to compare different versions of files and projects in the workspace. FCS only has access to netstandard2.0 BCL which doesn't offer much so now it uses MD5. LSP and new VS extension can target any net8+ so can utilize
System.IO.Hashing
xxHash
. We should make the hashing algorithm parametrizable in FSharpWorkspace so we can plug in this more performant one.The text was updated successfully, but these errors were encountered: