Forum member

latin_programmer

3 posts

Posts by latin_programmer

  1. Debug.Assert messages should be filtered out

    Changing the NCrunch configuration to Release is an acceptable solution for me. This is something I can do in my machine without affecting anybody else. I changed my configuration in my local and the Debug.Assert statements are no longer showing up so this issue has now been resolved on my end. …

  2. Debug.Assert messages should be filtered out

    Thank you for your replies Remco and GreenMoose. First I'm going to try to answer Remco's question about how the code works outside NCrunch. And perhaps use that to comment further on GreenMoose's suggestion. I am the only one using NCrunch in my organization right now. I paid for a license …

  3. Debug.Assert messages should be filtered out

    I think this is a known issue of NCrunch: https://twitter.com/ONE75/statuses/159648603021918209 I came across it this week though when we added some unit tests that were intended to test failure paths. Now each time that the tests are run I keep getting the Debug.Assert windows that you would ge…