You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The adapter currently throws the following warning when a vsmdi file is passed to it:
"A testsettings file or a runsettings with a ForcedLegacyMode set to true is not supported with the MSTest V2 Adapter."
This does not indicate that this is an unsupported scenario.
Steps to reproduce
1. unzip the mstestv2 project from the attachments.
2. Discover tests.
3. Ensure that the test settings via the Test-> TestSettings is pointing to a vsmdi file.
4. Discover Tests
Expected behavior
A warning that indicates this is an unsupported behavior.
Actual behavior
The following warning shows up: "A testsettings file or a runsettings with a ForcedLegacyMode set to true is not supported with the MSTest V2 Adapter."
* Fix for indefinite waiting in IDE on testhost crash and show error message in IDE output window
* Monitor process exit of child vstest.console and start the runner process if not running from translation layer
* Allow for async receive message in communication layer
Fixmicrosoft#66, microsoft#48 and microsoft#61.
Description
The adapter currently throws the following warning when a vsmdi file is passed to it:
"A testsettings file or a runsettings with a ForcedLegacyMode set to true is not supported with the MSTest V2 Adapter."
This does not indicate that this is an unsupported scenario.
Steps to reproduce
1. unzip the mstestv2 project from the attachments.
2. Discover tests.
3. Ensure that the test settings via the Test-> TestSettings is pointing to a vsmdi file.
4. Discover Tests
Expected behavior
A warning that indicates this is an unsupported behavior.
Actual behavior
The following warning shows up: "A testsettings file or a runsettings with a ForcedLegacyMode set to true is not supported with the MSTest V2 Adapter."
Repro.zip
The text was updated successfully, but these errors were encountered: