-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem if OutputXmlFolderMode setting is not in .runsettings #1030
Comments
Looks like this problem also exists in Visual Studio 2022 Version 17.4.0 with the NUnit3TestAdapter 4.2.1. I don't believe this version of the TestAdapter supports the OutputXmlFolderMode, so maybe this is a different issue. |
That might be true. But if you run under netcore it should work. Have you checked the alpha version? |
Released here https://www.nuget.org/packages/NUnit3TestAdapter/4.3.1 |
we should not presume everyone is on net.core? |
@netcorefactory No :-) |
When I have a .runsettings file selected in VS with a missing OutputXmlFolderMode setting, I cannot run or debug any tests. Visual Studio starts the test for a short time, and then the debug session just ends without any message or without hitting any of the code in the test. Once I added the OutputXmlFolderMode into the .runsettings file, the test started working again.
local.runsettings file attached with OutputXmlFolderMode set. Remove the OutputXmlFolderMode line to reproduce the problem.
local.zip
The text was updated successfully, but these errors were encountered: