File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ One reason is that there is no way to handle `StackOverflowException` and so a p
1717script can terminate the host process. **Remember that while calling F# Interactive through .NET API,
1818` --shadowcopyreferences` option will be ignored**. For detailed discussion, please take a look at
1919[this thread](https://github.com/fsharp/FSharp.Compiler.Service/issues/292).
20+ > **NOTE:** If `FsiEvaluationSession.Create` fails with an error saying that `FSharp.Core.dll` cannot be found,
21+ add the `FSharp.Core.sigdata` and `FSharp.Core.optdata` files. More info [here](https://fsharp.github.io/FSharp.Compiler.Service/corelib.html).
2022
2123However, the F# interactive service is still useful, because you might want to wrap it in your
2224own executable that is then executed (and communicates with the rest of your application), or
You can’t perform that action at this time.
0 commit comments