-
Notifications
You must be signed in to change notification settings - Fork 253
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
nuget.exe should show a helpful message when nuget.config is corrupt #1302
Comments
Similarly, ensure that a friendly and detailed error message is shown for corruption of On Mon, Aug 31, 2015 at 2:52 PM, Justin Emgarten notifications@github.com
|
@deepakaravindr was this fixed in your change? |
Yes, this will get fixed by the PR: NuGet/NuGet.Client#103 as well |
The message should show what file is introducing the bad xml. Duplicate bug: #834 |
Summary: Any invalid config file that should be picked up, but fails to load should be turned into an error message that shows both in the UI and commandline. The error should be meaningful and point to the filename/file path and location in the file |
An invalid nuget.config will cause a generic exception and error message.
Steps
Expected:
An error message referring to nuget.config
Actual:
The text was updated successfully, but these errors were encountered: