-
### Describe the bug
The kernelName and language show as csharp in the created Untitled-1.ipynb contents which only contains a single cell of type "F#".
**Note:** It's a regression issue. It doesn…
-
AFAIK, the way FSI should be executed for recent versions of .NET (Core or >=5) is through the dotnet client application as: `dotnet fsi`. Indeed, on a up-to-date Arch Linux, if I try execute `/usr/sh…
-
Calling `Async.RunSynchronously` in libraries is error-prone and can cause dead-locks. (e.g. when running on the main interactive thread.) I would just remove the two functions `toList` and `toArray` …
blumu updated
4 years ago
-
### Type of issue
Typo
### Description
the new #help features released in F# 9 provide advanced functionalities to provide help in REPL, would be great to document them and add them to this docs pa…
-
running paket install or paket update breaks FSReveal:
1. git clone FSReveal
2. run `build.cmd`
slides are processed without an error
4. run `paket update`
it will download the various .NET co…
-
Hi,
I'm having trouble trying to get FSharp.SystemTextJson working in FSI scripts in VS2019. I don't seem to have the same issue in compiled code. I'm doing a lot of exploratory coding, hence the…
-
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
I'm trying to upgrade from the deprecated `registerRemot…
-
I'm facing this issue in C# Interactive, as bundled with VS 2015 Update 1.
When trying to load [FsPickler.CSharp](https://www.nuget.org/packages/FsPickler.CSharp/) from C# Interactive:
``` csharp
#r…
-
### Describe the bug
Create a .NET 5 console app
add Microsoft.DotNet.Interactive.CSharp 1.0.0-beta.21108.3
add nuget support unsing the `UseNuget`
submit a #r instruction and exceptions is rais…
-
**Succinct description**
When `collectible = true` is passed as an argument to `FsiEvaluationSession.Create`, the FSI-ASSEMBLY is never unloaded, contrary to expectations.
**Repro steps**
The…