We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28d696 commit 534b761Copy full SHA for 534b761
SharedProject/Core/FCCEngine.cs
@@ -269,6 +269,8 @@ private void DisplayCoverageResult(System.Threading.Tasks.Task<(List<CoverageLin
269
break;
270
}
271
reportGeneratorUtil.EndOfCoverageRun();
272
+ cancellationTokenSource.Dispose();
273
+ cancellationTokenSource = null;
274
275
276
@@ -328,6 +330,7 @@ public void ReloadCoverage(Func<System.Threading.Tasks.Task<List<ICoverageProjec
328
330
.ContinueWith(DisplayCoverageResult, System.Threading.Tasks.TaskScheduler.Default);
329
331
332
333
+
334
335
336
0 commit comments