Skip to content

Commit 6684fe1

Browse files
committed
Merge pull request #376 from PoroCYon/master
Added clarity about the .sigdata and .optdata files in the interactive documentation.
2 parents 52ff100 + 47b2dfa commit 6684fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/interactive.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ One reason is that there is no way to handle `StackOverflowException` and so a p
1717
script 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
2123
However, the F# interactive service is still useful, because you might want to wrap it in your
2224
own executable that is then executed (and communicates with the rest of your application), or

0 commit comments

Comments
 (0)