Good morning,
We have a fairly large solution in which we typically develop (around 200 projects). Most of those are demo/example applications, a few are the library we're actually developing, and a few are test projects. So far I've manually excluded each and every demo application from NCrunch (because they contain no tests and are basically irrelevant here). However, that's about 130 individual `.v3.ncrunchproject` files and every time a new project is added, we have to exclude it as well.
So is there a more elegant way here? Can I apply NCrunch project-level configuration based on file system location, e.g. by adding a configuration file in the directory where all the to-be-ignored projects reside? Or is there a way of having a list of projects to ignore in a central location that supports wildcards? I could also do this with MSBuild properties if that is an option.
Since we're just two team members using NCrunch (the others seem to be fine not running tests or having to wait each time), I'd like to spare them from regularly having commits that add the missing `.ncrunchproject` files.
Regards,
Johannes