Closed dancodehq closed 8 months ago
The setup of the different languages is inconsistent. Some put texttestsfixture into main, others into test. Would moving TextTestFixture.cs to gilderose project and making it a console application work?
Yes I think that might work!
I would be happy to receive a PR from you
Cool, I'll look over it this weekend. Thanks codecop!
My bad. I was running Rider 2023.2.3 which doesn't support NUnit 4. I upgraded and everything works out of the box. No PR needed! 😊
For anyone else having this issue, update your Rider!
Rider doesn't detect the NUnit unit tests in the csharpcore project, possibly due to the project setup. Because the unit test project is configured as a console application, I assume that the unit tests aren't being recognized. It's not commonplace to have your unit test project be a console application.
My suggested fix is to have three projects:
Further instructions for the approval testing also wouldn't go amiss as it's not clear how they should be used.