Forum member
SchlaWiener
2 posts
Posts by SchlaWiener
-
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.…
21 Jan 2016 11:55 UTC
-
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"…
15 Jul 2014 14:19 UTC