jonsequitur / dotnet-repl

A polyglot REPL built on .NET Interactive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't change kernel to pwsh after moving from csharp to fsharp

unuunc opened this issue · comments

  1. Go to default Csharp kernel.
  2. Change to go to Fsharp kernel
  3. Try to change to Pwsh kernel it does not work
  4. you can go to csharp kernel and can go to pwsh kernel thou

It looks like it did change to pwsh. What were you expecting to see?

I was expecting change in kernel from fsharp kernel as well , it is working from csharp kernel, if you see image it illustrates that when I am at F# kernel , calling pwsh kernel does not have any impact , but same thing works from csharp kernel , not sure if the scenario is supported.

Oh, I see. I followed your repro steps and it worked fine for me so I missed the obvious in your screen shot.

I'm using 0.1.30 where it seems like this works as you expect. What version are you using?

This was issue in 0.1.11 , sorry , should have mentioned it , but it is working fine in 0.1.35, so closing it. thanks