How do people have Unit Testing set up for C#?
Godot Mono seems to crash on windows if I add a Testing subproject to the solution.
It doesn't crash on Mac though.
If I add NUnit Tests directly to the existing project, the runner can't seem to find the tests.
How are other people setting this up?