contestada

make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.

Respuesta :

"No test found. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again" is an error report that usually comes up when one is attempting to upgrade from an existing version or solution of dot net framework to a higher one say ".Net 4.6.1.

This can also be triggered if the platform target is configured to 64 bits. (x64).

What is the solution to the above problem?

There are two things that could be done:

  • Ensure that the the project being tested and the the test project are set to the same bit configuration. That is: Both on x64 or both on x86.
  • Ensure that the settings is configured to "Any CPU".

What is Dot Net Framework?

Microsoft's.NET Framework is a proprietary software framework that runs largely on Microsoft Windows.

It was the primary Common Language Infrastructure implementation until it was surpassed by the cross-platform .NET project.

Learn more about Dot Net Framework:
https://brainly.com/question/1538272
#SPJ1