Send References to F# interactive is pretty much useless now.
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
We were chatting about using scripts alongside projects in VS, and it was pointed out that we have that completely solved already with send references to fsi.

So when we tried to find it, we failed completely ... it turns out that SendReferences to FSI, only exists for old style Visual Studio F# projects, dotnet sdk projects, which has been the default for at least 6 years do not have support for it at all.
So ... we need support for something like this ... C# interactive desktop projects have
Initialize Interactive With Project

Which does this:

It seems to me that what C#/CSI does is the best, it sends all of the references and the project output. F# interactive has 2 settings, send references and send individual reference, which seems like a complication without any particular benefit.
Neither fsi or csi support send reference from dotnet sdk projects.
Anyway ... we should figure out something to do, to reconnect fsi to the ide.
Contributor guide
Assessment
This issue has not been assessed yet.