Remco;14117 wrote:It's possible that NCrunch just isn't copying the .editorconfig file into the workspace used for building your project. Do you have this file included in your .csproj? If not, does including it make any difference?
Thanks for the advice! You're right. I had my .editorconfig just as a "solution item". So I did this for each project:
1. Right-click project in Solution Explorer.
2. Select Add -> Existing file.
3. Select the .editorconfig file. Do not click "Add".
4. Click the arrow next to "Add" and select "Add as link".
Repeat for all projects, then restart NCrunch engine. Now NCrunch builds.
Woo! :D