Daily Usage Issues

Visual Studio 2017 Preview 15.3

Started by mrobichaud on 6,485 views

I am trying to use NCrunch with Visual Studio 2017 Preview 15.3 and have completed the manual install. The plugin mostly functions, I am able to enable NCrunch, and it shows which lines of code is covered, and all of the tests are listed. The problem is the NCrunch runner will not run the actual tests. In the NCrunch Tests window, myTest projects show an "Analysis failure" and when I click on it the follow error is shown:

An error occurred while analysing this project after it was built: NCrunch encountered an unexpected error occurred while building an environment to analyse an assembly: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed
   at nCrunch.Core.ProcessManagement.ExternalProcessManager.(ProcessorArchitecture , ProcessLoadParameters )
   at nCrunch.Core.ProcessManagement.ExternalProcessManager.LoadExternalProcess(ProcessLoadParameters parameters, GridClientId client)
   at nCrunch.Core.TestManagement.TestRunnerProcess..()
   at nCrunch.Common.PerformanceTracking.PerfTracker.TrackActivity(String name, Action activity)
   at nCrunch.Core.TestManagement.TestRunnerProcess.(Nullable`1 , FilePath , GridClientId , CustomEnvironmentVariable[] )
   at nCrunch.Core.TestManagement.TestRunnerProcess..()
   at nCrunch.Common.PerformanceTracking.PerfTracker.TrackActivity(String name, Action activity)
   at nCrunch.Core.Processing.AnalysisTaskLogic.DoProcessTaskAndReturnSuccessFlag()



Any help in resolving this would be greatly appreciated. It's important for us to be able to develop against .NET Core 2.0 Preview.

Thanks!

Hi, thanks for sharing this issue.

At the moment, NCrunch does not support the preview builds of VS2017. Unfortunately the recent pace of updates from MS have far outpaced my ability to offer support for them. I'm still cleaning up from the VS 2017 RTM that was released back in March.

Support for this will likely be introduced shortly before (or after) it hits RTM.
Remco wrote:Hi, thanks for sharing this issue.

At the moment, NCrunch does not support the preview builds of VS2017. Unfortunately the recent pace of updates from MS have far outpaced my ability to offer support for them. I'm still cleaning up from the VS 2017 RTM that was released back in March.

Support for this will likely be introduced shortly before (or after) it hits RTM.


Hey - is there any news on this? Or are you waiting until it's released?

If that's the case, will there be a delay between VS release and NCrunch working again?

Thanks!
It'll be here soon. Keep an eye out over the coming week.
Remco wrote:It'll be here soon. Keep an eye out over the coming week.


Excellent, thanks Remco.

Post a reply

Log in to reply.