You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft's internal CoreXT tool has been running with a fork of nuget that adds additional logging indicating the source when a package is download from a remote source. e.g.: Added package 'Newtonsoft.Json.9.0.1' to folder 'E:\repos\mytest\packages' from source 'https://api.nuget.org/v3/index.json'
Adding this functionality to nuget would allow CoreXT to get back onto the mainline nuget rather than maintain its own fork.
Microsoft's internal CoreXT tool has been running with a fork of nuget that adds additional logging indicating the source when a package is download from a remote source. e.g.:
Added package 'Newtonsoft.Json.9.0.1' to folder 'E:\repos\mytest\packages' from source 'https://api.nuget.org/v3/index.json'
Adding this functionality to nuget would allow CoreXT to get back onto the mainline nuget rather than maintain its own fork.
@rrelyea please consider for 3.5
/cc @yishaigalatzer @harikmenon
See PR: NuGet/NuGet.Client#783
The text was updated successfully, but these errors were encountered: