Forum member

rathga

4 posts

Posts by rathga

  1. Large solution - pending tests do not execute

    Sure that's all understood and thanks I got a meaningful error for these projects in the regard you specify, and that is fine. But what I think is NOT expected behaviour is the fact that client test projects for these two library projects did not execute. I'm not sure there is a good reason for…

  2. Large solution - pending tests do not execute

    Bingo! Looks like disabling NUnit 3 test framework for these two utility projects (as suggested right at the end of [url=https://www.ncrunch.net/documentation/considerations-and-constraints_netstandard-test-projects]https://www.ncrunch.net/documentation/considerations-and-constraints_netstandard-te…

  3. Large solution - pending tests do not execute

    Thank you for the reply. None of the build tasks have failed, but we do have two .netstandard 'helper' projects which reference NUnit for assertions but contain no tests (i.e. they are not actually test projects) that come up as an Analysis failure. But I think this should be ok (?) Or will NCr…

  4. Large solution - pending tests do not execute

    Hi there We have been experimenting with amalgamating 20+ smaller solutions into one big solution with c. 750 projects given the advent of VS 2022. It has worked fine so far but we are having trouble getting Ncrunch to execute tests. The tests executed fine in the previous individual, smaller…