Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Precise Meaning Of Isolated on a Test class

    Hi Will, Thanks for posting. [quote=willdean;7005] Am I right in thinking that if I put [Isolated] on a test fixture class, all the tests within that fixture share the same process? i.e. If I want [i]each test[/i] to be isolated, I need to remember to annotate each test individually? I thi…

  2. Testlocation with DeploymentItem inconsistent

    Hi Bob, DeploymentItems are a bit of a complex mess with MSTest, as their behaviour tends to be slightly different depending upon the version of MSTest being used and how this is configured. Because NCrunch doesn't rely on testsettings files, it must infer the correct usage of this attribute and…

  3. NCrunch can't find Record.ExceptionAsync with latest version of xUnit

    [quote=bgeihsgt;7001]Thanks for the private build, Remco. Really appreciate it. Since installing the private build, we've been noticing that NCrunch will spin indefinitely without doing any work. We're doing xUnit in Static analysis mode. I've tried to switch to dynamic but that ends up with its …

  4. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    [quote=simon;6999]I'm thinking the problem was a GIT plugin installed by GitExtensions - I've read other reports about it causing problems, so I've removed it and things seem stable so far.[/quote] I've had problems with this plugin myself, so this isn't a surprise to me :)

  5. licencing question re:Grid

    Hi Steve - NCrunch is licensed per user, so you can have as many grid nodes as you like without needing any additional licenses. So in short, the answer to your question is No :) Cheers, Remco

  6. NCrunch can't find Record.ExceptionAsync with latest version of xUnit

    Ok - give this build a try ... [url=http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_2.14.0.1.zip[/url] [url=http:…

  7. Visual Studio 2013 crashing on startup with NCrunch 2.12.02 installed

    [quote=simon;6993]Visual Studio is now crashing even with NCrunch uninstalled so NCrunch is definitely not causing this :)[/quote] Thanks, I appreciate you telling me this :) Though I do hope you manage to find out what is causing it to crash. A problematic package perhaps? Reinstall can often…

  8. NCrunch can't find Record.ExceptionAsync with latest version of xUnit

    [quote=bgeihsgt;6989]Thanks Remco. Running against the bleeding edge of xUnit is important to our team because Brad Wilson is on our team :P I guess I'll just wait until the next build of NCrunch comes with a stable release of xUnit. Should I say anything to Brad relating to this (i.e. should I t…

  9. NCrunch can't find Record.ExceptionAsync with latest version of xUnit

    Hi, thanks for sharing this. NCrunch is integrated with the version of xUnit packaged with the NCrunch binaries. Because of the design of xUnit and NCrunch's integration with it, this integration cannot be redirected arbitrarily to a different version of xUnit. This presents some problems whe…

  10. Teamcity test failed notification error

    Hi, Can you confirm which version of NCrunch you're running? The problem is being caused by the square brackets in the exception [] - TeamCity can't parse them and they can't seem to be escaped ... The latest version of NCrunch should have a fix targeting this that will replace them with rounded…

  11. Trouble running tests that use RavenDB 3.x embedded in memory with NCrunch 2.12.0.2

    Clearing out your NCrunch settings files and cache directory should give you the same behaviour .. otherwise you can try cloning the branch to a different location to see if this makes the tests pass. I'll be honest and say that I know absolutely nothing about how RavenDB works, or how its tests …

  12. Trouble running tests that use RavenDB 3.x embedded in memory with NCrunch 2.12.0.2

    Hi, thanks for sharing this issue. I've tried cloning the source code you've described above, but all tests seem to be passing normally. Is it possible this is sequence-specific code? I'm not sure exactly what the test is trying to do in this situation .. but it's possible that it's attemptin…

  13. Where's Gallio.Framework.TestLog.WriteLine output go to?

    There are two possibilities here - 1. The log will be captured in the Gallio test results report and will end up in the test output (similar to Debug.Write and Console.Write), though likely at the bottom of the output and not synchronised with the rest of the output 2. It will land in a unmonito…

  14. RequiresCapability doesn't follow class hierarchy

    Hi, thanks for sharing this. It looks like the RequiresCapability feature is working correctly in this situation. After testing the code sample you've provided, I can see both capabilities being applied to the test inside the Processing Queue. However, there is another issue here that is creati…

  15. Waiting for all Nuget updates to complete

    [quote=GreenMoose;6971]*Edit: The "taking forever" part seems to be related to RS 9, it went slow with NCrunch disabled as well but when also disabling RS 9 the "speed" was increased significantly. Dunno about if crashes are due to NCrunch or RS 9 though since I had both enabled at the times.[/quote…

  16. NCrunch doesn't recognise new tests

    I strongly suspect that this is related to the structure of your solution. I'm sorry but I'll need to bombard you with some questions to try and better narrow down where and why this is happening. Please answer as best as you can as this will help to identify the issue quickly: - Which test fra…

  17. NCrunch doesn't recognise new tests

    Hi Saikes, Can you provide any more information that might help to narrow this down? Do you experience this consistently? Does it seem to be solution specific? Does an engine reset allow it to find the tests?

  18. Process ... has exceeded its memory limit and will be terminated

    [quote=chrboum;6963] I know that NCrunch uses the MSBuild APIs, so it's possible to inject a logger. Does NCrunch expose a way for me to inject my own logger? [/quote] Unfortunately not ... this is all packaged up. Probably the closest thing you could do would be to allow NCrunch to build the …

  19. Waiting for all Nuget updates to complete

    Hi, thanks for sharing this. There is a popular feature request that captures this - [url=http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/5719302-pause-while-nuget-is-installing-or-updating-packag]http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/571930…

  20. Collapsing methods hides markers

    Hi James, Thanks for sharing this. There is a feature request that captures this right now - [url=http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/6083245-visual-marker-in-far-left-margin-when-code-is-coll]http://ncrunch.uservoice.com/forums/245203-feature-requests/suggest…