Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. No Exception output with NUnit 4.4.0 NCrunch 5.16.0.5

    Hi, thanks for sharing this issue. I've reproduced it as you've described. It looks like something has changed in the latest version of NUnit. I'll take a closer look and will try to find a resolution.

  2. MSTest TestContext CancellationTokenSource null

    Would you be interested in trying the build below to see if this meets your needs better? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.17.0.2.msi]NCrunch_Console_5.17.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.17.0.2.zip]NCrunch_C…

  3. MSTest TestContext CancellationTokenSource null

    Hi, thanks for sharing this issue. I'll need to make some adjustments to NCrunch's adapter to align it with these changes. Hopefully it's straightforward. I recommend staying on an earlier version of MSTest until we're back in alignment. I'll let you know when I have a build available you can …

  4. Rider extension fails to recognize referenced projects with åäö

    Hi, thanks for sharing this issue. The localization issue here looks like a red herring. The Ncrunch.DomainApi_AnalysisBuild.xml file is created when the 'Write build log' setting is enabled, and it looks like this file is defaulting to ASCII encoding for some reason (it shouldn't), but this iss…

  5. .net 8 Intermittent build issues (System.ArgumentException: An item with the same key has already)

    Hi Nick, Thanks for sharing this issue. This looks to be a downstream symptom of a project referencing issue, and it feels familiar to me. I remember having fixed something like it in a recent build. I'd like to confirm whether this is a new issue. I've added a short trial license to your a…

  6. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Thanks for sharing this. Can you clarify for me whether the fix in 5.17.0.1 has fixed the crashing in the initial scenario you were testing against? I'm wondering if the fix had any impact. Do the crashes now only occur when the window has a large number of hyperlinks in it while resized?

  7. Completely ignoring tests based on category

    Thanks for your feedback on this. The reasons for why this hasn't been implemented haven't changed. The ignore system was intended to be fairly lightweight and from a UX standpoint it starts to get very confusing when there are multiple dimensions behind it. Right now there are no plans to implem…

  8. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Thanks for your help in understanding this issue. I haven't myself been able to reproduce it, but I have some theories about what is happening. The profiling log you've provided shows that the resize handler is being hammered with around 30,000 events within the short space of the profiling sess…

  9. Icons in test window blanks out frequently

    Thanks for these extra details. A few more questions to help isolate this problem: - The sceenshot you've shown seems to describe a window that's trying to render but can't accurately asses its vertical size - is this what you mean by blank? Or is there another visible state involved? - Does t…

  10. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Thanks for sharing this report. It was quite illuminating. The problem seems to stem from the trace output in the Tests Window. When dragging the resize of the window, it's causing a massive number of resize events to be raised, which causes the trace output to continually try to recalculate it…

  11. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Could you try starting a profiling session over the buggy instance instead of a debugger? This should help to find the routine that eating all the CPU.

  12. Icons in test window blanks out frequently

    Thanks for sharing this issue. Can you describe the behaviour in more detail? Are the icons flickering when you resize the window? Could you try disabling other plugins to see if this makes a difference? I'm presently not aware of any problems like this (and cannot produce any at will).

  13. NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...

    Hi, Thanks for sharing this issue. Is this something you can reproduce at will? If so, can you do it with a second VS instance debugger attached to it? It would be awesome to get a stack trace if possible.

  14. Is there a way of excluding all projects in a certain directory?

    Hi, thanks for posting. There is nothing in the NCrunch configuration system that can do exactly what you're asking for. But if most of the projects are demo/example applications, does it make sense for them to be in the same solution? Could you perhaps set up a separate solution file containin…

  15. Different NCrunch file naming for slnx

    [quote=ariupper;18245]I apologize for the delayed response. I've been trying to reproduce the issue over the past few days but haven't been able to find a straightforward, reproducible case. I now suspect it might be related to older .user files. All my solutions were migrated from .sln to .slnx, a…

  16. Different NCrunch file naming for slnx

    Can you confirm 100% whether downgrading to 5.15.0.3 resolves the issue? The fix for this problem was rolled into the 5.15.0.4 build on the download page. If you're experiencing this problem with the latest build, my suspicion is that there may be an element here that hasn't been fully fixed, or a …

  17. NUnit 4 and ParallelizableAttribute

    Hi, thanks for posting. [quote] Questions: 1) Does this mean that NCrunch can more reliably and automatically disable parallel test runs with xUnit, but not with NUnit? [/quote] Yes. Xunit has a configuration option that, when passed in, can shut off all parallel behaviour. Our control ov…

  18. Help debugging issue with impacted tests detection

    Ok, the problem is called by the CallerFilePathAttribute declared on Xunit's FactAttribute constructor. This causes any code instantiating a Fact to have its source file path encoded as a const inside the assembly. Because the file paths change depending on which NCrunch workspace is building th…

  19. Help debugging issue with impacted tests detection

    Great work narrowing this down. I've reproduced it as you've described - switching the Xunit dependency seems to surface the problem. I'm taking a closer look and will let you know when I have more info.

  20. Help debugging issue with impacted tests detection

    Thanks for these extra details, and for submitting the bug report. On the Tests Window, could you right-click the column headers, then turn on the 'Is Impacted' column? This will let us check whether the problem is in the impact detection, or whether it's related to how the tests are being queue…