Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Interactive Notebooks: How do I overwrite a nuget package version?

I'm using .NET notebooks for VSCode. Current version: v1.0.2419011

I'm trying to experiment with a nuget package

I first loaded the package like

#r "nuget: Microsoft.CodeAnalysis.Workspaces.MSBuild"

Then I realized I needed a preview version

#r "nuget: Microsoft.CodeAnalysis.Workspaces.MSBuild, 4.0.0-3.final"

However, the notebook won't let me change versions of the package. It errors with

Error: Microsoft.CodeAnalysis.Workspaces.MSBuild version 4.0.0-1.final cannot be added because version 3.11.0 was added previously.

I don't see any options for clearing the packages or forcing an overwrite. How do I change package versions after previously loading a different version?

like image 639
farlee2121 Avatar asked Mar 02 '26 20:03

farlee2121


1 Answers

Turns out the same question got asked in the project's Github issues, #342.

The answer is to restart the notebook kernel. Restarting the kernel is slightly out of the way. It can be run through the command search (ctrl + shift + p)

enter image description here

like image 178
farlee2121 Avatar answered Mar 05 '26 10:03

farlee2121



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!