Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
Microsoft.Extensions.DependencyInjection (source) 9.0.5 -> 9.0.6 age confidence nuget patch
System.Threading.Channels (source) 9.0.5 -> 9.0.6 age confidence nuget patch
dotnet-sdk 9.0.300 -> 9.0.301 age confidence dotnet-sdk patch

Release Notes

dotnet/runtime (Microsoft.Extensions.DependencyInjection)

v9.0.6

Bug Fixes
  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements
  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements
  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure
  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

  • Update CentOS Stream, Debian, OpenSUSE (#​115027)
    Updates build and test infrastructure to use newer versions of CentOS Stream, Debian, and OpenSUSE, ensuring ongoing compatibility and security with supported Linux distributions.

  • Update MacOS signing to use PME (#​115634)
    Switches MacOS code signing to use PME, improving the security and reliability of the signing process for MacOS releases.

Dependency Updates
  • Update dependencies from dotnet/roslyn (#​115353)
    Integrates the latest updates from the Roslyn compiler, bringing in bug fixes, performance improvements, and new language features.

  • Update dependencies from dotnet/arcade (#​115085)
    Updates the Arcade build infrastructure dependency, ensuring the latest build tools and scripts are used.

  • Update dependencies from dotnet/sdk (#​114856, #​115466)
    Brings in the latest changes from the .NET SDK, improving build reliability and incorporating upstream fixes.

  • Update dependencies from dotnet/icu (#​114762, #​115440)
    Updates the ICU library dependency, enhancing globalization support and fixing related issues.

  • Update dependencies from dotnet/cecil (#​114670)
    Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling.

  • Update dependencies from dotnet/emsdk (#​114702)
    Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support.

  • Update dependencies from dotnet/xharness (#​114855)
    Brings in the latest XHarness test runner updates, improving test automation and reliability.

Miscellaneous
  • Update branding to 9.0.6 (#​115385)
    Updates version branding throughout the repository to reflect the 9.0.6 release.

  • Fix line endings (#​115413)
    Standardizes line endings across the codebase, improving cross-platform consistency and reducing merge conflicts.

  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' (#​114700)
    Automated merge to synchronize changes between release branches, ensuring consistency across development streams.

  • Merging internal commits for release/9.0 (#​115535)
    Integrates internal commits into the release/9.0 branch, consolidating changes for the release.

  • [manual] Merge release/9.0-staging into release/9.0 (#​115497)
    Manually merges staging changes into the main release branch, preparing for the official release.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/runtime@v9.0.5...v9.0.6

dotnet/sdk (dotnet-sdk)

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests

  • dotnet/roslyn

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, bringing in the latest C# and VB compiler improvements.
      #​48751, #​48895, #​48937
  • dotnet/fsharp

    • Updated dependencies for release/9.0.3xx, ensuring the latest F# language features and fixes are available.
      #​48760

Miscellaneous

  • Update Branding to 9.0.301 and 9.0.205
    The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
    #​48852, #​48851

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.300...v9.0.301


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Jun 23, 2025
@github-actions
Copy link

github-actions bot commented Jun 23, 2025

Test Results

    52 files  ±0      52 suites  ±0   16m 16s ⏱️ ±0s
42 916 tests +4  40 607 ✅ +5  2 309 💤 ±0  0 ❌  - 1 
84 129 runs  ±0  75 409 ✅ +1  8 720 💤 ±0  0 ❌  - 1 

Results for commit b5882d4. ± Comparison against base commit 8009eca.

This pull request removes 35049 and adds 35053 tests. Note that renamed tests count towards both.
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path49b3ff60-2c65-4137-937b-9b334028e2bb")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path51156def-c6c7-4507-b0e2-b18ff2f0702d")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path734614e0-8cd2-4b26-8d0e-977444674ec7")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path7413c2b2-391f-4fae-a365-74752882a848")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "patha51e8725-d396-4af6-b7e2-aec4463234ae")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathb0961964-4076-47d4-bb86-27314e511c02")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathd0ae7048-eb47-43cc-b740-938d4bbb0262")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path84bd2faf-dbad-4a23-a1dc-58980cd386ab")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path8e392d5b-d77f-4632-b494-73613742d0cd")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path930efeec-5809-4f01-9c52-fdae3ec633d7")
…
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path02f8b8a5-6968-4be6-8183-61c25016787f")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path0f10d1bb-7091-46c6-97d6-ea2479b9a156")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path1098103b-0bdf-41c3-9fd9-00d40d13b6ba")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path2aa3a733-7590-4449-92d0-845282da7cb7")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path387749fc-1ea2-474a-97c4-27cdde6095ad")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path999d138a-8b73-4bce-955b-abcdf4dc6944")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathf11aab8e-8141-46ff-a40d-3108bc1370e4")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path204c9d5b-baa0-4928-8deb-15459f8526ca")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path62723580-d08b-40c1-ac1e-4d97cbd7e59c")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path676e442c-fa3e-471c-b202-c5aedcdf0b2a")
…
This pull request removes 1684 skipped tests and adds 1684 skipped tests. Note that renamed tests count towards both.
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path49b3ff60-2c65-4137-937b-9b334028e2bb")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path51156def-c6c7-4507-b0e2-b18ff2f0702d")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path7413c2b2-391f-4fae-a365-74752882a848")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathd0ae7048-eb47-43cc-b740-938d4bbb0262")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path84bd2faf-dbad-4a23-a1dc-58980cd386ab")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path8e392d5b-d77f-4632-b494-73613742d0cd")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path9b0f215e-c011-4927-8b0e-9993da858748")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathd776dd77-a8a5-4828-9c8b-ae8de14de977")
Testably.Abstractions.Testing.Tests.FileSystem.FileMockTests ‑ GetUnixFileMode_SafeFileHandle_ShouldThrowPlatformNotSupportedExceptionOnWindows(path: "path97694c3b-b318-4104-8108-58481245bbd3")
Testably.Abstractions.Testing.Tests.FileSystem.FileMockTests ‑ GetUnixFileMode_SafeFileHandle_ShouldThrowPlatformNotSupportedExceptionOnWindows(path: "pathc4bb3f39-6167-470e-b640-8083c076b3b5")
…
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path02f8b8a5-6968-4be6-8183-61c25016787f")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path0f10d1bb-7091-46c6-97d6-ea2479b9a156")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path1098103b-0bdf-41c3-9fd9-00d40d13b6ba")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+MockFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path387749fc-1ea2-474a-97c4-27cdde6095ad")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path62723580-d08b-40c1-ac1e-4d97cbd7e59c")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "path676e442c-fa3e-471c-b202-c5aedcdf0b2a")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathd82dbc44-958a-47eb-a955-bdd335bc23ba")
Testably.Abstractions.AccessControl.Tests.DirectoryInfoAclExtensionsTests+RealFileSystemTests ‑ SetAccessControl_ShouldNotUpdateTimes(path: "pathffd3afac-d7e5-446b-8470-faf114d53dfe")
Testably.Abstractions.Testing.Tests.FileSystem.FileMockTests ‑ GetUnixFileMode_SafeFileHandle_ShouldThrowPlatformNotSupportedExceptionOnWindows(path: "path1b7e528a-49e0-4fca-8af3-14dbb51e9ccf")
Testably.Abstractions.Testing.Tests.FileSystem.FileMockTests ‑ GetUnixFileMode_SafeFileHandle_ShouldThrowPlatformNotSupportedExceptionOnWindows(path: "path277dd98d-9260-4abb-9e04-8239f9ef7c2d")
…

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from 23895c3 to b5882d4 Compare July 6, 2025 19:11
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 6, 2025

@mergify mergify bot merged commit 4756b12 into main Jul 6, 2025
14 checks passed
@mergify mergify bot deleted the renovate/dotnet-monorepo branch July 6, 2025 19:38
@github-actions
Copy link

This is addressed in release v4.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies state: released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant