[main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#2120)

* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20240118.1

Microsoft.Testing.Extensions.CodeCoverage
 From Version 17.10.1-preview.24067.1 -> To Version 17.10.1-preview.24068.1

* Enable code coverage

* Disable static managed instrumentation

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
Co-authored-by: Jakub Chocholowicz <jachocho@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2024-01-18 14:06:18 +01:00 коммит произвёл GitHub
Родитель 204a46abdb
Коммит 768f45c395
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -17,7 +17,7 @@
<!-- Code coverage-->
<PropertyGroup Condition=" $(UseVSTestRunner) == 'false' ">
<EnableCodeCoverage Condition=" '$(EnableCodeCoverage)' == '' ">false</EnableCodeCoverage>
<EnableCodeCoverage Condition=" '$(EnableCodeCoverage)' == '' ">true</EnableCodeCoverage>
<DefineConstants Condition=" '$(EnableCodeCoverage)' == 'true' " >$(DefineConstants);ENABLE_CODECOVERAGE</DefineConstants>
<Architecture Condition=" '$(Architecture)' == '' ">$(PlatformTarget)</Architecture>
<Architecture Condition="'$(PlatformTarget)' == '' or '$(PlatformTarget)' == 'AnyCpu'">x64</Architecture>

Просмотреть файл

@ -9,9 +9,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d5ee27a55ec6383c29790f3ec666e7c87f7da022</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.1-preview.24067.1">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.1-preview.24068.1">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>fef8f0b19d06b51d575d52a6711e9d136aa89fff</Sha>
<Sha>348608125c95388241bd8871719b59062758bd31</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0-preview.24068.4">
<Uri>https://github.com/microsoft/testanywhere</Uri>

Просмотреть файл

@ -33,7 +33,7 @@
<PropertyGroup Label="MSTest test dependencies">
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.23431.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.1-preview.24067.1</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.1-preview.24068.1</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- Pinned to 4.18.4 for security -->
<MoqVersion>4.18.4</MoqVersion>
<MSBuildStructuredLogger>2.1.858</MSBuildStructuredLogger>

Просмотреть файл

@ -18,6 +18,7 @@
<ModulePath>.*\\runtimes\\win\\native\\.*</ModulePath>
</Exclude>
</ModulePaths>
<EnableStaticManagedInstrumentation>False</EnableStaticManagedInstrumentation>
<EnableStaticNativeInstrumentation>False</EnableStaticNativeInstrumentation>
<EnableDynamicNativeInstrumentation>False</EnableDynamicNativeInstrumentation>
</CodeCoverage>