Forum member

Rimokatolik

5 posts

Posts by Rimokatolik

  1. Execution issues

    We are using mstest and I am trying this on VS2015. Many tests are failing, currently out of 267 tests 175 are reported as failing in ncrunch, though some will pass when I choose Run selected test in new task runner process.

  2. Execution issues

    I got NCrunch building projects fine. Now, even though vstest can run all tests fine inside VS (Test window), more then half of them fail when run by ncrunch with message: NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error - was the execution process term…

  3. Support for property functions?

    Thank you very much for explaining. Was swamped with other stuff, so I could not get it working yet. You were right, I need to handle the fact that ncrunch does not copy whole tree nicely, but what was something like d:\a\b\c\d\e.csproj can become d:\ncrunchdir\c\d\e.csproj, but even with calcula…

  4. Support for property functions?

    For example: <OriginalProjectDir Condition="'$(NCrunch)' != '1'">$(MSBuildProjectDirectory)</OriginalProjectDir> <OriginalProjectDir Condition="'$(NCrunch)' == '1'">$(NCrunchOriginalProjectDir)</OriginalProjectDir> <BASEDIR Condition="'$(BASEDIR)' == ''">$(OriginalProjectDir.Substring…

  5. Support for property functions?

    Does NCrunch support property functions? I am trying to use that msbuild feature (like explained here http://blogs.msdn.com/b/visualstudio/archive/2010/04/02/msbuild-property-functions.aspx) and nothing works. I noticed that one of my calculated properties get copied to environment variables of n…