-
Notifications
You must be signed in to change notification settings - Fork 80
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
3-rd party reporter is broken in 2.5.1 release (2.5.2-pre.3) #385
Comments
Yeah, I think I understand what's going on, and it's probably worse than I originally thought. For 2.5.1 when I was merging in What's also a problem is that the "last copy wins" for Since your library ( So I think the end result is that I'm going to have to undo the merge, and bring back shipping the runner utility library with In truth, the "3rd party reporters" thing has never been something we fully fleshed out, and the fact that anybody has been able to use it with any level of success is more than a little surprising. Once I roll the changed back out for the merge, you may go back to working...and you may not. I have thoughts on things you could do, but none of them are great so I'm not ready to suggest you do any of them at this point. I'm just going to roll back the merge and we can see what happens. I'll let you know in this issue when a build is available that you can test against. |
@Aleh-Yanushkevich Here it is working with Please try this on your larger project and let me know if it's working okay for you. Commit for this rollback: 2dd6989 |
@bradwilson thank you for detailed explanation of this behavior. I've tested on another project and it works fine. |
As was mentioned in #384, issue still representing for 3-rd party reporter reportportal/agent-net-xunit/issues/27.
Project with issue reproducing is placed here.
Installing
xunit.runner.reporters
into the project has not fixed the issue but testing continues.Runtime: .Net 6.0/7.0
The text was updated successfully, but these errors were encountered: