When tools are installed from a custom package source (other than NuGet.org), the tools-outdated command doesn't find them, and it reports the available version as blank/missing. The OutdatedCommand class is hardcoded to use https://api-v2v3search-0.nuget.org/ for its search. It would be nice if it searched the custom package sources declared in nuget.config first.
When tools are installed from a custom package source (other than NuGet.org), the
tools-outdatedcommand doesn't find them, and it reports the available version as blank/missing. The OutdatedCommand class is hardcoded to usehttps://api-v2v3search-0.nuget.org/for its search. It would be nice if it searched the custom package sources declared in nuget.config first.