Before fixing tests I would like to fix the main codebase with some migrations.
Entity Framework won't let me use Add-Migration if some projects don't build in the solution (i.e., the test projects). The rest of the solution, however, is able to build and launch.
Is there a way I can ignore the test projects (but without resorting to e.g. commenting out the tests or removing the projects)?