Skip to content

Update Microsoft.NET.Test.Sdk version to 18.0.1#6923

Merged
Youssef1313 merged 1 commit intomainfrom
cc
Nov 11, 2025
Merged

Update Microsoft.NET.Test.Sdk version to 18.0.1#6923
Youssef1313 merged 1 commit intomainfrom
cc

Conversation

@nohwnd
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

nohwnd commented Nov 11, 2025

/backport to rel/4.0

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to rel/4.0: https://github.com/microsoft/testfx/actions/runs/19264579790

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

Co-authored-by: Jakub Jareš <me@jakubjares.com>
@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.

2 participants