-
Notifications
You must be signed in to change notification settings - Fork 261
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
Cannot run UWP tests with 3.6.2 #4371
Comments
Perfect timing @jnyrup! I was about to start release of 3.7, including into that milestone so we fix and ship tomorrow. |
@jnyrup I am not managing to build the uwp package on the commit you gave me. |
Where are you stuck? |
I have managed to create a uwp test project and I am investigating from there. It's not really clear to me what's going-on... |
Ok so looks like we have a few problems, it's not yet fully clear as the issue is different for 3.7 |
Describe the bug
After upgrading from 3.6.1 to 3.6.4 I could no longer run tests from UWP.Specs in Visual Studio.
v3.6.2 was the first version that no longer worked for me.
I suspect it being related to #3949 as if I remove these three lines
https://github.com/microsoft/testfx/pull/3949/files#diff-9dfba7d4ed3c8c0e52817be015e3b388f7e1cd95cd6301c04684b604d720cb99R37-R39
or explicitly set
<EnableMSTestV2CopyResources>false</EnableMSTestV2CopyResources>
in my csproj the test is again runnable.Steps To Reproduce
c050f6bcaec68195f1d0dd0e44d233c6bbecf033
FluentAssertions.sln
UWP.Specs
and select build (the project is excluded from the configuration manager)Determining_caller_identity_should_not_throw_for_native_programs
is runnable and succeeds.Tests\UWP.Specs\UWP.Specs.csproj
to use 3.6.2UWP.Specs
againDetermining_caller_identity_should_not_throw_for_native_programs
is no longer runnable.Expected behavior
Determining_caller_identity_should_not_throw_for_native_programs
should succeedActual behavior
Determining_caller_identity_should_not_throw_for_native_programs
is not runnable from VSAdditional context
The text was updated successfully, but these errors were encountered: