Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support to ignore failed sources #217

Merged
merged 5 commits into from
Nov 22, 2021

Conversation

timheuer
Copy link
Contributor

An initial attempt to fix #214 to allow the standard --ignore-failed-sources for NuGet CLI to work. The initial catch of HttpRequestException in https://github.com/dotnet-outdated/dotnet-outdated/blob/master/src/DotNetOutdated.Core/Services/NuGetPackageInfoService.cs#L127 is actually never hit because the HttpRequestException is an InnerException.

@coderpatros coderpatros merged commit 276165a into dotnet-outdated:master Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore failed sources
2 participants