Forum member

SchlaWiener

2 posts

Posts by SchlaWiener

  1. Improve NCrunch Cache Storage Path management

    I recently switched from Visual Studio 2013 to 2015 and currently I am evaluating the latest version of NCrunch. I am using the visual studio git provider and NCrunch informed me about performance issues because of the Microsoft Git Provider scanning the files inside _NCrunch_SolutionName folder.…

  2. Extension Methods in Watch window

    Consider the following test [code=csharp] [TestClass] public class UnitTest1 { [TestMethod] public void TestMethod1() { var items = new List<string> { "Dog", "Cat" }; var item = items.First(); Assert.AreEqual("Dog"…