xUnit test not running after signing the test project assembly
I have a test project with a single xUnit fact test. The test runs fine from the Test Explorer. But after I sign the test project assembly with a strong name, I get message saying
Test run finished. 0 Tests (0 Passed 0 Failed 0 Skipped)How do I make the tests run with strong name signed?
0 Replies