Forum member

scott_wi

3 posts

Posts by scott_wi

  1. Breakpoints not working properly

    Wanted to say thanks to this thread I was able to solve this same issue on my machine. I am also on a very large .NET 8 project, with one MSTest project covering almost all of the classes in a monolith .NET 8 app (> 10k tests!). Same exact behavior - wouldn't hit breakpoints, would switch to …

  2. Ignored NUnit tests no longer showing up with "Show Ignored Tests" enabled

    Thanks for the quick response! Wow, I must be mis-remembering, because I feel like I've used that behavior before in several projects. But it's entirely possible I was using NCrunch's ignore feature then. Either way, I'd like to convert this thread to a feature request then, because this would…

  3. Ignored NUnit tests no longer showing up with "Show Ignored Tests" enabled

    Hi Remco, Pretty much as said in the title. I have some long-running integration tests that I only run manually on occasion as they take several minutes and they tend to spam a third party service. In prior builds, I was able to use the Show Ignored Tests toolbar button to make them reappear so t…