79560089

Date: 2025-04-07 14:07:46
Score: 1
Natty:
Report link

To easily fix it:

  1. delete solution file (.sln)
  2. open command palette in VS Code (Cmd+Shift+P) and run Developer: Reload Window
  3. run the tests again from terminal After a few seconds the tests should appear in the Test Explorer tab :)

My guess why it works is that the new Solution file is generated in the directory where it can access both directories of project and testing.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: OstryJR