m1dnight
Test project in project where project is in same folder as solution (codecrafters.io)
I am going through codecrafters.io DNS server with C#.
The barebones project you get looks like this:
I want to add a unit test solution to this project, but I can't manage to get it working. From what I can tell, codecrafters really wants their project to keep this structure.
I'm using Rider and tried adding new project to the solution, but then I get the following error:
I attempted to fix this by adding the following to the
.csproj
file.
Is there a way to create a unit test project that does not mess with the codecrafters repository?3 replies