Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Move coverage markers slightly to avoid conflicts with R# jewels

    Actually screen width wasn't my biggest concern around this - I'm more concerned about implementation time and performance implications. With the markers embedded into the text, I'm able to make use of built-in features in Visual Studio that allow the marker positions to be maintained along with th…

  2. v1.37b failing to build project that v1.26 did

    Hi, thanks for posting! From what you've described, I think you may have a botched install. What happens if you run the uninstaller, then redownload and reinstall the latest version of 1.38b?

  3. Failure reading resource file

    Sorry, I'm just trying to understand how this worked for you ... but did the workaround work for your NCrunch build too?

  4. Suggestion: Add an integration with an R# plugin to allow running a test using nCrunch manually

    Right now NCrunch doesn't have any kind of extensibility framework in place, so short of calling directly into its code within the VS process (not recommended), trying to arrange the hookup may not be the best approach. My biggest concern is that NCrunch is still in a huge state of flux, and I woul…

  5. Move coverage markers slightly to avoid conflicts with R# jewels

    Right now it's as far to the left as it can be on the text pane - so this would take some work. I'll look into it.

  6. Tests that use RazorEngine get odd exception when NCrunch is the runner.

    Thanks - I've noted it down for a later look :)

  7. Failure reading resource file

    Sure - I've uploaded it to [url]http://files.ncrunch.net/Workflow.zip[/url]. Admittedly I had to follow a guide to actually build this project, as I think I might be missing a template in my VS setup. The workflow templates that seem to be installed in the version of VS that I'm using don't have…

  8. MSpec tests not run when they contain 'Behaves_like'

    Hi Steve, Thanks for reporting this. It looks to me like the code searching for behaviors isn't taking nested classes into account. This should be fixable. I'll see what I can do about sorting it out. Cheers, Remco

  9. Suggestion: Add an integration with an R# plugin to allow running a test using nCrunch manually

    I've been thinking about this one for a while, as right now with NCrunch it's quite clumsy to be unable to kick off new tests that don't have any code coverage yet - so being able to do this inline would be a very nice thing to have. The main problems I would have in doing this with resharper are…

  10. Move coverage markers slightly to avoid conflicts with R# jewels

    The big question would be where to move them to ... if they go further to the right, they may interrupt the code .. if they go further to the left, a new tray will be needed to hold them :)

  11. Does NCrunch regard Build Configurations?

    Nope! NCrunch is unaware of the build configuration selected in the IDE. Instead, it will always use whichever build configuration is the default for each of your project files - unless you specify it using the 'Use build configuration' option under your NCrunch project configuration.

  12. Failure reading resource file

    Looking at the information you've sent through, I've been able to reproduce this problem by creating a workflow project and adding a WPF page to it. It looks as though this is caused by some kind of compatibility clash between WWF and WPF build steps. However, my reproduction of this issue seems…

  13. Unable to resize columns in Processing Queue window

    Ok - I have a fix for this issue that will be released with the next version of NCrunch (1.39b). Some of the columns had a fixed position. You may be able to work around this by increasing the size of the processing queue window and resizing or removing some of the columns that aren't fixed to mak…

  14. NCrunch does not responde at all

    Thanks Alex :) I've noted this one down for better handling in the future release.

  15. Nested xUnit tests ignored

    Hi, Thanks for posting! NCrunch uses Gallio for Xunit integration under the hood, and the integration between these frameworks currently doesn't support the identification of nested Xunit tests while using static analysis. To work around this, you can change the 'Framework utilisation type fo…

  16. Unable to resize columns in Processing Queue window

    Thanks Mark! I'm currently looking into this issue. It appears to be a problem with the underlying control, and I'm looking for a workaround/fix. I'll update everyone when I have more information. Cheers, Remco

  17. Minor UI improvement

    Good idea. I'll note this down for adjustment. Thanks for the suggestion :)

  18. Use Attribute to control which Tests can be run in parallel

    Hi Chris, Thanks for posting! Exactly such a thing exists - it's called the 'ExclusivelyUses' attribute :) [url]https://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute[/url] Cheers, Remco

  19. System.InvalidProgramException: Common Language Runtime detected an invalid program

    I've also had an update from TypeMock informing me that they are treating this as a priority 1 issue, so I'm sure a proper fix will be released for it soon. Cheers, Remco

  20. Global Setting For Test.Inconclusive Behavior?

    Are you having problems with the project level option? Note that you can easily select all projects in the solution and simply apply the configuration setting in one click.