Forum member

robmen

27 posts

Posts by robmen

  1. Quick second build losing code coverage?

    More data that may or may not be related (not conclusive in my tests), I'm finding that if I clean out all non-committed files from my repository (*.user, .vs/, etc.), open the solution and re-enable NCrunch that often times it will work correctly (i.e. build once and show coverage correctly). Somet…

  2. Quick second build losing code coverage?

    [quote=Remco;8046]Sorry, but I'm having a little trouble understanding the nature of this problem - are you saying that the build somehow breaks itself, or that you have an intermittent failure? Are your tests losing their pass/fail status in the tests window?[/quote] Unfortunately, none of that…

  3. Quick second build losing code coverage?

    I'm seeing an issue and looking for guidance how to go about resolving it. I have a .sln with .csproj tested by an XUnit test .csproj with a few other .csproj, .vcxproj and a .wixproj in the mix. Almost always (but not always), when I open the solution, NCrunch will initialize, show the Risk/Prog…

  4. Target "_SplitProjectReferencesByFileExistence" cannot be found in customized projects.

    [quote=Remco;7288]Something also worth trying is to swap out the $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets") expression with a simple relative path just to see if this is the cause of the problem. Does this make any difference?[/quote] …

  5. Target "_SplitProjectReferencesByFileExistence" cannot be found in customized projects.

    [quote=Remco;7281]This means a solution to the problem may be as simple as ensuring your [root]\Tools directory is included in the NCrunch workspace. Try adding it to the 'Additional files to include' NCrunch solution-level configuration setting to see if this makes any difference.[/quote] Unfor…

  6. Target "_SplitProjectReferencesByFileExistence" cannot be found in customized projects.

    [quote=Remco;7279]I may be able to give more information about which targets are expected by NCrunch, but I feel you should know what you're up against. You're walking in uncharted territory.[/quote] Well, that's not very encouraging. <smile/> [quote=Remco;7279]What is the reason for the cust…

  7. Target "_SplitProjectReferencesByFileExistence" cannot be found in customized projects.

    I'm trying out NCrunch on the WiX toolset's build. We do some pretty advanced things in our MSBuild projects to ensure consistency across the many, many projects that make up the WiX toolset. It seems one (or more) of those advanced tricks are confusing NCrunch. We get the following error that seems…