CSharpRepl icon indicating copy to clipboard operation
CSharpRepl copied to clipboard

Using nuget packages fails because of private source

Open NachmanBerkowitz opened this issue 2 years ago • 0 comments

Version

0.6.3

What happened?

In my nuget.config in my %APPDATA% one of the sources is private. When I try to use nuget in the repl it always fails because it cannot access the private source. The public source is listed first, so using nuget in the repl should go to the source it does have access to.

NachmanBerkowitz avatar Sep 05 '23 16:09 NachmanBerkowitz