-
Notifications
You must be signed in to change notification settings - Fork 163
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
Null reference error when running with MsTest trx results file #356
Comments
Thank you for spotting and reporting this one. I will add some more information about how to fix this issue, and then put it "up for grabs". |
In order to do this in a test-driven way, the implementer(s) should create a test class Then the actual method can be changed to make the test pass. |
What are the steps to reproduce the defect? I am using the UI to upload the "results-example-mstest.trx" file but I'm not getting the null pointer exception? |
The UI will catch that error, and should display it in the trace grid at the bottom of the screen. @ankurmalhotra are you trying to solve this issue? |
Yes would like to try to solve it if no one else is looking at it. Thanks |
Great! I wrote some instructions earlier in this thread. Do you need additional information? |
@ankurmalhotra you still work on this? Maybe it's the same problem as in #375 |
i am working on it. But if you've already got a fix, then go for it |
Released in version 2.11.0. |
Fixed by adding a null check for input parameter "scenario" in method ExecutionIdElement(this XElement scenario) in MsTestElementExtensions.cs file.
The text was updated successfully, but these errors were encountered: