Forum member

willcowell

11 posts

Posts by willcowell

  1. Test Window Popup in Win 10/VS2015 with Win8 app

    I'm getting this issue escalated to Microsoft, as it's now become a blocker for our team. In the meantime, I can confirm that I can run tests using vstest.console and it *doesn't* show the splash screen. Is it worth investigating how *vstest.console* inhibits the splash screen?

  2. slow typing in VS2015

    [quote=Remco;7622][quote=willcowell;7618]I have tried varying the [b]Sliding build delay[/b] with values ranging from 500 to 10,000: this had no affect. I have tried two other solutions: an [b]ASP.NET MVC[/b] app and another [b]Windows 8.1 app[/b] (the solution with 19K lines, 2.5K tests is a Win…

  3. slow typing in VS2015

    One other minor difference between the slow solution and the other two that work fine: the slow solution is using MSTest (not my choice!) and the other two are using xUnit.

  4. slow typing in VS2015

    I have tried varying the [b]Sliding build delay[/b] with values ranging from 500 to 10,000: this had no affect. I have tried two other solutions: an [b]ASP.NET MVC[/b] app and another [b]Windows 8.1 app[/b] (the solution with 19K lines, 2.5K tests is a Windows 8.1 Universal app). Both those solut…

  5. slow typing in VS2015

    I am able to reproduce this. I get this in Test as well as Production code. This occurs in Windows 8.1 and Windows 10 running Visual Studio 2015 with NCrunch. I have this set-up on various machines: - What are the specifications of the machine you're running on? Is it a high-end system? [b]-- In…

  6. Test Window Popup in Win 10/VS2015 with Win8 app

    Thanks for the heads up. I have distributed the link to my team for upvoting and will address directly with Microsoft. Let's see whether we can get this resolved!

  7. Test Window Popup in Win 10/VS2015 with Win8 app

    Hi I am working on a project to deliver a Windows 8/Windows Phone 8.1 Universal app (not a Universal Windows Platform app). I have just upgraded my development environment to Windows 10 with Visual Studio 2015 and NCrunch. When I enable NCrunch, a Test Window (blue window with a white clock/ti…

  8. NCrunch with Team City "The server process could not be started because the configured identity..."

    The tests all pass when remote desktoping as "devuser" (the same user that runs Team City build agent service) onto the machine on which Team City is installed and running manually.

  9. NCrunch with Team City "The server process could not be started because the configured identity..."

    The machine is running Windows 8.1 and has Visual Studio installed. We're using Team City 9.0.1. We have existing build configurations running CI and CD using MSTest against the same solution. My goal is to replace the existing CI step with NCrunch so that the team can get coverage metrics.

  10. NCrunch with Team City "The server process could not be started because the configured identity..."

    Hi, thanks for the prompt response. The error is in the build log. Here's a more detailed extract from the build log: [code=plain][Step 1/1] NCrunch: ATT.Win8.ott.Tests [10:33:51][NCrunch: ATT.Win8.ott.Tests] C:\Users\devuser\AppData\Local\NCrunch\3912\13\_ncrunchreferences\Telerik.JustMock.d…

  11. NCrunch with Team City "The server process could not be started because the configured identity..."

    I have followed the instructions in [url=http://www.ncrunch.net/documentation/guides_console-tool-usage]Console Tool Usage[/url] for setting up a new CI build using NCrunch Console with Team City. NCrunch Console successfully runs on my local machine and generates the coverage report, but it fails o…