Forum member

Mark

36 posts

Posts by Mark

  1. VS 2012 Dark Theme Compatability

    Just figured I'd pose the question. Is there going to be support for the Dark Theme in VS for NCrunch windows. The NCrunch Tests window sticks out like a sore thumb when using the Dark theme. Thanks, Mark

  2. Cancelling Configuration Wizard

    Yeah, the points you bring up make sense it just doesn't fit my exact ideal use case. As you mentioned there are a lot of different factors and you've obviously taken them into account. At the end of it all, not everyone can be happy and you've proven to me it's intentional so that's good enough for…

  3. Cancelling Configuration Wizard

    This is somewhat a non issue but just something I wanted to bring to your attention in case it was unintentional. When you first enable NCrunch it pops up the configuration wizard. If you finish the wizard, everything works as expected, but if you cancel the wizard it seems counter intuitive that it…

  4. nCrunch.TestHost.x86.exe has stopped working

    Thanks Remco, I ended up disabling NCrunch until I tracked down the stack overflow while debugging a test and then reenabled it and tested out my theory. So I'm definitely not bothered by it at all but any time I see a big crash/debug popup I feel it's important enough to forward along a report. …

  5. nCrunch.TestHost.x86.exe has stopped working

    I was recently using nCrunch 1.40.0.24b on a project and was given the following error message. nCrunch.TestHost.x86.exe has stopped working. Stopping and restarting nCrunch in the visual studio menu just results in the error message happening again. It appears to be happening during the build proc…

  6. NCrunch Test Menu and Column Management

    I ran across the Column chooser feature for the NCrunch test window and it was easy enough to figure out how to add columns but it was definitely much trickier to remove columns. I eventually found that dragging the column to the lower portion of the test list changes the cursor to the X and releasi…

  7. Show exception details window issue

    The show exception dialog has a section at the bottom which gives the assertion output. This window however does not have a good way of scrolling to see long content (only thing I know of is that you can put the cursor in the window and up/down through the section). I've noticed that the mouse wheel…

  8. Very High Memory Usage

    According to Code Metrics window in VS Lines of Code for the test project is 383 lines, The Test Project is 377 lines. There's only about 10 classes total. It's a pretty small project thus far. The tests don't actually output anything using to the console, but the assertions are often based on strin…

  9. Very High Memory Usage

    I haven't closed VS in ~ 24 hours as I tend to just leave it open when I'm not using it. The project isn't large by any means but it seems the NCrunch test runner memory isn't releasing as it seems to gradually increase in memory usage over time. Right now I have 2 nCrunch.TaskRunner40.x86.exe *3…

  10. Double Clicking Failed Test Results in Test Off Screen

    Update: There is a collapsed section in the code. Opening up that collapsed section changes the navigation. Depending on how large of a section that's collapsed it changes how far up the test ends up on screen. Collapsing a large enough region makes it so that it's off the screen.

  11. Double Clicking Failed Test Results in Test Off Screen

    I'll do one better, I'll forward the entire solution. Give me a couple minutes and you'll have a snapshot of the solution with a test failing, I'll attach the screenshots too.

  12. Double Clicking Failed Test Results in Test Off Screen

    As I was refactoring my tests, I used the NCrunch Test window to view the failing tests. When I double click the failed test, the editor window moves the cursor to the test but the cursor ends up outside of the range of the visible text. The cursor is about 9 lines above the top of the window so a s…

  13. Unable to resize columns in Processing Queue window

    Remco, I noticed the same issue in my solution today. The Target column I believe was the one that started really small so I tried to enlarge it by dragging it's right bar to the right and the Priority column increased in size which was the column directly to it's right. As I started playing with t…

  14. Issue with similar assembly names

    Thanks again for all your help Remco! Just for sake of publicly stating the resolution, I wanted to give an example the path/solution structure that caused the problem in case anyone else runs into this problem in their current build. I had two projects both named support. IE. Framework\support\s…

  15. Issue with similar assembly names

    I've hit the report bug in the menu after running the tests. I'm not sure what was in the log and if that's enough. I've titled the bug report "Tests not attempting to run possibly due to similar assembly names". Please let me know if I can be of any assistance reproducing it or answering questions…

  16. Issue with similar assembly names

    NCrunch does not work with a few portions of our project and it basically fails silently refusing to build a few modules. What appears to be causing the problem is if two assemblies in the code base have the same local name but distinct global names. For instance, a module called GUI.Support would c…