Skip to content

Commit fc78a28

Browse files
committed
Improve diagnostics and robustness for MTP Coverlet extension
Add detailed diagnostic logging and debugger attach support via environment variables. Enhance test module path resolution and configuration logging. Refactor DI container creation and introduce MtpProcessExitHandler for in/out-of-process execution. Add default exclude filter, improve report output handling, and expand command line parsing. Integrate Microsoft.Extensions.Configuration and update test project output path for consistency.
1 parent 08bc32a commit fc78a28

File tree

7 files changed

+559
-51
lines changed

7 files changed

+559
-51
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisVersion)" />
2828
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="5.0.0-1.25277.114" />
2929
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
30+
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
3031
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
3132
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
3233
<!--For test TestInstrument_NetstandardAwareAssemblyResolver_PreserveCompilationContext-->

0 commit comments

Comments
 (0)