I have a solution and in the solution is s directory where all tests reside.
I can run all tests using
dotnet test "c:\testing.dll"
It only shows in the console the name of the failed tests and the end result shows how many passed. Is there a way in the command i can show all test in the command window that ran regardless f failed or passed ?