Forum member

davidtouchette-gateway

4 posts

Posts by davidtouchette-gateway

  1. new tests in file not being picked up by NCrunch

    Thanks for your hints; doing those things didn't do it for me but it did reveal some failed builds in the tests window which pointed me to some bad reference issues and after doing a update-package -reinstall the build succeeded and everything is back to normal, thanks!

  2. new tests in file not being picked up by NCrunch

    I have submitted a bug report through the NCrunch 3.23.0.10 menu in VS 2017 community. The gist of which is that I have existing tests which are recognized, automatically run when affected, and display the green circle indicator in the gutter. Adding a new test into an existing test.cs file do…

  3. Recomendations for working with local db/sqlserver

    Thanks, great explanation. Makes sense now, I'm rocking a faster rig and have amp'd up the concurrency; I'm probably just now noticing the underlying issue. I might move all the DB tests to their own project and use #2 as described Thanks again

  4. Recomendations for working with local db/sqlserver

    Not sure you'd want this here, but it's kind of related. We have a code-base that's been using NCrunch for it's tests for a couple few years now, and today I upgraded to 3.23.0.10 and all of a sudden I'm getting random deadlocks with my tests. Seems that if some happen to run together that…