Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Dec 20, 2025

This pull request updates the following dependencies

From https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage

From https://github.com/dotnet/arcade

…code-coverage build 20251218.3

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.3.0-preview.25618.3
…226.7

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.25617.1 -> To Version 11.0.0-beta.25626.7
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from devdiv/DevDiv/vs-code-coverage [main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotnet/arcade Dec 27, 2025
dotnet-maestro bot and others added 9 commits December 30, 2025 02:01
…code-coverage build 20251229.1

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.3.0-preview.25629.1
…code-coverage build 20251230.2

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.3.0-preview.25630.2
…code-coverage build 20260102.3

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.3.0-preview.26052.3
…105.1

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.25617.1 -> To Version 11.0.0-beta.26055.1
…code-coverage build 20260105.3

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.3.0-preview.26055.3
…106.1

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.25617.1 -> To Version 11.0.0-beta.26056.1
…code-coverage build 20260106.2

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.4.0-preview.26056.2
…code-coverage build 20260107.1

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.4.0-preview.26057.1
dotnet-maestro bot and others added 8 commits January 9, 2026 02:01
…code-coverage build 20260108.2

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.4.0-preview.26058.2
…109.1

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.25617.1 -> To Version 11.0.0-beta.26059.1
@Evangelink
Copy link
Member

@Youssef1313 in past we had some complaints from community that requiring the next unreleased .NET was a pain. Given we don't have that many contributions overall, I'll let you decide if you prefer to dogfood right away or favor community contributions.

Youssef1313 and others added 4 commits January 12, 2026 23:49
…112.1

On relative base path root
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.25617.1 -> To Version 11.0.0-beta.26062.1
…code-coverage build 20260112.2

On relative base path root
Microsoft.Testing.Extensions.CodeCoverage From Version 18.3.0-preview.25615.2 -> To Version 18.4.0-preview.26062.2
@Youssef1313
Copy link
Member

Tests are failing because .NET runtime seems to be rolling forward to net11:

Running tests from /mnt/vss/_work/1/s/artifacts/tmp/Debug/testsuite/kbYvF/MSTestSdk/bin/Release/net10.0/MSTestSdk.dll (net11.0|x64)

This looks like a "latestmajor" policy? I think the default roll forward policy shouldn't be latest major? But I also cannot see us setting this anywhere. Need to investigate this.

@Youssef1313
Copy link
Member

Looks like a bug in .NET 11 SDK in Microsoft.NETCoreSdk.BundledVersions.props:

    <KnownAppHostPack Include="Microsoft.NETCore.App"
                      TargetFramework="net10.0"
                      AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
                      AppHostPackVersion="11.0.0-alpha.1.25618.104"
                      AppHostRuntimeIdentifiers="linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm64;win-x64;win-x86;linux-musl-arm;osx-arm64;linux-s390x;linux-loongarch64;linux-bionic-arm;linux-bionic-arm64;linux-bionic-x64;linux-bionic-x86;linux-ppc64le;freebsd-x64;freebsd-arm64;linux-riscv64;linux-musl-riscv64;linux-musl-loongarch64"
                      ExcludedRuntimeIdentifiers="android"
                      />

I'll discuss with SDK. This is blocked for now.

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