What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
- Disable DynamicNative instrumentation by default by @nohwnd in https://github.com/microsoft/vstest/pull/15298
- Update MicrosoftInternalCodeCoveragePackageVersion to 18.0.6...