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

Fix writing to trx when error has no message #2364

Merged
merged 1 commit into from
Mar 18, 2020

Commits on Mar 18, 2020

  1. Fix writing to trx when error has no message

    Fixes intialization of error info that would require errors to have error message and not just stack trace. This is triggered for example by Assert.Fail() in nUnit that provides a null error message. Removed the constructor that we don't need, and enabled initialization in both setters to avoid failing.
    
    Fixes microsoft#2319
    nohwnd committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5623bf6 View commit details
    Browse the repository at this point in the history