Forum member
robmen
27 posts
Posts by robmen
-
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…
24 Nov 2015 09:48 UTC
-
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…
24 Nov 2015 09:27 UTC
-
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…
24 Nov 2015 06:21 UTC
-
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] …
06 May 2015 23:05 UTC
-
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…
06 May 2015 16:36 UTC
-
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…
06 May 2015 09:23 UTC
-
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…
06 May 2015 08:18 UTC