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

Improve error reporting #2423

Merged
merged 25 commits into from
Jun 16, 2017
Merged

Improve error reporting #2423

merged 25 commits into from
Jun 16, 2017

Commits on Jun 13, 2017

  1. partial work...

    matthid committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    117a1ea View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    8df0ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e74c7c View commit details
    Browse the repository at this point in the history
  3. fix some random change

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    d315ec9 View commit details
    Browse the repository at this point in the history
  4. fix another random change

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    ea32f48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a20a6c5 View commit details
    Browse the repository at this point in the history
  6. change integration test suite to print output when the process timed …

    …out (to get an idea what the process was doing).
    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    fa2f230 View commit details
    Browse the repository at this point in the history
  7. print more exception informations & use this to forward NuGet errors …

    …via AggregateException.
    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    966b38e View commit details
    Browse the repository at this point in the history
  8. reduce nesting via ->

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    b4f9550 View commit details
    Browse the repository at this point in the history
  9. add missing newline

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    bf2abbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d10d98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88f6b3a View commit details
    Browse the repository at this point in the history
  12. fix newline location

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    ecc8be4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e16733 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c80c66a View commit details
    Browse the repository at this point in the history
  15. fix endless loop

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    9224d4c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    07f320b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0025b85 View commit details
    Browse the repository at this point in the history
  18. minor output improvement.

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    79736fd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ee7d1ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    53c2063 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    73bce52 View commit details
    Browse the repository at this point in the history
  22. minor output improvement.

    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    e8f3067 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3cf9654 View commit details
    Browse the repository at this point in the history
  24. add 'PAKET_DETAILED_ERRORS' feature, this will always print stacktrac…

    …es in the final exception print (might be useful for single tests or to tell people to get better bug reports).
    matthid committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    c00d52d View commit details
    Browse the repository at this point in the history