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
I tried running to run the example using a new .net 6 Xunit test project. Doesn't work! 🙁
dotnet test
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
No test is available in C:\Users\Bob\Source\Repos\EsIntegrationReprex\bin\Debug\net6.0\EsIntegrationReprex.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
Using the VS test runner yields:
with the following output:
Starting test discovery for requested test run
========== Starting test discovery ==========
[xUnit.net 00:00:00.01] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET 6.0.0-preview.6.21352.12)
[xUnit.net 00:00:02.13] Discovering: EsIntegrationReprex
[xUnit.net 00:00:02.19] Discovered: EsIntegrationReprex
No test is available in C:\Users\Bob\Source\Repos\EsIntegrationReprex\bin\Debug\net6.0\EsIntegrationReprex.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
========== Test discovery finished: 0 Tests found in 3.5 sec ==========
Executing all tests in project: EsIntegrationReprex
========== Starting test run ==========
========== Test run finished: 0 Tests (0 Passed, 0 Failed, 0 Skipped) run in < 1 ms ==========
I tried running to run the example using a new .net 6 Xunit test project. Doesn't work! 🙁
dotnet test
Using the VS test runner yields:
with the following output:
Here is a link to the project https://github.com/nrhoffmann/EsIntregrationReprex.
Local Environment
The text was updated successfully, but these errors were encountered: