Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Nov 11, 2025

Update the version that carries fixed Microsoft.CodeCoverage as dependency.

dotnet/sdk#50950

Update the version that carries fixed Microsoft.CodeCoverage as dependency.

dotnet/sdk#50950
@nohwnd
Copy link
Member Author

nohwnd commented Nov 11, 2025

Works when I add those to my project:

    <PackageReference Include="Microsoft.NET.Test.SDK" Version="18.0.1" />
    <PackageReference Include="Microsoft.CodeCoverage" Version="18.0.1" />
image
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>net48;net10.0</TargetFrameworks>
    <LangVersion>latest</LangVersion>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="MSTest" Version="4.0.1" />
    <PackageReference Include="Microsoft.NET.Test.SDK" Version="18.0.1" />
    <PackageReference Include="Microsoft.CodeCoverage" Version="18.0.1" />
  </ItemGroup>

  <ItemGroup>
    <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
  </ItemGroup>

</Project>

I am using the ProfilerCrash repro (mstest that starts a child process).

@nohwnd
Copy link
Member Author

nohwnd commented Nov 11, 2025

/backport to rel/4.0

@github-actions
Copy link
Contributor

Youssef1313 pushed a commit that referenced this pull request Nov 11, 2025
…backport to rel/4.0) (#6924)

Co-authored-by: Jakub Jareš <[email protected]>
@Youssef1313 Youssef1313 merged commit 6e346a5 into main Nov 11, 2025
9 checks passed
@Youssef1313 Youssef1313 deleted the cc branch November 11, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants