❔ Creating a github workflow to test solution (MSTest)
I have this solution
https://github.com/caedenph/wa-tor
I have two projects within it, the base one is the implementation of this algorithm, and the other project is within
WaTorTests/
.
How can I link the tests in WaTorTests/
to the root project so that I can run dotnet test
?GitHub
GitHub - CaedenPH/Wa-Tor: C# Implementation of the Wa-Tor Algorithm
C# Implementation of the Wa-Tor Algorithm. Contribute to CaedenPH/Wa-Tor development by creating an account on GitHub.
3 Replies
Also are there any file naming conventions here that I am missing? I have like Wa-Tor.sln, WaTor.csproj and it seems to be lacking consistency
convention would usually have solution and project names be valid C# identifiers
what about running
dotnet test
isn't working for you?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.