dotnet fsi fails with FS0239: An implementation of the file or module 'SOME MODULE NAME FSI GENERATES' has already been given" when switching from fsi.exe
(.net framework) to dotnet fsi
#16384
Labels
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Triage-Investigate
Milestone
I'm updating FSharp.Data.SqlClient repository from SDK 2.1.402 to 7.0.400.
In the build script, there is a call to
dotnet fsi
(in GenerateDocs target of build.fs in fsprojects/FSharp.Data.SqlClient#435) that I notice fails withThe same works fine in master which uses .net framework version of FSI (from VS 2017 IIUC).
I'm wondering if:
If this is worth putting under non regression test and fixing?
Related: fsharp/fsharp#838
The text was updated successfully, but these errors were encountered: