-
Notifications
You must be signed in to change notification settings - Fork 264
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
UWP/WASDK Tests won't run upgrading to 3.1.1 #1726
Comments
Same here. |
Hi @michael-hawker, For the various Could not determine target device configuration. Exception: System.Runtime.InteropServices.COMException (0x80020009): The method or operation is not implemented.
at EnvDTE.Property.get_Value()
at Microsoft.VisualStudio.TestWindow.ShellServices.ProjectDataImpl.<GetRemoteMachineAddressAsync>d__36.MoveNext() showing in the output, please open an issue on developer community this is linked to some bug in Test Explorer and it's not handled by us. For the other part of the problem. you haven't given me much information as to what is missing... I have done a build, open the sln on VS and I see 6 tests under |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 10 days of this comment. |
I'm seeing same issue here on a non UWP project |
I also have this problem. I hope it will get fixed. The Test output windows shows that there is an exception in the
|
Same here |
Describe the bug
Was trying to update from
2.2.10
to3.1.1
for MSTest.TestAdapter/Framework as we're not seeingLogger.LogMessage
/TextContext.WriteLine
output appear in Visual Studio (no Output/Additional Output link appears next to test), not sure what's going on there, but figured updating may help.However, after cleaning our environment and reopening Visual Studio, only some tests are discovered and I saw this in the test log:
Using VS 2022 17.6.5.
WASDK 1.3.230331000 and UWP
TFMS: net6.0-windows10.0.19041.0/uap10.0.17763
Steps To Reproduce
tooling
directory to latest version of MSTest:Expected behavior
All tests discovered and tests run
Actual behavior
Tests don't run/Not all discovered
You can see none of our source generated tests are even listed after a build (works ok on 2.2.10 after initial build):
Additional context
The text was updated successfully, but these errors were encountered: