My VS Solution consists of production code and also test code, properly separated into different csprojects. It's always one to one correspondence between a production project and a test project.
Is there anyway to run all the test projects under that VS Solution on nunit3-console ? I prefer to just pass in the Solution to the NUnit console runner, without me having to create a NUnit project, or manually pass in all the test projects.