-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Microsoft Visual Studio Professional 2019
Version 16.8.4
Many of the tests (particularly CanPassCurrentVocalinkTestCases) don't show in the Test explorer and trying to run any test produces:
---------- Starting test discovery ----------
Test project PublicInterfaceTests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
Test project ModulusCheckingTests does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
No test is available in C:\Users\dylan.nicholson\source\repos\github\pauldambra\ModulusChecker\ModulusChecking\bin\Release\ModulusChecker.dll C:\Users\dylan.nicholson\source\repos\github\pauldambra\ModulusChecker\PublicInterfaceTests\bin\Release\PublicInterfaceTests.dll C:\Users\dylan.nicholson\source\repos\github\pauldambra\ModulusChecker\ModulusCheckingTests\bin\Release\ModulusCheckerTests.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.1 sec ==========
---------- Starting test run ----------
No test is available in C:\Users\dylan.nicholson\source\repos\github\pauldambra\ModulusChecker\ModulusCheckingTests\bin\Release\ModulusCheckerTests.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
========== Test run finished: 0 Tests run in 8.5 sec (0 Passed, 0 Failed, 0 Skipped) ==========