dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 773 forks source link

We should disable the --multiemit[+/-] switch in fsi. #17308

Open KevinRansom opened 2 weeks ago

KevinRansom commented 2 weeks ago

The internal scenario with a 30 assembly limit is no longer an issue.

It defaults to on anyway.

abonie commented 2 weeks ago

We need to make sure disabling this option does not break anyone

Vlad says dotnet interactive was using it a year ago