Skip to content

Commit 737cdb3

Browse files
Update index.md (#36293)
* Update index.md adding note for users of .NET Framework, on how to invoke FSI. * Update docs/fsharp/tools/fsharp-interactive/index.md Co-authored-by: Bill Wagner <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent b4e0e50 commit 737cdb3

File tree

1 file changed

+3
-0
lines changed
  • docs/fsharp/tools/fsharp-interactive

1 file changed

+3
-0
lines changed

docs/fsharp/tools/fsharp-interactive/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ F# Interactive (dotnet fsi) is used to run F# code interactively at the console,
1111

1212
To run F# Interactive from the console, run `dotnet fsi`. You will find `dotnet fsi` in any .NET SDK.
1313

14+
> [!NOTE]
15+
> If you intend to use F# interactive under .NET Framework runtime, you'll need the [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools) or an edition of Visual Studio installed, and invoke the `FsiAnyCPU.exe` command from a "Developer Command Prompt" or simply make `FsiAnyCPU.exe` available in the `PATH` environment variable.
16+
1417
For information about available command-line options, see [F# Interactive Options](../../language-reference/fsharp-interactive-options.md).
1518

1619
## Executing code directly in F# Interactive

0 commit comments

Comments
 (0)