Forum member

coffeesmurf

4 posts

Posts by coffeesmurf

  1. Compilation error that is showing up in NCrunch but not in VS

    Thanks for confirming this ! And great job with NCrunch :) I'm really liking it !

  2. Compilation error that is showing up in NCrunch but not in VS

    Thanks very much for your help, it's greatly appreciated! :) I did some more investigation here this morning and from what I can tell it looks like NCrunch is forcing "/P:Optimize=False" even if the project's build configuration is setup with "<Optimize>true</Optimize>". Is this possible? The…

  3. Compilation error that is showing up in NCrunch but not in VS

    Thanks for the input! I managed to find the following: When running with MSBuild, I do get the error even when I specify the Release configuration. So I was wrong about what I said earlier. The behavior between NCrunch and msbuild command line is consistent :) Looking at the project file, for …

  4. Compilation error that is showing up in NCrunch but not in VS

    Hi, I am trying to understand why I am seeing a particular compilation error in NCrunch (1.36.0.10b) and not in Visual Studio 2010. The situation I have is the following: The code (C#) that I am currently looking at as an unused variable declared. In Visual Studio, I get a Code Analysis warnin…