Forum member

mptorney

6 posts

Posts by mptorney

  1. Rider keyboard shortcuts not working when NCrunch Tests control has focus

    NCrunch 5.4.0.1 with Rider 2023.3.4 When the NCrunch Tests control has focus, keyboard shortcuts (e.g. Ctrl + T) don't work. I have to click on another window (the main text editor, or the Solution tab). Thanks,

  2. NCrunch doesn't detect new files in subdirectories in test projects

    Hi Michael, I can confirm that this works in my real solution and in the sample solution that I made. Thanks for the help!

  3. NCrunch doesn't detect new files in subdirectories in test projects

    Hi Michael, Thanks for looking into it. Adding classes from the solution treeview is a decent enough workaround, so this isn't urgent at all.

  4. NCrunch doesn't detect new files in subdirectories in test projects

    Hi Michael, The same thing happens with a new solution for me. I've uploaded a solution and a video to one drive: [url=https://1drv.ms/f/s!Ap8M9tcVEtUdg5IbmZuj-QftY_WUGA?e=gfKi46]Solution And Video[/url] Thanks,

  5. NCrunch doesn't detect new files in subdirectories in test projects

    Hi Michael, I use Alt + Enter then Enter again to move the file. The solution I'm using is quite large, with ~150 projects. I'll try to recreate this with a sample project.

  6. NCrunch doesn't detect new files in subdirectories in test projects

    Hi, I'm using NCrunch 5.1 with Rider. I have a test project that contains subdirectories to organise the tests. When I create a new class in a subdirectory via right-clicking the project in the solution tree node, everything is fine. However, if I create my new class in an existing class and…