goenning / dotnet-outdated

Command line tool to check for outdated DotNet Core dependencies.
MIT License
46 stars 6 forks source link

Ignored local/internal dependencies #3

Open rodrigokono opened 7 years ago

rodrigokono commented 7 years ago

So, In cases where have a dependencies local or internal in project.json, not work. A exception like "not found" is notified.

The suggest is to ignore not found errors and go on. Tks

goenning commented 7 years ago

I agree with that for local dependencies. But when you say internal, you mean a private registry? I don't experience with that, but I guess we could query the private nuget like we do with the public.

rodrigokono commented 7 years ago

Yes. Are private packages. My private packages are in myget and I guess that get the error when try to get the private packages.