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
Even if you update to FCS 32 you'll likely hit what FSAC has: the set of assemblies referenced for FSI is incomplete as reported by FCS, see this issue for details: dotnet/fsharp#7701. We've been working a fix on this issue and associated PR at FSAC: ionide/FsAutoComplete#465.
For some reason (unknown for me) I cannot execute F# Script that uses
FSharp.Literate
using FSI shipped with .NET Core 3.I've created repro repository, that can be used to reproduce the issue
https://github.com/sergey-tihon/literate-netcore3
just close and run
./build.fs
The repo also contain
netcore3.0
console app, that do exactly the same but run as console application on top of .NET Core and works fine.When I run script line by line I see that I fail exactly on the first call to
FSharp.Literace
-Literate.ParseMarkdownFile
https://github.com/sergey-tihon/literate-netcore3/blob/master/docs/generate.fsx#L30-L32
Any ideas? Can we easily release new version that uses latest FSCS?
The text was updated successfully, but these errors were encountered: