Forum member

jeremygray

32 posts

Posts by jeremygray

  1. Tests are not recognized

    TestCase works nicely in 1.32b and 1.33b. However, when I tried using combinatorial tests and parameterized test fixtures in 1.32b NCrunch would not execute the tests. Has 1.33b changed in this area?

  2. NCrunch 1.32b fails to build projects that depend on NCrunch-instrumented projects

    I can confirm that 1.33b resolves the issue I originally reported. So, Remco, when can we start giving you money for NCrunch? :)

  3. NCrunch 1.32b exhausts Temp directory free space

    Thanks for the detailed response, Remco. I currently have the RAM disk set at 2x NCrunch's first-run consumed space but will try upping that to 3x or 4x and see how much better things go. Worst case I can point it back at the physical disk until I can requisition more RAM from IT (devs are only o…

  4. NCrunch 1.32b exhausts Temp directory free space

    Does NCrunch clean up its own temp directory usage? And if so, what criteria will trigger it? I ask because I have set it to use a RAM disk for temp space but have needed to set the RAM disk larger than seems necessary and must periodically clean it by hand. When I do clean it I have to reset NCr…

  5. NCrunch 1.32b fails to build projects that depend on NCrunch-instrumented projects

    Submitted, along with some details in the bug report regarding how CopyReferencedAssembliesToWorkspace doesn't change the outcome. Let me know if I can be of any further assistance.

  6. NCrunch 1.32b fails to build projects that depend on NCrunch-instrumented projects

    After getting my AssemblyInfo changes (regarding deprecated strong naming attributes) in place and my project file default platform issues addressed on my end I was able to get NCrunch up and running. However, I was only able to do so by disabling instrumentation of every project that is referenced …

  7. Why doesn't NCrunch use my current configuration/platform choice?

    I hear you loud and clear on the potential for issues running tests against any random configuration/platform combo whenever one happens to be selected in the IDE. It isn't so much of an issue here but I can definitely see how it could be elsewhere. At an absolute minimum I can get away with debu…

  8. Why doesn't NCrunch use my current configuration/platform choice?

    I'd need to see an example of what you have in mind to be sure, but with a few assumptions it should do the trick for my current needs. So long as these properties you intend to inject are to be set in NCrunch's configuration window for the whole solution, not once per project, that is. All said,…

  9. Why doesn't NCrunch use my current configuration/platform choice?

    Thanks for responding so quickly. Unfortunately, any project or solution changes I am forced to make that are entirely specific to NCrunch will not pass review, so otherwise-unjustified additions to the list of build configurations and/or use of the NCrunch environment variable are out the window…

  10. Why doesn't NCrunch use my current configuration/platform choice?

    Using 1.32b, NCrunch does not appear to be using the current configuration and platform selection as set within the IDE for when it builds and tests code. It instead appears to be using only the default configuration and platform in the csproj files. Modifying each of our projects to include such de…

  11. Project builds fine in IDE and MSBuild but fails in NCrunch build

    Thanks for the response and especially for the tidbit re: 1.33b. If there's an ETA for that version, I'd love to know whether I should set aside some time to promptly clean up all of this company's unnecessary AssemblyInfo signing attributes or just wait for a new build. :) Onto my next item, whi…

  12. Project builds fine in IDE and MSBuild but fails in NCrunch build

    I've been looking forward to NCrunch for a while and finally had a chance to try out the beta this morning. I quickly encountered a series of issues and guessed my way through each, making some progress but eventually running out of time and running into enough issues. I thought it best to rewind ba…