Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

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

Note

This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.

This pull request brings the following source code changes

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

Updated Dependencies

  • From 10.0.0-beta.25575.107 to 10.0.0-beta.25601.110
    • Microsoft.DotNet.Arcade.Sdk
    • Microsoft.DotNet.Build.Tasks.Templating
    • Microsoft.DotNet.CMake.Sdk
    • Microsoft.DotNet.GenFacades
    • Microsoft.DotNet.Helix.Sdk
    • Microsoft.DotNet.RemoteExecutor
    • Microsoft.DotNet.XUnitV3Extensions
  • From 10.0.2 to 10.0.2
    • Microsoft.NET.Sdk.IL
    • Microsoft.NETCore.App.Ref
    • Microsoft.NETCore.ILAsm
    • Microsoft.NETCore.ILDAsm
    • Microsoft.Win32.SystemEvents
    • runtime.win-x64.Microsoft.NETCore.ILAsm
    • runtime.win-x86.Microsoft.NETCore.ILAsm
    • System.CodeDom
    • System.Configuration.ConfigurationManager
    • System.Formats.Nrbf
    • System.IO.Hashing
    • System.Reflection.MetadataLoadContext
    • System.Resources.Extensions
    • System.Runtime.Serialization.Formatters
    • System.Text.Encodings.Web
    • System.Text.Json
    • System.Windows.Extensions
  • From 10.0.2-servicing.25575.107 to 10.0.2-servicing.25601.110
    • Microsoft.NETCore.Platforms
Microsoft Reviewers: Open in CodeFlow

Associated changes in source repos

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 10.0.0-beta.25575.107 -> 10.0.0-beta.25601.102)
Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 10.0.2 -> 10.0.2)
Microsoft.NETCore.Platforms (Version 10.0.2-servicing.25575.107 -> 10.0.2-servicing.25601.102)
@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner December 2, 2025 02:08
dotnet-policy-service[bot]
dotnet-policy-service bot previously approved these changes Dec 2, 2025
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go, you big red fire engine!

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 10.0.0-beta.25601.102 -> 10.0.0-beta.25601.110)
Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 10.0.2 -> 10.0.2)
Microsoft.NETCore.Platforms (Version 10.0.2-servicing.25601.102 -> 10.0.2-servicing.25601.110)
@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Dec 4, 2025

Important

The source repository has received code changes from an opposite flow. Any additional codeflows into this PR may potentially result in lost changes.

Please continue with one of the following options:

  1. Close or merge this PR and let the codeflow continue normally
  2. Close or merge this PR and receive the new codeflow immediately by triggering the subscription:
    darc trigger-subscriptions --id 7442e8e7-a558-4305-8b1f-3fa7e892b4a1
  3. Force-flow new changes into this PR at your own risk (some PR commits might be reverted):
    darc trigger-subscriptions --force --id 7442e8e7-a558-4305-8b1f-3fa7e892b4a1

💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.10536%. Comparing base (e13e5fe) to head (5f1f5a7).
⚠️ Report is 1 commits behind head on release/10.0.

Additional details and impacted files
@@                  Coverage Diff                   @@
##           release/10.0      #14096         +/-   ##
======================================================
+ Coverage      77.10520%   77.10536%   +0.00016%     
======================================================
  Files              3273        3273                 
  Lines            645033      645033                 
  Branches          47701       47701                 
======================================================
+ Hits             497354      497355          +1     
+ Misses           144006      144004          -2     
- Partials           3673        3674          +1     
Flag Coverage Δ
Debug 77.10536% <ø> (+0.00016%) ⬆️
integration 18.98815% <ø> (-0.00348%) ⬇️
production 51.92302% <ø> (+0.00034%) ⬆️
test 97.40998% <ø> (ø)
unit 49.33700% <ø> (+0.00105%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mmitche mmitche enabled auto-merge (squash) December 4, 2025 19:18
@mmitche mmitche merged commit bb08309 into release/10.0 Dec 4, 2025
14 checks passed
@mmitche mmitche deleted the darc-release/10.0-fca79058-a87a-479a-a68b-40c3ed4f56db branch December 4, 2025 19:18
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants