mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

[Feature Request] Support for other nuget package sources #175

Open DrLeh opened 5 months ago

DrLeh commented 5 months ago

I love being able to see typeahead for <PackageReference>s but it's not showing ones from my company's internal nuget source, only nuget.org it seems. Is it possible for it query my nuget server to do this? Or maybe our nuget server is out of date and doesn't have the necessary feature to drive this?

mhutch commented 5 months ago

Is your internal feed authenticated? The extension attempts to read other package sources from Visual Studio, but it does not yet handle authenticated feeds.