-
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
Reporters broken in 2.5.1 release #384
Comments
After some Investigation, the best I can tell is that I haven't looked and checked out the discovery code to see if or how it could look inside the test project bin folder for those missing dlls or not... (or if this is the true issue) There is certainly some churn in this space recently though... so maybe it wasn't 100% completed before these dlls were removed? |
Fixed in |
I can confirm that the changes in Thanks for the prompt resolution, looking forward to 2.5.2 to drop 🙇♂️ |
I'll wait a few days to see if any other issues surface, and then just cut it over. Thanks! |
It affected 3rd-party reporter reportportal/agent-net-xunit#27. It worked good with File name of that reporter is I also tried |
@nvborisenko Please open a new issue with a repro project. Thanks! |
@bradwilson issue #385 with a link to repro project is created. |
I'm still investigating the actual root cause or workarounds.
The symptom I am having is that the teamcity reporter is no longer working in
xunit.runner.visualstudio
2.5.1. This was working inxunit.runner.visualstudio
2.5.0.I do get this error message when using
-- xUnit.ReporterSwitch=teamcity
I've narrowed down the difference to the fact that the dlls are no longer included in the build folder of the nuget package. Though still investigating if that is the true cause or not.
Which is these commits: 0d583f2 96555ae
Installing
xunit.runner.reporters
into the project has not fixed the issue but testing continues.Runtime: .Net 7.0
The text was updated successfully, but these errors were encountered: