first, thank you for this project. It's amazing and the implementation itself works and is awesome to play around with. I am a Java guy but that's a good way to get in touch with c# 👍 .
Anyways, I am having troubles running the tests. Whenever I try to execute them I get:
[13/05/2018 11:09:24 Informational] ------ Run test started ------
[13/05/2018 11:09:25 Warning] No test is available in ... SteamBotUnitTest\bin\Debug\SteamBotUnitTest.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
[13/05/2018 11:09:25 Informational] ========== Run test finished: 0 run (0:00:00,997527) ==========
I see all tests in the test explorer. But whenever I click run tests I get errors on each of them, basically, they are not executed.
It's probably some basic configuration issue but its hard for me to find the root issue. Do you have any ideas whats wrong ?
Hi,
first, thank you for this project. It's amazing and the implementation itself works and is awesome to play around with. I am a Java guy but that's a good way to get in touch with c# 👍 .
Anyways, I am having troubles running the tests. Whenever I try to execute them I get:
I see all tests in the test explorer. But whenever I click run tests I get errors on each of them, basically, they are not executed.
It's probably some basic configuration issue but its hard for me to find the root issue. Do you have any ideas whats wrong ?
Regards