Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

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

    No ETA just yet - I think the safest option would be to remove the attributes and use build configuration instead. This is probably the more conventional approach anyway :)

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

    Have a look at the [url=https://www.ncrunch.net/documentation/reference_project-configuration_overview]UseBuildConfiguration[/url] component configuration option. This will let you tell NCrunch which build configuration to use (i.e. DEBUG, RELEASE, etc). Using this, you could set up your own build…

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

    This failure does make sense in that in 1.32b (and below) NCrunch will force MSbuild to delaysign the assembly where the project is configured to use a strong name. As you've described, you had an attribute in your source code describing how the assembly should be signed ... thus MSBuild sees both …

  4. Prevent NCrunch running specific test projects within solution

    Interesting. It's true that sometimes the ignore takes a couple of seconds to kick in (as it's processed by a background thread), but it's possible there could be something not quite right in there. I'll make a note to take a look at it.

  5. Interop.ActiveDS causes unreliable build in ncrunch

    It seems that the SGEN issue is caused by the build process attempting to derive a serialization assembly from a project that is set to be signed during the build. Basically, NCrunch is forcing MSBuild to delay sign the assembly so that it has the opportunity to properly instrument it post-build.…

  6. Prevent NCrunch running specific test projects within solution

    Hi Simon, NCrunch does exactly this. In the [url=https://www.ncrunch.net/documentation/concepts_tests-window]tests window[/url], you'll notice a button that allows you ignore a test. You can use this button at project level, thus [url=https://www.ncrunch.net/documentation/concepts_ignored-tests…

  7. Performance issue with Web Sites

    Oh well, I'm glad the issue has disappeared .. though I am curious as to what caused it. If you notice it happening again, can you push through a bug report using the top menu option? Thanks! Remco

  8. NoCoverage/PassingCoverage - What about PartialCoverage ?

    Hi PPetrov, You're absolutely correct in noting this issue. Basically NCrunch's code coverage isn't yet granular enough to be able to split the coverage information between logical statements that exist on the same line. When the profiling does reach this level of sophistication, splitting the …

  9. Xaml files with german Umlaute äöüÄÖÜ don't compile

    For anyone interested, a proper fix for this issue has now been released as part of 1.32b.

  10. 1.31b doesn't execute MSpec tests

    For anyone interested, a proper fix for both of the above issues has now been released as part of 1.32b.

  11. BuildShadowTask Exception

    For anyone interested, a proper fix for this issue has now been released as part of 1.32b.

  12. Performance issue with Web Sites

    Hi Stefan, Thanks for reporting this issue. Performance issues can be tough to track down, so I'm wondering if you'd be able to help by answering any of the questions below? - Does unloading/removing the website from the solution make any difference? - How does the performance degrade? For …

  13. Vote for the next testing framework to support!

    Hi Dougferg, Thanks for the feedback. MSTest definitely seems to be hot in demand right now. I think many people are in the same situation you're in. My expectation right now is to have it ready in the 1.33b (with 1.32b due for release in the next couple of days)... so it definitely won't be f…

  14. Can't install VS2010 version

    If anyone else is experiencing this issue, could you please post the details here or in a private message to me? So far this seems to be an isolated case - but if others also have this problem then we may be able to work together to narrow it down and resolve it. Cheers, Remco

  15. Different test results with ncrunch and NUnit tool

    Agreed - it's not pretty. There are some strong arguments in favour of aligning this with NUnit. Likely there will be some adjustments made around this in a future release. Thanks for reporting it :)

  16. Different test results with ncrunch and NUnit tool

    Hi Mrt181, This is caused by a difference in assembly resolution logic between NCrunch and NUnit. NCrunch throws a different exception with extra information about the paths checked for the missing assembly. This was implemented for diagnostics, as assembly resolution issues can be horrifical…

  17. NCrunch cannot build F# projects

    Good to hear! :) Cheers, Remco

  18. NCrunch cannot build F# projects

    Hi Steffen - My apologies for the time it's taken to get back to you on this one. I've had a look through this project and concluded the reason behind the build failure is NCrunch's lack of knowledge about the customisations you have for your FSharp build. Basically, NCrunch doesn't know abou…

  19. BuildShadowTask Exception

    Hi Habakuk - I've identified and resolved the accessor build issue in the upcoming 1.32b release. Meanwhile, you can work around this problem by using the [url=https://www.ncrunch.net/documentation/reference_project-configuration_overview]AdditionalFilesToInclude[/url] configuration option to …

  20. Tests from base class don't run if the derived class is in a different project

    Yes - this does look like a bug. An interesting one too. Thanks for the heads up - I'll look into it :)