I am using VS2015 professional with the final version and I started getting the following error in the unit test session window when I execute my unit tests.
2016.09.21 14: 16: 54.745 ERROR System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: the task has been canceled. --- End of internal check of the exception stack --- in System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) in System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancelationToken) on JetBrains.ReSharperrameLestTestunchunch .Stages.DiscoveryStage.Run (CancellationToken token) on JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestLaunch.RunStage (Object stageObject) ---> (Internal exception # 0) System.Threading.Tasks.TaskCanceledException: The task was canceled. <---
tests of other projects work fine in VS2013, but not in VS2015. Yesterday I installed a couple of packages on my computer: vs14-kb3165756.exe and OpenCover.UI.vsix
I tried to remove the OpenCover package, which did not solve the problem.
c # unit-testing visual-studio-2015 resharper
silver
source share