tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.34k stars 68 forks source link

Feature request: Reuse nuget.config nuget sources for package discovery #119

Closed lassevk closed 5 months ago

lassevk commented 10 months ago

We publish nuget packages on Github, in our private organization. It would be nice if the nuget source I have added to my nuget.config file is honored, so that I can use packages we've made, without having to browse for and refer to the base assemblies locally.

tareqimbasher commented 10 months ago

This is planned. I'll bump it up on list of priorities :+1:

tareqimbasher commented 5 months ago

193 adds support for reading multiple repositories from Nuget.Config file. Will go out with next release.