Forum member
acm23
4 posts
Posts by acm23
-
Override NUnit settings
Hi Remco, Thanks for your extra efforts here. I might be able to move the parallelization settings to runsettings files for the integration tests, which should result in them being ignored by NCrunch. I will also investigate the failing tests closely. As I have only a small number of f…
15 Aug 2026 14:17 UTC
-
Override NUnit settings
Hi Remco, Thanks for replying so quickly. Removing the attributes (using conditional compilation) gets all the tests passing, and also removes the warning about instability. With the attributes in place I get a small number of tests failing, and of course all the NCrunch warnings. If I s…
15 Aug 2026 05:40 UTC
-
Override NUnit settings
Hi, I'm in the process of getting NCrunch working in a codebase for the first time. The unit test projects work nicely. I am trying to get the integration tests working now, but I need to be able to override NUnit parallelization settings for the integration test projects (specifically [assembl…
14 Aug 2026 14:41 UTC
-
xunit.v3 3.2.0 kills ncrunch build
upgrading a working project from xunit.v3 3.1.0 to 3.2.0 immediately stops NCrunch from being able to build projects with the following error: An error occurred while analysing this project after it was built: Unable to resolve an assembly required for the execution of Xunit3 on this machine. Th…
06 Nov 2025 16:41 UTC