Rank: Newbie
Groups: Registered
Joined: 6/15/2017(UTC) Posts: 1
|
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: Code:
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!
|