Hi,
I am using NCrunch 2.3 in a small 4 project solution in which only F# with NUnit / FsUnit is used. Changing a single test's code gives feedback in about one to two seconds with the default settings and parallel test execution enabled. But after the installation of the Visual Studio 2013 Update 1, feedback cycle times dropped to 8 to 10 seconds, which completely spoils the live-testing experience. From the NCrunch Tests window I can see that the build times took longer accordingly (1 second without update, 4+ seconds with, execution time of the test is negligible).
I have not yet checked if the the F# compiler that came with the update just got for times slower.
Is anyone experiencing similar problems with the VS 2013 Update 1?