Forum member

DHirani

5 posts

Posts by DHirani

  1. Use Wildcard in the TestName element in NCRUNCHPROJECT file

    Is it possible I can use a wildcard in the TestName element because I have test written by another team that is using Guid's and in the object the ToString method uses it so each time I try to ignore it comes back and then my NCRUNCHPROJECT file is growing with different Guid's? <IgnoredTests…

  2. Performance Issues

    Thank you for your response. Understand looks like comments is the best approach. Again thank you for your help.

  3. Performance Issues

    Thank you for the above information which does resolve the issue. Just one question I have is when you switch InstrumentOutputAssembly to false then I lose all the code coverage which sort of defeats the object of using NCrunch for me, is there any plans to improve the performance when InstrumentOut…

  4. Performance Issues

    I see that made a massive improvement, is there away to have this as a global config or project config as I don't really want to keep adding this all over my unit test code if possible.

  5. Performance Issues

    I'm testing NCrunch with ReSharper and noticed that NCrunch is 20 times slower. If you run this code using Resharper Unit Test I'm getting the rates per second close to 56million whereas NCrunch its around 2.4million. [code=csharp] [TestFixture] public class Class1 { [Tes…