We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc3c29 commit 0dfef6fCopy full SHA for 0dfef6f
src/coverlet.console/Program.cs
@@ -385,7 +385,6 @@ string sourceMappingFile
385
386
return Task.FromResult(exitCode);
387
388
-
389
}
390
391
catch (Win32Exception we) when (we.Source == "System.Diagnostics.Process")
src/coverlet.core/Coverage.cs
@@ -333,7 +333,8 @@ public CoverageResult GetCoverageResult()
333
334
335
/// <summary>
336
- /// Manually invoke the unloading of modules and restoration of the original assembly files
+ /// Invoke the unloading of modules and restoration of the original assembly files, made public to allow unloading
337
+ /// of instrumentation is testing using parallelization
338
/// </summary>
339
/// <param name="modulePath"></param>
340
public void UnloadModule(string modulePath)
0 commit comments