waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.95k stars 112 forks source link

Using nuget packages fails because of private source #297

Open NachmanBerkowitz opened 1 year ago

NachmanBerkowitz commented 1 year ago

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.