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
We have enabled association support for MSTest v2. Not users can associate mstest v2(both full framework and net core).
If a user adds net core and full frameword mstest v2 tests in same test plan and runs it via vstest v2 task, then following happens:
If target framework is set to .NET (in runsettings) and test plan is ran, .NET core tests are not discovered and thus are not ran.
If target framework is set to .NET core and test plan is ran, error is thrown while discovery for .NET tests and thus test ran gets aborted.
Issue
Even though we will educate users that combination of net core and full framework can't be ran in single test plan; the behavior of test ran is inconsistent when target framework is changed in runsettings.
This issue is to know if there is a possibility to make the behavior of test platform consistent (i.e. either throwing error in both scenarios OR skipping discovery in both scenarios)
The text was updated successfully, but these errors were encountered:
Description
We have enabled association support for MSTest v2. Not users can associate mstest v2(both full framework and net core).
If a user adds net core and full frameword mstest v2 tests in same test plan and runs it via vstest v2 task, then following happens:
Issue
Even though we will educate users that combination of net core and full framework can't be ran in single test plan; the behavior of test ran is inconsistent when target framework is changed in runsettings.
This issue is to know if there is a possibility to make the behavior of test platform consistent (i.e. either throwing error in both scenarios OR skipping discovery in both scenarios)
The text was updated successfully, but these errors were encountered: