#r nuget directive - strange side effects with Visual Studio Nuget Package Manager #2143
Closed
4 of 13 tasks
Labels
Area-Packages and Extensions
Related to acquiring and using packages and extensions
Area-VisualStudio
Relating to VisualStudio Notebook Editor extension (deprecated)
bug
Something isn't working
External
Describe the bug
In the Visual Studio (2019 or 2022) Nuget package manager, add 2 sources :
C:\nuget\rihanna
C:\nuget\beyoncé
Create the underlying directories as well.
In Visual Studio Code :
#r "nuget: Newtonsoft.Json"
and executeYou will get :
stdin(1,1): error FS3217: The source directory 'C:\Nuget\beyonc%EF%BF%BD' not found
Notes :
I first noticed this bug in F# Interactive a few months back : dotnet/fsharp#12401.
I only realized it was impacting .NET Interactive last week. I filed thid issue on Nuget repo: NuGet/Home#11955.
I've been suggested to report it here.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):.NET Interactive notebooks v1.0.3314011
The text was updated successfully, but these errors were encountered: