Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch 3 Test Impact Detection does not work at all

    Thanks for coming back to me again on this issue. Can you confirm that using the 'Run impacted tests automatically, others manually' engine mode solved the impact detection problem for you? I'll try to address the other issues you've also raised above: - NCrunch forgetting ignored tests: H…

  2. NCrunch 3 Test Impact Detection does not work at all

    Hi, thanks for sharing this issue. You're the first person to report a problem with the new impact detection, so I'm naturally excited to see what is happening here :) When you're working in your solution, which engine mode are you using? Under the default engine mode (Run all tests automatical…

  3. Unable to parse the configuration setting Text output font (after upgrade to v3)

    [quote=abelb;9571] [code=xml]<TextOutputFont>Source Code Pro, 8,999999pt, 0</TextOutputFont>[/code][/quote] Thanks again, I'll take a look at this when addressing the localization issue here.

  4. NCrunch Configuration window helptext can get focus and blinking cursor

    Thanks for sharing this one! Yes, this is intended to behave like the help text on the properties window. I hadn't considered how this should behave in the group elements. Thanks for making me aware of it :)

  5. Setup ncrunch v3.2 ends real quick

    Great! Thanks for all your help. I'll see what I can do about improving this.

  6. Setup ncrunch v3.2 ends real quick

    Interesting. The error from the MSI is as follows: SFXCA: Extracting custom action to temporary directory: C:\Users\Dirk\AppData\Local\Temp\MSIDD25.tmp-\ SFXCA: Failed to get requested CLR info. Error code 0x80131700 SFXCA: Ensure that the proper version of the .NET Framework is installed, or …

  7. Setup ncrunch v3.2 ends real quick

    Thanks for sending through the log. Can you confirm which versions of the .NET framework you have installed on your machine?

  8. Setup ncrunch v3.2 ends real quick

    Hi, Thanks for sharing this issue. A manual installation is always an option here, but I'm wondering if we can get a log of the MSI itself to find out why it's failing. This stack overflow article shows how to obtain a log from an MSI installation: [url=https://stackoverflow.com/questions/7…

  9. Unable to ignore projects of unknown type

    Hi, thanks for posting! Sorry, this is a known problem at the moment. You can work around this creating a config file with the 'IgnoreThisComponentCompletely' property set. For example, under NCrunch V3 you would create a file adjacent to your project file with the name PROJECT.v3.ncrunchprojec…

  10. VS2017, NCrunch 3.2.0.3 build error

    That's great news! Thanks for confirming that this worked for you. I should be able to introduce a proper fix to this now. NCrunch won't mind you manually editing the file, but installing any other version of the software will overwrite your changes. Hopefully v3.3 will include a fix anyway, s…

  11. Minor bug on split window view

    Hi, thanks for sharing this issue! This one is on the radar ... It's been around since day 1. The problem is that I haven't yet found a way to solve it without massively close integration with the whole VS layout system. This would, naturally, greatly increase the fragility of the whole marker …

  12. VS2017, NCrunch 3.2.0.3 build error

    Ok, there may be something we can try here. In your NCrunch for VS2017 installation directory you'll find a file, 'nCrunch.BuildHost462.x86.exe.config' (usually at C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2017).…

  13. Cut-paste icon is shown, instead of drag icon when you widen a column in the configuration (v3.x)

    I think this is a reasonable expectation. I'm not sure why I didn't notice this earlier. Thanks for taking the time to report this. I know it's a small problem, but it still needs to be fixed. It's one of those tiny things that's never troubling enough for people to take the time to report it,…

  14. Unable to parse the configuration setting Text output font (after upgrade to v3)

    Thanks for the extra details! My guess is that the conversion/parsing issue is throwing out a few things further up the stack. I'll try to get this fixed.

  15. NCrunch seems to occasionally lock folders in projects making the folders impossible to rename

    Hi, Unfortunately, the locking of folders is a consequence of watching them for changes. My understanding is that this is an O/S level constraint. NCrunch does its best to try and watch for changes only using high-level folders, but if your solution/build structure is such that you have root le…

  16. VS2017, NCrunch 3.2.0.3 build error

    Thanks! This helps a great deal. I think I have some idea of what may be going on here, but it isn't clear to me why this is showing up in your case but not in others. Is there a specific VS project template that can surface this issue for you?

  17. Unable to parse the configuration setting Text output font (after upgrade to v3)

    Hi, Thanks for sharing this problem. This actually looks to be a localization issue. Your locale has a comma in the font point size, and NCrunch isn't handling this well. I'll see what I can do about rolling a fix into the next version. I'm glad you like the new config system!

  18. "No Coverage" comments not working

    Wow, I just got it to happen for me. This is pretty crazy. I'll need to take a deeper look at what's happening here, but I think this is being caused by some fallback code used to mark the first lines of test methods to identify test entry points. In which case, it should just be a visual anoma…

  19. VS2017, NCrunch 3.2.0.3 build error

    Thanks for sharing these details. Are there certain projects that seem to trigger this for you? The binding redirections all look to be in order, so if the files exist in the referenced location, it isn't clear to me why the CLR would have trouble finding them. Something worth trying is to …

  20. "No Coverage" comments not working

    Sorry about the screenshot upload. I think we should be OK without it. I mostly just wanted to confirm that these were in fact NCrunch markers. The tooltip you've given me has confirmed that. I've never seen a problem like this before. Something very interesting is happening with this method.…