DEV Community

Discussion on: Time to learn C# with Notebook in VS Code

Collapse
 
kenakamu profile image
Kenichiro Nakamura

I don't have trouble using it with both version installed. Any issue you are facing?

Collapse
 
hemanth22 profile image
Hemanth B • Edited

I am not able to install dotnet using below command using powershell.

dotnet tool install --global Microsoft.dotnet-interactive

i am getting below error still even through extension is installed.

Command '.NET Interactive: Create new blank notebook' resulted in an error (command 'dotnet-interactive.newNotebook' not found)

Thread Thread
 
kenakamu profile image
Kenichiro Nakamura

hm.. can you try --fx-version to specify 3.1?