We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
<EnableMSTestV2CopyResources>false</EnableMSTestV2CopyResources>
c050f6bcaec68195f1d0dd0e44d233c6bbecf033
FluentAssertions.sln
UWP.Specs
Determining_caller_identity_should_not_throw_for_native_programs
Tests\UWP.Specs\UWP.Specs.csproj
Determining_caller_identity_should_not_throw_for_native_programs should succeed
Determining_caller_identity_should_not_throw_for_native_programs is not runnable from VS
The text was updated successfully, but these errors were encountered:
Perfect timing @jnyrup! I was about to start release of 3.7, including into that milestone so we fix and ship tomorrow.
Sorry, something went wrong.
Unrelated to your issue but as I am building I noticed:
MSTest is also supporting the new platform and xUnit and NUnit are on their way too (beta/previews for them).
No branches or pull requests
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: