chore(deps): update dotnet monorepo to v10 (major) #5

Merged
Seuma merged 1 commit from renovate/major-dotnet-monorepo into develop 2026-02-17 17:22:02 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
mcr.microsoft.com/dotnet/runtime final major 8.0.22-alpine3.2210.0.3-alpine3.22
mcr.microsoft.com/dotnet/sdk stage major 8.0-alpine3.2210.0-alpine3.22

Release Notes

dotnet/runtime (mcr.microsoft.com/dotnet/runtime)

v10.0.3: .NET 10.0.3

Compare Source

Release

v10.0.2: .NET 10.0.2

Compare Source

Release

v10.0.1: .NET 10.0.1

Compare Source

Release

v10.0.0: .NET 10.0.0

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v10.0.0-rc.2.25502.107...v10.0.0

v9.0.13

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.12...v9.0.13

v9.0.12: .NET 9.0.12

Compare Source

Release

v9.0.11: .NET 9.0.11

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.10...v9.0.11

v9.0.10: .NET 9.0.10

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.9...v9.0.10

v9.0.9: .NET 9.0.9

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.8...v9.0.9

v9.0.8: .NET 9.0.8

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8

v9.0.7: .NET 9.0.7

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7

v9.0.6

Compare Source

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: https://github.com/dotnet/runtime/compare/v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1

v9.0.0: .NET 9.0.0

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.0-rc.2.24473.5...v9.0.0

v8.0.24: .NET 8.0.24

Compare Source

Release

What's Changed

Full Changelog: https://github.com/dotnet/runtime/compare/v8.0.23...v8.0.24

v8.0.23: .NET 8.0.23

Compare Source

Release


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mcr.microsoft.com/dotnet/runtime](https://github.com/dotnet/runtime) | final | major | `8.0.22-alpine3.22` → `10.0.3-alpine3.22` | | [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | stage | major | `8.0-alpine3.22` → `10.0-alpine3.22` | --- ### Release Notes <details> <summary>dotnet/runtime (mcr.microsoft.com/dotnet/runtime)</summary> ### [`v10.0.3`](https://github.com/dotnet/runtime/releases/tag/v10.0.3): .NET 10.0.3 [Compare Source](https://github.com/dotnet/runtime/compare/v10.0.2...v10.0.3) [Release](https://github.com/dotnet/core/releases/tag/v10.0.3) ### [`v10.0.2`](https://github.com/dotnet/runtime/releases/tag/v10.0.2): .NET 10.0.2 [Compare Source](https://github.com/dotnet/runtime/compare/v10.0.1...v10.0.2) [Release](https://github.com/dotnet/core/releases/tag/v10.0.2) ### [`v10.0.1`](https://github.com/dotnet/runtime/releases/tag/v10.0.1): .NET 10.0.1 [Compare Source](https://github.com/dotnet/runtime/compare/v10.0.0...v10.0.1) [Release](https://github.com/dotnet/core/releases/tag/v10.0.1) ### [`v10.0.0`](https://github.com/dotnet/runtime/releases/tag/v10.0.0): .NET 10.0.0 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.13...v10.0.0) [Release](https://github.com/dotnet/core/releases/tag/v10.0.0) #### What's Changed - \[release/10.0] Fix DefaultIfEmptyIterator.TryGetElementAt returning default value for out-of-bounds indices by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119845](https://github.com/dotnet/runtime/pull/119845) - \[release/10.0] Add DateOnly and TimeOnly serializer primitives with restrictions by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119915](https://github.com/dotnet/runtime/pull/119915) - \[release/10.0] Ignore re-typed lcl in optAssertionPropLocal\_RelOp by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119813](https://github.com/dotnet/runtime/pull/119813) - \[release/10.0] \[NativeAOT] Fix resetting apartment state by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119993](https://github.com/dotnet/runtime/pull/119993) - \[release/10.0] Fix race condition when createdump tries to read /proc/pid/mem before prctl(PR\_SET\_PTRACER, childpid) is set by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120071](https://github.com/dotnet/runtime/pull/120071) - \[release/10.0] `UnsafeAccessor` - ambiguous name and signature match by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119974](https://github.com/dotnet/runtime/pull/119974) - \[release/10.0] Revert unhandled exception logic to prevent multiple calls. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120103](https://github.com/dotnet/runtime/pull/120103) - \[release/10.0] Add test for issue [#&#8203;114813](https://github.com/dotnet/runtime/issues/114813) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120088](https://github.com/dotnet/runtime/pull/120088) - \[release/10.0] Add test coverage for issue [#&#8203;99193](https://github.com/dotnet/runtime/issues/99193) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120089](https://github.com/dotnet/runtime/pull/120089) - \[release/10.0] Fix RoundTrip\_Export\_Import\_SPKI and fix typos for SPKI by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120102](https://github.com/dotnet/runtime/pull/120102) - \[release/10.0] Update Composite ML-DSA to draft 8 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120117](https://github.com/dotnet/runtime/pull/120117) - \[release/10.0] \[PERF] Remove hybrid globalization from iOS perf scenarios by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120123](https://github.com/dotnet/runtime/pull/120123) - \[release/10.0] Test for unloadable ALC frees file lock by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120122](https://github.com/dotnet/runtime/pull/120122) - \[release/10.0] Don't set security descriptor if the mutex is not owned/new by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120115](https://github.com/dotnet/runtime/pull/120115) - \[release/10.0] Fix ResourceUpdater.Dispose() by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120136](https://github.com/dotnet/runtime/pull/120136) - \[release/10.0] Properly enumerate uninstrumented bounds when stackwalking in minidump w/o heap by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120073](https://github.com/dotnet/runtime/pull/120073) - \[release/10.0] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120082](https://github.com/dotnet/runtime/pull/120082) - \[release/10.0] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120186](https://github.com/dotnet/runtime/pull/120186) - \[release/10.0] Load Standalone GC correctly in component scenarios. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120235](https://github.com/dotnet/runtime/pull/120235) - \[release/10.0] Remove an STJ deep nested object test causing occasional failures by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120264](https://github.com/dotnet/runtime/pull/120264) - \[release/10.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120299](https://github.com/dotnet/runtime/pull/120299) - \[release/10.0] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120286](https://github.com/dotnet/runtime/pull/120286) - \[release/10.0] include memory required to do MethodDefLookup in minidumps by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120148](https://github.com/dotnet/runtime/pull/120148) - \[release/10.0] Detect if RSA-384 is supported on the platform by [@&#8203;vcsjones](https://github.com/vcsjones) in [#&#8203;120381](https://github.com/dotnet/runtime/pull/120381) - \[release/10.0] \[mono]\[hotreload] Make the runtime ignore an update if it is an empty one. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120334](https://github.com/dotnet/runtime/pull/120334) - \[release/10.0] Bump OSX.12 helix queues to OSX.13 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119989](https://github.com/dotnet/runtime/pull/119989) - \[release/10.0] Revert "Use a ReaderWriterLockSlim in RcwCache" by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120372](https://github.com/dotnet/runtime/pull/120372) - \[release/10.0] Fix CopyOSContext on amd64 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120329](https://github.com/dotnet/runtime/pull/120329) - \[release/10.0] Move coreclr EH second pass to native code by [@&#8203;janvorli](https://github.com/janvorli) in [#&#8203;120263](https://github.com/dotnet/runtime/pull/120263) - \[release/10.0] Add proper locking in TranslateSigHelper by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120158](https://github.com/dotnet/runtime/pull/120158) - \[release/10.0] JIT: Fix heap allocations by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120323](https://github.com/dotnet/runtime/pull/120323) - \[release/10.0] Localize WiX files by [@&#8203;PranavSenthilnathan](https://github.com/PranavSenthilnathan) in [#&#8203;120385](https://github.com/dotnet/runtime/pull/120385) - \[release/10.0] Limit the use of a pointer to the lexical scope of the target by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120387](https://github.com/dotnet/runtime/pull/120387) - \[release/10.0] Update dependencies from dnceng/internal/dotnet-optimization by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120426](https://github.com/dotnet/runtime/pull/120426) - \[release/10.0] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120350](https://github.com/dotnet/runtime/pull/120350) - \[release/10.0] \[mono]\[aot] Increase the max symbol size by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120295](https://github.com/dotnet/runtime/pull/120295) - \[release/10.0-rc2] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120126](https://github.com/dotnet/runtime/pull/120126) - \[release/10.0] Revert conditionally setting SYSTEM PATH in host install ([#&#8203;118092](https://github.com/dotnet/runtime/issues/118092)) by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120567](https://github.com/dotnet/runtime/pull/120567) - \[release/10.0] \[browser] Expect fingerprint on assemblies promoted from build by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120548](https://github.com/dotnet/runtime/pull/120548) - \[release/10.0] JIT: Skip bitcast transformation for promoted locals by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120464](https://github.com/dotnet/runtime/pull/120464) - \[release/10.0] Fix race on DomainAssembly/Assembly/Module creation that results in incorrectly triggered ICorProfiler callbacks by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120515](https://github.com/dotnet/runtime/pull/120515) - \[release/10.0] Avoid referencing types of JsonIgnore'd properties. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120569](https://github.com/dotnet/runtime/pull/120569) - \[release/10.0] Fix issue with array interface devirtualization by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120371](https://github.com/dotnet/runtime/pull/120371) - \[release/10.0] Add MetadataUpdateDeletedAttribute and Reflection Filtering by [@&#8203;jeffhandley](https://github.com/jeffhandley) in [#&#8203;120572](https://github.com/dotnet/runtime/pull/120572) - \[release/10.0] Fix ARM64 ThreadAbort issue by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120579](https://github.com/dotnet/runtime/pull/120579) - \[release/10.0] Set PRERELEASE to 0 by [@&#8203;jkotas](https://github.com/jkotas) in [#&#8203;120693](https://github.com/dotnet/runtime/pull/120693) - \[release/10.0] Fix localization of links in runtime bundle by [@&#8203;PranavSenthilnathan](https://github.com/PranavSenthilnathan) in [#&#8203;120721](https://github.com/dotnet/runtime/pull/120721) - Merge release/10.0-rc2 into release/10.0 by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;120743](https://github.com/dotnet/runtime/pull/120743) - \[release/10.0] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120655](https://github.com/dotnet/runtime/pull/120655) - \[release/10.0] Source code updates from dotnet/dotnet by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120521](https://github.com/dotnet/runtime/pull/120521) - \[release/10.0] \[browser] Expect fingerprint on dotnet.js for preloading by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120746](https://github.com/dotnet/runtime/pull/120746) - \[release/10.0] Fix Tensor.Reshape with wildcard by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120806](https://github.com/dotnet/runtime/pull/120806) - \[release/10.0] Fix balancing groups incorrectly removed from negative lookarounds by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120888](https://github.com/dotnet/runtime/pull/120888) - \[release/10.0] Mark labels in x64 write barrier code as local/alt\_entry by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120923](https://github.com/dotnet/runtime/pull/120923) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v10.0.0-rc.2.25502.107...v10.0.0> ### [`v9.0.13`](https://github.com/dotnet/runtime/releases/tag/v9.0.13) [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.12...v9.0.13) [Release](https://github.com/dotnet/core/releases/tag/v9.0.13) #### What's Changed - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122508](https://github.com/dotnet/runtime/pull/122508) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122747](https://github.com/dotnet/runtime/pull/122747) - Update branding to 9.0.13 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;122888](https://github.com/dotnet/runtime/pull/122888) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122941](https://github.com/dotnet/runtime/pull/122941) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;jeffhandley](https://github.com/jeffhandley) in [#&#8203;123113](https://github.com/dotnet/runtime/pull/123113) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.12...v9.0.13> ### [`v9.0.12`](https://github.com/dotnet/runtime/releases/tag/v9.0.12): .NET 9.0.12 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.11...v9.0.12) [Release](https://github.com/dotnet/core/releases/tag/v9.0.12) ### [`v9.0.11`](https://github.com/dotnet/runtime/releases/tag/v9.0.11): .NET 9.0.11 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.10...v9.0.11) [Release](https://github.com/dotnet/core/releases/tag/v9.0.11) #### What's Changed - \[release/9.0-staging] Fix DefaultIfEmptyIterator.TryGetElementAt returning default value for out-of-bounds indices by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119844](https://github.com/dotnet/runtime/pull/119844) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119981](https://github.com/dotnet/runtime/pull/119981) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119978](https://github.com/dotnet/runtime/pull/119978) - \[release/9.0-staging] Add acquire barrier to populate bit reading by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119967](https://github.com/dotnet/runtime/pull/119967) - \[release/9.0-staging] Bump System.Text.Json toolset version by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;113385](https://github.com/dotnet/runtime/pull/113385) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120034](https://github.com/dotnet/runtime/pull/120034) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120033](https://github.com/dotnet/runtime/pull/120033) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120020](https://github.com/dotnet/runtime/pull/120020) - \[release/9.0-staging] `UnsafeAccessor` - ambiguous name and signature match by [@&#8203;AaronRobinsonMSFT](https://github.com/AaronRobinsonMSFT) in [#&#8203;120011](https://github.com/dotnet/runtime/pull/120011) - \[release/9.0] Bump OSX.12 helix queues to OSX.13 by [@&#8203;steveisok](https://github.com/steveisok) in [#&#8203;119814](https://github.com/dotnet/runtime/pull/119814) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120128](https://github.com/dotnet/runtime/pull/120128) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120129](https://github.com/dotnet/runtime/pull/120129) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120106](https://github.com/dotnet/runtime/pull/120106) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120057](https://github.com/dotnet/runtime/pull/120057) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120240](https://github.com/dotnet/runtime/pull/120240) - \[release/9.0] \[mono] Make the compressed interface bitmap feature usable by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;120154](https://github.com/dotnet/runtime/pull/120154) - \[release/9.0-staging] Remove an STJ deep nested object test causing occasional failures by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120265](https://github.com/dotnet/runtime/pull/120265) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120331](https://github.com/dotnet/runtime/pull/120331) - \[release/9.0-staging] Detect if RSA-384 is supported on the platform by [@&#8203;vcsjones](https://github.com/vcsjones) in [#&#8203;120382](https://github.com/dotnet/runtime/pull/120382) - \[release/9.0-staging] Load Standalone GC correctly in component scenarios. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120236](https://github.com/dotnet/runtime/pull/120236) - \[release/9.0-staging] \[mono]\[hotreload] Make the runtime ignore an update if it is an empty one by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120335](https://github.com/dotnet/runtime/pull/120335) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120349](https://github.com/dotnet/runtime/pull/120349) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120397](https://github.com/dotnet/runtime/pull/120397) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120418](https://github.com/dotnet/runtime/pull/120418) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120425](https://github.com/dotnet/runtime/pull/120425) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120404](https://github.com/dotnet/runtime/pull/120404) - \[release/9.0-staging] Prevent format injection in hosting Windows PAL printf functions when redirected to file by [@&#8203;jkoritzinsky](https://github.com/jkoritzinsky) in [#&#8203;119786](https://github.com/dotnet/runtime/pull/119786) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120417](https://github.com/dotnet/runtime/pull/120417) - Update branding to 9.0.11 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;120474](https://github.com/dotnet/runtime/pull/120474) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120586](https://github.com/dotnet/runtime/pull/120586) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120409](https://github.com/dotnet/runtime/pull/120409) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120396](https://github.com/dotnet/runtime/pull/120396) - \[release/9.0-staging] \[mono]\[interp] Fix various leaks, primarily around dynamic methods by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;120600](https://github.com/dotnet/runtime/pull/120600) - \[release/9.0-staging] \[mono]\[sgen] Fix incorrect condition when checking if we should do a major collection by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120533](https://github.com/dotnet/runtime/pull/120533) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;120570](https://github.com/dotnet/runtime/pull/120570) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;PranavSenthilnathan](https://github.com/PranavSenthilnathan) in [#&#8203;120615](https://github.com/dotnet/runtime/pull/120615) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;120719](https://github.com/dotnet/runtime/pull/120719) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120765](https://github.com/dotnet/runtime/pull/120765) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120779](https://github.com/dotnet/runtime/pull/120779) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120814](https://github.com/dotnet/runtime/pull/120814) - \[release/9.0] Update Microsoft.Build.\* versions to 17.8.43 by [@&#8203;PranavSenthilnathan](https://github.com/PranavSenthilnathan) in [#&#8203;120820](https://github.com/dotnet/runtime/pull/120820) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.10...v9.0.11> ### [`v9.0.10`](https://github.com/dotnet/runtime/releases/tag/v9.0.10): .NET 9.0.10 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.9...v9.0.10) [Release](https://github.com/dotnet/runtime/releases/tag/v9.0.9) #### What's Changed - \[release/9.0-staging] Disable release assert on disallowed thread re-initialization for managed C++ by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118842](https://github.com/dotnet/runtime/pull/118842) - \[release/9.0-staging] \[wasm]\[AOT] fix codegen for small structs on stack by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118416](https://github.com/dotnet/runtime/pull/118416) - Update branding to 9.0.10 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;119280](https://github.com/dotnet/runtime/pull/119280) - \[release/9.0-staging] Don't use vfork on android by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118331](https://github.com/dotnet/runtime/pull/118331) - \[release/9.0-staging] \[mono]\[debugger] Fix assertion when stepping by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118459](https://github.com/dotnet/runtime/pull/118459) - \[release/9.0-staging]\[maccatalyst] Check for -Wno-overriding-option for compatibility with clang in Xcode 16.3+ by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;119301](https://github.com/dotnet/runtime/pull/119301) - \[release/9.0-staging]\[HTTP] Stress fix for docker compose by [@&#8203;ManickaP](https://github.com/ManickaP) in [#&#8203;119455](https://github.com/dotnet/runtime/pull/119455) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;119505](https://github.com/dotnet/runtime/pull/119505) - \[9.0] Preserve Lock ID Members by [@&#8203;jkoritzinsky](https://github.com/jkoritzinsky) in [#&#8203;119281](https://github.com/dotnet/runtime/pull/119281) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118940](https://github.com/dotnet/runtime/pull/118940) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118151](https://github.com/dotnet/runtime/pull/118151) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118372](https://github.com/dotnet/runtime/pull/118372) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118423](https://github.com/dotnet/runtime/pull/118423) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118193](https://github.com/dotnet/runtime/pull/118193) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118758](https://github.com/dotnet/runtime/pull/118758) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119619](https://github.com/dotnet/runtime/pull/119619) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119598](https://github.com/dotnet/runtime/pull/119598) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119620](https://github.com/dotnet/runtime/pull/119620) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119051](https://github.com/dotnet/runtime/pull/119051) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118492](https://github.com/dotnet/runtime/pull/118492) - \[release/9.0-staging] \[H/3] Fix interop tests. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119522](https://github.com/dotnet/runtime/pull/119522) - \[release/9.0-staging] Disable tests parallelization in flaky OleDB tests by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119626](https://github.com/dotnet/runtime/pull/119626) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119690](https://github.com/dotnet/runtime/pull/119690) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118224](https://github.com/dotnet/runtime/pull/118224) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119677](https://github.com/dotnet/runtime/pull/119677) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119635](https://github.com/dotnet/runtime/pull/119635) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119669](https://github.com/dotnet/runtime/pull/119669) - \[release/9.0-staging] Fix recursion issue found in PROCCreateCrashDump by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119128](https://github.com/dotnet/runtime/pull/119128) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119742](https://github.com/dotnet/runtime/pull/119742) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119721](https://github.com/dotnet/runtime/pull/119721) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119753](https://github.com/dotnet/runtime/pull/119753) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119793](https://github.com/dotnet/runtime/pull/119793) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119809](https://github.com/dotnet/runtime/pull/119809) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119832](https://github.com/dotnet/runtime/pull/119832) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119830](https://github.com/dotnet/runtime/pull/119830) - Backport macOS 26 Tahoe test fixes to release/9.0-staging by [@&#8203;vcsjones](https://github.com/vcsjones) in [#&#8203;119716](https://github.com/dotnet/runtime/pull/119716) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119871](https://github.com/dotnet/runtime/pull/119871) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119872](https://github.com/dotnet/runtime/pull/119872) - \[release/9.0-staging] Disable Multicast SocketOption test by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;119889](https://github.com/dotnet/runtime/pull/119889) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119932](https://github.com/dotnet/runtime/pull/119932) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;119900](https://github.com/dotnet/runtime/pull/119900) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;tarekgh](https://github.com/tarekgh) in [#&#8203;119966](https://github.com/dotnet/runtime/pull/119966) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120025](https://github.com/dotnet/runtime/pull/120025) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;120111](https://github.com/dotnet/runtime/pull/120111) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.9...v9.0.10> ### [`v9.0.9`](https://github.com/dotnet/runtime/releases/tag/v9.0.9): .NET 9.0.9 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.8...v9.0.9) [Release](https://github.com/dotnet/runtime/releases/tag/v9.0.9) #### What's Changed - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;117671](https://github.com/dotnet/runtime/pull/117671) - \[release/9.0-staging] \[Test Only] Fix BuildChainCustomTrustStore test by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;117761](https://github.com/dotnet/runtime/pull/117761) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117742](https://github.com/dotnet/runtime/pull/117742) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117872](https://github.com/dotnet/runtime/pull/117872) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117873](https://github.com/dotnet/runtime/pull/117873) - Revert "\[release/9.0-staging] Update dependencies from dotnet/sdk" by [@&#8203;lewing](https://github.com/lewing) in [#&#8203;118001](https://github.com/dotnet/runtime/pull/118001) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117910](https://github.com/dotnet/runtime/pull/117910) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117962](https://github.com/dotnet/runtime/pull/117962) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118080](https://github.com/dotnet/runtime/pull/118080) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;118114](https://github.com/dotnet/runtime/pull/118114) - \[release/9.0-staging] Fix broken debugger/debuggee startup handshake protocol on macOS26. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118212](https://github.com/dotnet/runtime/pull/118212) - \[release/9.0-staging] \[NRBF] Allow the users to decode System.Nullable<UserStruct> by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118328](https://github.com/dotnet/runtime/pull/118328) - \[release/9.0-staging] \[Test Only] Disable/modify some TimeZoneInfoTests on Android by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118455](https://github.com/dotnet/runtime/pull/118455) - Update branding to 9.0.9 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;118349](https://github.com/dotnet/runtime/pull/118349) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;118451](https://github.com/dotnet/runtime/pull/118451) - \[release/9.0-staging] Revert "Remove custom allocator." by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;118279](https://github.com/dotnet/runtime/pull/118279) - \[release/9.0] Merge release/9.0-staging changes by [@&#8203;krwq](https://github.com/krwq) in [#&#8203;118764](https://github.com/dotnet/runtime/pull/118764) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117879](https://github.com/dotnet/runtime/pull/117879) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.8...v9.0.9> ### [`v9.0.8`](https://github.com/dotnet/runtime/releases/tag/v9.0.8): .NET 9.0.8 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8) [Release](https://github.com/dotnet/core/releases/tag/v9.0.8) #### What's Changed - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;116514](https://github.com/dotnet/runtime/pull/116514) - \[release/9.0] Disable all MT tests on CI by [@&#8203;ilonatommy](https://github.com/ilonatommy) in [#&#8203;116747](https://github.com/dotnet/runtime/pull/116747) - \[9.0] Revert squash commit and pulls release/9.0 again by [@&#8203;jozkee](https://github.com/jozkee) in [#&#8203;116764](https://github.com/dotnet/runtime/pull/116764) - \[release/9.0-staging] Backport "Dispose Xunit ToolCommand" by [@&#8203;ilonatommy](https://github.com/ilonatommy) in [#&#8203;116685](https://github.com/dotnet/runtime/pull/116685) - \[release/9.0-staging] Skip SSL key log test for OpenSSL 3.5+ by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;116687](https://github.com/dotnet/runtime/pull/116687) - \[release/9.0-staging] Fix absolute path check when loading hostfxr/hostpolicy/coreclr by [@&#8203;elinor-fung](https://github.com/elinor-fung) in [#&#8203;116775](https://github.com/dotnet/runtime/pull/116775) - Update openssl dependency for SLES by [@&#8203;NikolaMilosavljevic](https://github.com/NikolaMilosavljevic) in [#&#8203;116922](https://github.com/dotnet/runtime/pull/116922) - \[9.0] Backport 115546 FLS initialization fix to 9. by [@&#8203;mangod9](https://github.com/mangod9) in [#&#8203;116872](https://github.com/dotnet/runtime/pull/116872) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117137](https://github.com/dotnet/runtime/pull/117137) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116681](https://github.com/dotnet/runtime/pull/116681) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116455](https://github.com/dotnet/runtime/pull/116455) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116948](https://github.com/dotnet/runtime/pull/116948) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;115596](https://github.com/dotnet/runtime/pull/115596) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;115588](https://github.com/dotnet/runtime/pull/115588) - \[release/9.0-staging] Map version for Tahoe compatibility. by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;116641](https://github.com/dotnet/runtime/pull/116641) - \[9.0] Update CI OSes by [@&#8203;richlander](https://github.com/richlander) in [#&#8203;115503](https://github.com/dotnet/runtime/pull/115503) - Update branding to 9.0.8 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;117283](https://github.com/dotnet/runtime/pull/117283) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116683](https://github.com/dotnet/runtime/pull/116683) - Disable odbc tests on net9 interpreter by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;117245](https://github.com/dotnet/runtime/pull/117245) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117228](https://github.com/dotnet/runtime/pull/117228) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117257](https://github.com/dotnet/runtime/pull/117257) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117184](https://github.com/dotnet/runtime/pull/117184) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116664](https://github.com/dotnet/runtime/pull/116664) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116908](https://github.com/dotnet/runtime/pull/116908) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;116626](https://github.com/dotnet/runtime/pull/116626) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;117296](https://github.com/dotnet/runtime/pull/117296) - \[release/9.0-staging]\[wbt] Prevent `InvalidOperationException` on `TestOutputHelper` logging. by [@&#8203;ilonatommy](https://github.com/ilonatommy) in [#&#8203;116916](https://github.com/dotnet/runtime/pull/116916) - \[release/9.0-staging] Harden `Ping_TimedOut_*` tests by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;116630](https://github.com/dotnet/runtime/pull/116630) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;117442](https://github.com/dotnet/runtime/pull/117442) - \[release/9.0-staging] Fix ILogB for subnormal values by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;116973](https://github.com/dotnet/runtime/pull/116973) - \[release/9.0-staging] Fix ordering issue in interface trimming by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;114509](https://github.com/dotnet/runtime/pull/114509) - \[release/9.0-staging]\[mono]\[gc] Fix gc descriptor computation for InlineArray structs by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;116951](https://github.com/dotnet/runtime/pull/116951) - \[release/9.0-staging] Fix few RandomAccess.Write edge case bugs by [@&#8203;adamsitnik](https://github.com/adamsitnik) in [#&#8203;109646](https://github.com/dotnet/runtime/pull/109646) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;117471](https://github.com/dotnet/runtime/pull/117471) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117594](https://github.com/dotnet/runtime/pull/117594) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;117595](https://github.com/dotnet/runtime/pull/117595) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;tarekgh](https://github.com/tarekgh) in [#&#8203;117634](https://github.com/dotnet/runtime/pull/117634) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8> ### [`v9.0.7`](https://github.com/dotnet/runtime/releases/tag/v9.0.7): .NET 9.0.7 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7) [Release](https://github.com/dotnet/core/releases/tag/v9.0.7) #### What's Changed - \[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled by [@&#8203;thaystg](https://github.com/thaystg) in [#&#8203;114932](https://github.com/dotnet/runtime/pull/114932) - \[release/9.0-staging] \[STJ] Account for F# CompilationMappingAttribute now supporting multiple declarations. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115076](https://github.com/dotnet/runtime/pull/115076) - \[release/9.0-staging]\[wasm]\[interpreter] Fix PackedSimd interpreter intrinsics by [@&#8203;lewing](https://github.com/lewing) in [#&#8203;114218](https://github.com/dotnet/runtime/pull/114218) - \[release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit by [@&#8203;jakobbotsch](https://github.com/jakobbotsch) in [#&#8203;115568](https://github.com/dotnet/runtime/pull/115568) - \[release/9.0-staging] throw an exception instead of infinite loop in `sort_mark_list` by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115529](https://github.com/dotnet/runtime/pull/115529) - \[release/9.0-staging] \[DNS] Ignore ObjectDisposedException on CancellationToken Callback by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115840](https://github.com/dotnet/runtime/pull/115840) - Revert "\[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled" by [@&#8203;thaystg](https://github.com/thaystg) in [#&#8203;116015](https://github.com/dotnet/runtime/pull/116015) - \[release/9.0-staging] Fix SysV first/second return register GC info mismatch by [@&#8203;jakobbotsch](https://github.com/jakobbotsch) in [#&#8203;116206](https://github.com/dotnet/runtime/pull/116206) - \[release/9.0-staging] Fix PipeStream leak on Windows when pipe is disposed with a pending operation by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;116188](https://github.com/dotnet/runtime/pull/116188) - \[release/9.0] Fix edge cases in Tarjan GC bridge (Android) by [@&#8203;filipnavara](https://github.com/filipnavara) in [#&#8203;114682](https://github.com/dotnet/runtime/pull/114682) - \[release/9.0-staging] Revert change to follow symlinks of dotnet host by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;116244](https://github.com/dotnet/runtime/pull/116244) - Update branding to 9.0.7 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;116312](https://github.com/dotnet/runtime/pull/116312) - \[release/9.0-staging] Fix generation of minidump by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115738](https://github.com/dotnet/runtime/pull/115738) - \[release/9.0-staging] fix: in rsa signatures, configure digest before padding mode by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115695](https://github.com/dotnet/runtime/pull/115695) - \[release/9.0-staging] JIT: Fix possible heap corruption in outlined composite SSA storage by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;116132](https://github.com/dotnet/runtime/pull/116132) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115984](https://github.com/dotnet/runtime/pull/115984) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115855](https://github.com/dotnet/runtime/pull/115855) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115597](https://github.com/dotnet/runtime/pull/115597) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115710](https://github.com/dotnet/runtime/pull/115710) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115504](https://github.com/dotnet/runtime/pull/115504) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115589](https://github.com/dotnet/runtime/pull/115589) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115537](https://github.com/dotnet/runtime/pull/115537) - Bump SDK version used by WASM since it was broken by dotnet/arcade codeflow by [@&#8203;jozkee](https://github.com/jozkee) in [#&#8203;116450](https://github.com/dotnet/runtime/pull/116450) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115576](https://github.com/dotnet/runtime/pull/115576) - \[release/9.0-staging] Link peer's X509 stack handle to parent SSL safe handle by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;115380](https://github.com/dotnet/runtime/pull/115380) - \[release/9.0-staging] \[mono]\[interp] Minor SSA fixes by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;116428](https://github.com/dotnet/runtime/pull/116428) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;115677](https://github.com/dotnet/runtime/pull/115677) - \[release/9.0-staging] Disable the UTFStringConversionFailures test on CI runs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;116460](https://github.com/dotnet/runtime/pull/116460) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;jozkee](https://github.com/jozkee) in [#&#8203;116459](https://github.com/dotnet/runtime/pull/116459) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;116499](https://github.com/dotnet/runtime/pull/116499) - \[release/9.0] Delete s390x and ppc64le helix queues by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;116537](https://github.com/dotnet/runtime/pull/116537) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7> ### [`v9.0.6`](https://github.com/dotnet/runtime/releases/tag/v9.0.6) [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.5...v9.0.6) #### Bug Fixes - **Read messages from binlog if process output is missing build finished message ([#&#8203;114676](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114917](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114903](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114877](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115032](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115026](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115361](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115635](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114678](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115167](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114905](https://github.com/dotnet/runtime/pull/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 ([#&#8203;114995](https://github.com/dotnet/runtime/pull/114995))**\ Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage. - **Add support for more libicu versions ([#&#8203;115376](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115011](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115027](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115634](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115353](https://github.com/dotnet/runtime/pull/115353))**\ Integrates the latest updates from the Roslyn compiler, bringing in bug fixes, performance improvements, and new language features. - **Update dependencies from dotnet/arcade ([#&#8203;115085](https://github.com/dotnet/runtime/pull/115085))**\ Updates the Arcade build infrastructure dependency, ensuring the latest build tools and scripts are used. - **Update dependencies from dotnet/sdk ([#&#8203;114856](https://github.com/dotnet/runtime/pull/114856), [#&#8203;115466](https://github.com/dotnet/runtime/pull/115466))**\ Brings in the latest changes from the .NET SDK, improving build reliability and incorporating upstream fixes. - **Update dependencies from dotnet/icu ([#&#8203;114762](https://github.com/dotnet/runtime/pull/114762), [#&#8203;115440](https://github.com/dotnet/runtime/pull/115440))**\ Updates the ICU library dependency, enhancing globalization support and fixing related issues. - **Update dependencies from dotnet/cecil ([#&#8203;114670](https://github.com/dotnet/runtime/pull/114670))**\ Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling. - **Update dependencies from dotnet/emsdk ([#&#8203;114702](https://github.com/dotnet/runtime/pull/114702))**\ Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support. - **Update dependencies from dotnet/xharness ([#&#8203;114855](https://github.com/dotnet/runtime/pull/114855))**\ Brings in the latest XHarness test runner updates, improving test automation and reliability. #### Miscellaneous - **Update branding to 9.0.6 ([#&#8203;115385](https://github.com/dotnet/runtime/pull/115385))**\ Updates version branding throughout the repository to reflect the 9.0.6 release. - **Fix line endings ([#&#8203;115413](https://github.com/dotnet/runtime/pull/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' ([#&#8203;114700](https://github.com/dotnet/runtime/pull/114700))**\ Automated merge to synchronize changes between release branches, ensuring consistency across development streams. - **Merging internal commits for release/9.0 ([#&#8203;115535](https://github.com/dotnet/runtime/pull/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 ([#&#8203;115497](https://github.com/dotnet/runtime/pull/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**: <https://github.com/dotnet/runtime/compare/v9.0.5...v9.0.6> ### [`v9.0.5`](https://github.com/dotnet/runtime/releases/tag/v9.0.5): .NET 9.0.5 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5) [Release](https://github.com/dotnet/core/releases/tag/v9.0.5) #### What's Changed - \[release/9.0-staging] \[HttpStress] \[SslStress] Run stress tests nightly against staging branches by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113476](https://github.com/dotnet/runtime/pull/113476) - \[release/9.0] \[browser]\[http] mute JS exceptions about network errors + HEAD verb by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113261](https://github.com/dotnet/runtime/pull/113261) - \[release/9.0-staging] Fix double dispose of GCHandle in BrowserWebSocket by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113541](https://github.com/dotnet/runtime/pull/113541) - \[release/9.0-staging] \[HttpStress] Fix Linux HttpStress build by [@&#8203;antonfirsov](https://github.com/antonfirsov) in [#&#8203;113617](https://github.com/dotnet/runtime/pull/113617) - \[release/9.0-staging] Use minipal\_getcpufeatures to detect for AVX ([#&#8203;113032](https://github.com/dotnet/runtime/issues/113032)) by [@&#8203;cshung](https://github.com/cshung) in [#&#8203;113489](https://github.com/dotnet/runtime/pull/113489) - \[release/9.0-staging] Backport "Use FLS detach callback as a thread termination notification. Another try." by [@&#8203;VSadov](https://github.com/VSadov) in [#&#8203;113055](https://github.com/dotnet/runtime/pull/113055) - \[release/9.0-staging] \[Json] Avoid writing to PipeWriter if IAsyncEnumerable throws before first item by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113699](https://github.com/dotnet/runtime/pull/113699) - \[browser] Remove experimental args from NodeJS WBT runner (part2) by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;113753](https://github.com/dotnet/runtime/pull/113753) - \[9.0] Update openssl dependency for openSUSE by [@&#8203;NikolaMilosavljevic](https://github.com/NikolaMilosavljevic) in [#&#8203;113548](https://github.com/dotnet/runtime/pull/113548) - \[release/9.0-staging] JIT: avoid fp divide by zero in profile synthesis by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113418](https://github.com/dotnet/runtime/pull/113418) - \[release/9.0-staging] Do not substitute return values of constrained calls by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113462](https://github.com/dotnet/runtime/pull/113462) - \[release/9.0] Test failure - SendAsync\_RequestVersion20\_ResponseVersion20 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113649](https://github.com/dotnet/runtime/pull/113649) - \[release/9.0-staging] \[mono] Missing memory barrier leads to crash in multi-threaded scenarios by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113740](https://github.com/dotnet/runtime/pull/113740) - \[release/9.0] Move DAC signing identity to PME by [@&#8203;hoyosjs](https://github.com/hoyosjs) in [#&#8203;114031](https://github.com/dotnet/runtime/pull/114031) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113460](https://github.com/dotnet/runtime/pull/113460) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113483](https://github.com/dotnet/runtime/pull/113483) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113516](https://github.com/dotnet/runtime/pull/113516) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113461](https://github.com/dotnet/runtime/pull/113461) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113561](https://github.com/dotnet/runtime/pull/113561) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113595](https://github.com/dotnet/runtime/pull/113595) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113821](https://github.com/dotnet/runtime/pull/113821) - \[9.0] libnethost no LTCG by [@&#8203;jkoritzinsky](https://github.com/jkoritzinsky) in [#&#8203;113893](https://github.com/dotnet/runtime/pull/113893) - \[9.0] Bring back yml necessary change types in label checkers by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;114166](https://github.com/dotnet/runtime/pull/114166) - \[release/9.0-staging] \[Apple mobile] Enable trimming on build machines to match ILLink features by [@&#8203;kotlarmilos](https://github.com/kotlarmilos) in [#&#8203;113466](https://github.com/dotnet/runtime/pull/113466) - \[release/9.0-staging] Fix VS div-by-0 in DacEnumerableHashTable code by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113892](https://github.com/dotnet/runtime/pull/113892) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113517](https://github.com/dotnet/runtime/pull/113517) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113822](https://github.com/dotnet/runtime/pull/113822) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113596](https://github.com/dotnet/runtime/pull/113596) - Update branding to 9.0.5 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;114162](https://github.com/dotnet/runtime/pull/114162) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113449](https://github.com/dotnet/runtime/pull/113449) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114185](https://github.com/dotnet/runtime/pull/114185) - \[release/9.0-staging] Revert disabling of tests for HTTP servers by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114207](https://github.com/dotnet/runtime/pull/114207) - \[release/9.0-staging] Fix build break with cmake 4.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114278](https://github.com/dotnet/runtime/pull/114278) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114224](https://github.com/dotnet/runtime/pull/114224) - \[release/9.0-staging] Fix inadvertently upgrading compiler warnings to errors by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;114331](https://github.com/dotnet/runtime/pull/114331) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;114396](https://github.com/dotnet/runtime/pull/114396) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114415](https://github.com/dotnet/runtime/pull/114415) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114299](https://github.com/dotnet/runtime/pull/114299) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114473](https://github.com/dotnet/runtime/pull/114473) - \[release/9.0-staging]\[mono]\[hotreload]Adjust row\_size and size\_bitfield from the baseline based on the delta sizes by [@&#8203;thaystg](https://github.com/thaystg) in [#&#8203;114119](https://github.com/dotnet/runtime/pull/114119) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114296](https://github.com/dotnet/runtime/pull/114296) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114318](https://github.com/dotnet/runtime/pull/114318) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114364](https://github.com/dotnet/runtime/pull/114364) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114474](https://github.com/dotnet/runtime/pull/114474) - \[release/9.0] Fix edge cases in Tarjan GC bridge (Android) by [@&#8203;filipnavara](https://github.com/filipnavara) in [#&#8203;114391](https://github.com/dotnet/runtime/pull/114391) - \[release/9.0-staging] \[debugger] Fix debugging a x86 app in mixed mode by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114077](https://github.com/dotnet/runtime/pull/114077) - \[release/9.0-staging] \[infra]\[apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to `osx.14.arm64.open` and `osx.15.amd64.open` queues by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114617](https://github.com/dotnet/runtime/pull/114617) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114615](https://github.com/dotnet/runtime/pull/114615) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114613](https://github.com/dotnet/runtime/pull/114613) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114589](https://github.com/dotnet/runtime/pull/114589) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114254](https://github.com/dotnet/runtime/pull/114254) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114576](https://github.com/dotnet/runtime/pull/114576) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;114612](https://github.com/dotnet/runtime/pull/114612) - \[release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;114273](https://github.com/dotnet/runtime/pull/114273) - Revert "\[release/9.0] Fix edge cases in Tarjan GC bridge (Android)" by [@&#8203;steveisok](https://github.com/steveisok) in [#&#8203;114641](https://github.com/dotnet/runtime/pull/114641) - \[manual] Merge release/9.0-staging to release/9.0 by [@&#8203;jozkee](https://github.com/jozkee) in [#&#8203;114662](https://github.com/dotnet/runtime/pull/114662) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5> ### [`v9.0.4`](https://github.com/dotnet/runtime/releases/tag/v9.0.4): .NET 9.0.4 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4) [Release](https://github.com/dotnet/core/releases/tag/v9.0.4) #### What's Changed - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112424](https://github.com/dotnet/runtime/pull/112424) - \[release/9.0] Fix init race in mono\_class\_try\_get\_\[shortname]\_class. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112296](https://github.com/dotnet/runtime/pull/112296) - \[release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112373](https://github.com/dotnet/runtime/pull/112373) - \[release/9.0-staging]\[iOS]\[globalization] Fix IndexOf on empty strings on iOS to return -1 by [@&#8203;matouskozak](https://github.com/matouskozak) in [#&#8203;112012](https://github.com/dotnet/runtime/pull/112012) - \[release/9.0] Skip NegotiateStream\_StreamToStream\_Authentication\_EmptyCredentials\_Fails on WinSrv 2025 by [@&#8203;rzikm](https://github.com/rzikm) in [#&#8203;112473](https://github.com/dotnet/runtime/pull/112473) - \[release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112057](https://github.com/dotnet/runtime/pull/112057) - \[release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112487](https://github.com/dotnet/runtime/pull/112487) - \[release/9.0-staging] Remove unneeded DiagnosticSource content by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112708](https://github.com/dotnet/runtime/pull/112708) - \[release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by [@&#8203;stephentoub](https://github.com/stephentoub) in [#&#8203;112714](https://github.com/dotnet/runtime/pull/112714) - \[release/9.0-staging] \[mono]\[mini] Disable inlining if we encounter class initialization failure by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112005](https://github.com/dotnet/runtime/pull/112005) - \[release/9.0-staging] \[mono]\[interp] Fix execution of delegate invoke wrapper with interpreter by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111700](https://github.com/dotnet/runtime/pull/111700) - \[release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112139](https://github.com/dotnet/runtime/pull/112139) - \[release/9.0-staging] Add support for LDAPTLS\_CACERTDIR \ TrustedCertificateDirectory by [@&#8203;steveharter](https://github.com/steveharter) in [#&#8203;112531](https://github.com/dotnet/runtime/pull/112531) - \[release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by [@&#8203;elinor-fung](https://github.com/elinor-fung) in [#&#8203;112893](https://github.com/dotnet/runtime/pull/112893) - \[release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112539](https://github.com/dotnet/runtime/pull/112539) - \[9.0] Make CPU utilization checks in the thread pool configurable by [@&#8203;kouvel](https://github.com/kouvel) in [#&#8203;112791](https://github.com/dotnet/runtime/pull/112791) - \[release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by [@&#8203;amanasifkhalid](https://github.com/amanasifkhalid) in [#&#8203;113026](https://github.com/dotnet/runtime/pull/113026) - \[release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113094](https://github.com/dotnet/runtime/pull/113094) - \[release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator ([#&#8203;113081](https://github.com/dotnet/runtime/issues/113081)) by [@&#8203;stephentoub](https://github.com/stephentoub) in [#&#8203;113150](https://github.com/dotnet/runtime/pull/113150) - \[release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112549](https://github.com/dotnet/runtime/pull/112549) - Update branding to 9.0.4 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;113226](https://github.com/dotnet/runtime/pull/113226) - \[9.0] Make counting of IO completion work items more precise on Windows by [@&#8203;kouvel](https://github.com/kouvel) in [#&#8203;112794](https://github.com/dotnet/runtime/pull/112794) - \[release/9.0-staging] Remove --no-lock brew flag by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;113281](https://github.com/dotnet/runtime/pull/113281) - \[release/9.0-staging] \[QUIC] Update MsQuic library version by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113205](https://github.com/dotnet/runtime/pull/113205) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113264](https://github.com/dotnet/runtime/pull/113264) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112836](https://github.com/dotnet/runtime/pull/112836) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112835](https://github.com/dotnet/runtime/pull/112835) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112627](https://github.com/dotnet/runtime/pull/112627) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112552](https://github.com/dotnet/runtime/pull/112552) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112522](https://github.com/dotnet/runtime/pull/112522) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112515](https://github.com/dotnet/runtime/pull/112515) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112468](https://github.com/dotnet/runtime/pull/112468) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112514](https://github.com/dotnet/runtime/pull/112514) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112394](https://github.com/dotnet/runtime/pull/112394) - \[release/9.0] Fix `BigInteger.Rotate{Left,Right}` for backport by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112991](https://github.com/dotnet/runtime/pull/112991) - \[release/9.0-staging] \[mono] Switch generic instance cache back to GHashTable; improve ginst hash function by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113316](https://github.com/dotnet/runtime/pull/113316) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112628](https://github.com/dotnet/runtime/pull/112628) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;113350](https://github.com/dotnet/runtime/pull/113350) - \[release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112882](https://github.com/dotnet/runtime/pull/112882) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;113389](https://github.com/dotnet/runtime/pull/113389) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;113333](https://github.com/dotnet/runtime/pull/113333) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;113447](https://github.com/dotnet/runtime/pull/113447) - \[release/9.0] fix SBOM issues for runtime by [@&#8203;haruna99](https://github.com/haruna99) in [#&#8203;113463](https://github.com/dotnet/runtime/pull/113463) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4> ### [`v9.0.3`](https://github.com/dotnet/runtime/releases/tag/v9.0.3): .NET 9.0.3 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3) [Release](https://github.com/dotnet/core/releases/tag/v9.0.3) #### What's Changed - \[release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by [@&#8203;akoeplinger](https://github.com/akoeplinger) in [#&#8203;110871](https://github.com/dotnet/runtime/pull/110871) - \[release/9.0] Disable tests targetting <http://corefx-net-http11.azurewebsites.net> by [@&#8203;rzikm](https://github.com/rzikm) in [#&#8203;111402](https://github.com/dotnet/runtime/pull/111402) - \[release/9.0-staging] Support generic fields in PersistedAssemblyBuilder by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110839](https://github.com/dotnet/runtime/pull/110839) - \[release/9.0-staging] Re-enable skiasharp WBT tests ([#&#8203;109232](https://github.com/dotnet/runtime/issues/109232)) by [@&#8203;radekdoulik](https://github.com/radekdoulik) in [#&#8203;110734](https://github.com/dotnet/runtime/pull/110734) - \[release/9.0-staging] Backport test fixes related to BinaryFormatter removal by [@&#8203;adamsitnik](https://github.com/adamsitnik) in [#&#8203;111508](https://github.com/dotnet/runtime/pull/111508) - \[manual] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;111565](https://github.com/dotnet/runtime/pull/111565) - \[release/9.0] \[wasi] Disable build in .NET 9 by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;108877](https://github.com/dotnet/runtime/pull/108877) - \[release/9.0-staging] \[mono] Disable UnitTest\_GVM\_TypeLoadException for fullAOT jobs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111394](https://github.com/dotnet/runtime/pull/111394) - \[release/9.0-staging] Fix UnsafeAccessor scenario for modopts/modreqs when comparing field sigs. by [@&#8203;AaronRobinsonMSFT](https://github.com/AaronRobinsonMSFT) in [#&#8203;111675](https://github.com/dotnet/runtime/pull/111675) - \[release/9.0-staging] \[mono] Run runtime-llvm and runtime-ioslike on Mono LLVM PRs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111739](https://github.com/dotnet/runtime/pull/111739) - \[release/9.0-staging] fix stack 2x2 tensor along dimension 1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110053](https://github.com/dotnet/runtime/pull/110053) - \[release/9.0-staging] Fix race condition in cleanup of collectible thread static variables by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111275](https://github.com/dotnet/runtime/pull/111275) - \[release/9.0-staging] \[iOS] Retrieve device locale in full (specific) format from ObjectiveC APIs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111612](https://github.com/dotnet/runtime/pull/111612) - \[release/9.0-staging] Add workflow to prevent merging a PR when the `NO-MERGE` label is applied by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111961](https://github.com/dotnet/runtime/pull/111961) - \[release/9.0-staging] Use alternative format string specifier to ensure decimal point is present by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111444](https://github.com/dotnet/runtime/pull/111444) - \[release/9.0-staging] Fixed android build with NDK 23 by [@&#8203;jkurdek](https://github.com/jkurdek) in [#&#8203;111696](https://github.com/dotnet/runtime/pull/111696) - \[release/9.0-staging] Fix UNC paths by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111499](https://github.com/dotnet/runtime/pull/111499) - \[release/9.0-staging] \[mono] \[llvm-aot] Fixed storing Vector3 into memory by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111069](https://github.com/dotnet/runtime/pull/111069) - \[release/9.0] Remove explicit \_\_compact\_unwind entries from x64 assembler by [@&#8203;filipnavara](https://github.com/filipnavara) in [#&#8203;112204](https://github.com/dotnet/runtime/pull/112204) - Update branding to 9.0.3 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;112144](https://github.com/dotnet/runtime/pull/112144) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111606](https://github.com/dotnet/runtime/pull/111606) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111891](https://github.com/dotnet/runtime/pull/111891) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112189](https://github.com/dotnet/runtime/pull/112189) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111519](https://github.com/dotnet/runtime/pull/111519) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112121](https://github.com/dotnet/runtime/pull/112121) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111737](https://github.com/dotnet/runtime/pull/111737) - \[release/9.0-staging] Fix shimmed implementation of TryGetHashAndReset to handle HMAC. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112015](https://github.com/dotnet/runtime/pull/112015) - Remove Windows 8.1 from test queues by [@&#8203;agocke](https://github.com/agocke) in [#&#8203;112056](https://github.com/dotnet/runtime/pull/112056) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111603](https://github.com/dotnet/runtime/pull/111603) - \[browser] Remove experimental args from NodeJS WBT runner by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;111655](https://github.com/dotnet/runtime/pull/111655) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111607](https://github.com/dotnet/runtime/pull/111607) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111826](https://github.com/dotnet/runtime/pull/111826) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111885](https://github.com/dotnet/runtime/pull/111885) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112122](https://github.com/dotnet/runtime/pull/112122) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112225](https://github.com/dotnet/runtime/pull/112225) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112261](https://github.com/dotnet/runtime/pull/112261) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;112219](https://github.com/dotnet/runtime/pull/112219) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;112340](https://github.com/dotnet/runtime/pull/112340) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111483](https://github.com/dotnet/runtime/pull/111483) - Backport pr 111723 to 9.0 staging by [@&#8203;StephenMolloy](https://github.com/StephenMolloy) in [#&#8203;112322](https://github.com/dotnet/runtime/pull/112322) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;112382](https://github.com/dotnet/runtime/pull/112382) - \[9.0] Backport labeling workflow changes by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;112240](https://github.com/dotnet/runtime/pull/112240) - \[9.0] Move release/9.0 localization back to main too by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;112443](https://github.com/dotnet/runtime/pull/112443) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;112453](https://github.com/dotnet/runtime/pull/112453) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3> ### [`v9.0.2`](https://github.com/dotnet/runtime/releases/tag/v9.0.2): .NET 9.0.2 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2) [Release](https://github.com/dotnet/core/releases/tag/v9.0.2) #### What's Changed - \[release/9.0-staging] Ensure Vector.Create is properly recognized as intrinsic by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109322](https://github.com/dotnet/runtime/pull/109322) - \[release/9.0-staging] Fix return address hijacking with CET by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109548](https://github.com/dotnet/runtime/pull/109548) - \[release/9.0] Fix FP state restore on macOS exception forwarding by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110163](https://github.com/dotnet/runtime/pull/110163) - \[release/9.0-staging] \[debugger] Fix a step that becomes a go by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110533](https://github.com/dotnet/runtime/pull/110533) - \[release/9.0-staging] \[debugger] Support step into a tail call by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110438](https://github.com/dotnet/runtime/pull/110438) - \[release/9.0-staging] Fix Tizen linux-armel build by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110614](https://github.com/dotnet/runtime/pull/110614) - release/9.0-staging -- Update Alpine, Debian, and Fedora versions by [@&#8203;richlander](https://github.com/richlander) in [#&#8203;110493](https://github.com/dotnet/runtime/pull/110493) - \[release/9.0-staging] JIT: Read back all replacements before statements with implicit EH control flow by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109143](https://github.com/dotnet/runtime/pull/109143) - \[release/9.0-staging] Fix crash when pTargetMD is null by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110652](https://github.com/dotnet/runtime/pull/110652) - \[release/9.0-staging] Avoid exception when parsing AD path for port number by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110224](https://github.com/dotnet/runtime/pull/110224) - \[release/9.0-staging] Fix System.Reflection.Emit `SetChecksum` creating invalid pdb by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110205](https://github.com/dotnet/runtime/pull/110205) - \[release/9.0] Use floating tag for webassembly image by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109374](https://github.com/dotnet/runtime/pull/109374) - \[release/9.0-staging] \[Profiler] Avoid Recursive ThreadStoreLock in Profiling Thread Enumerator by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110665](https://github.com/dotnet/runtime/pull/110665) - \[release/9.0-staging] JIT: Include more edges in `BlockDominancePreds` to avoid a JIT crash by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110568](https://github.com/dotnet/runtime/pull/110568) - \[release/9.0-staging]\[wasm] Workaround incorrect mono restore when building WBT by [@&#8203;lewing](https://github.com/lewing) in [#&#8203;110590](https://github.com/dotnet/runtime/pull/110590) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110532](https://github.com/dotnet/runtime/pull/110532) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110572](https://github.com/dotnet/runtime/pull/110572) - \[release/9.0-staging] Conditionally check the compiler flags in libs.native by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109556](https://github.com/dotnet/runtime/pull/109556) - \[TestOnly]\[release/9.0-staging] Fix TimeProvider Test by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111132](https://github.com/dotnet/runtime/pull/111132) - \[release/9.0-staging] \[mono] Chain `SIGSEGV` native crashes to the default `SIGSEGV` handler by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110863](https://github.com/dotnet/runtime/pull/110863) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110905](https://github.com/dotnet/runtime/pull/110905) - \[release/9.0-staging] Exit the lock before we call into user code and handle losing the race for the RCW table by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111162](https://github.com/dotnet/runtime/pull/111162) - \[release/9.0-staging] Fix race condition when cancelling pending HTTP connection attempts by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110764](https://github.com/dotnet/runtime/pull/110764) - \[release/9.0-staging] Remove HttpMetricsEnrichmentContext caching by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110626](https://github.com/dotnet/runtime/pull/110626) - \[release/9.0-staging] Fix IDynamicInterfaceCastable with shared generic code by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109918](https://github.com/dotnet/runtime/pull/109918) - \[release/9.0-staging] Fix handling of IDynamicInterfaceCastable wrt CastCache by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110007](https://github.com/dotnet/runtime/pull/110007) - \[release/9.0-staging] ILC: Allow OOB reference to upgrade framework assembly by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110058](https://github.com/dotnet/runtime/pull/110058) - \[release/9.0-staging] Move ComWrappers AddRef to C/C++ by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110815](https://github.com/dotnet/runtime/pull/110815) - \[release/9.0-staging] \[BrowserDebugProxy] Remove exception details from error report by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111202](https://github.com/dotnet/runtime/pull/111202) - \[release/9.0-staging] Fix reporting GC fields from base types by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111040](https://github.com/dotnet/runtime/pull/111040) - \[release/9.0-staging] Fix C++/CLI applications which use \_\_declspec(appdomain) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110495](https://github.com/dotnet/runtime/pull/110495) - \[release/9.0-staging] Fix calling convention mismatch in GC callouts by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111105](https://github.com/dotnet/runtime/pull/111105) - \[release/9.0-staging] Don't wait for finalizers in 'IReferenceTrackerHost::ReleaseDisconnectedReferenceSources' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110558](https://github.com/dotnet/runtime/pull/110558) - \[release/9.0-staging] Add forwarding support for WasmLinkage on LibraryImport by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109364](https://github.com/dotnet/runtime/pull/109364) - \[release/9.0-staging] Fix obtaining type handles of IDynamicInterfaceCastableImplementation by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109909](https://github.com/dotnet/runtime/pull/109909) - \[release/9.0-staging] Disable GS cookie checks for LightUnwind by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109530](https://github.com/dotnet/runtime/pull/109530) - \[release/9.0-staging] Fix analyzer tracking of nullable enums by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110331](https://github.com/dotnet/runtime/pull/110331) - Update branding to 9.0.2 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;111172](https://github.com/dotnet/runtime/pull/111172) - \[release/9.0-staging] Bugfix InvalidOperationException/IndexOutOfRangeException in HttpListener.EndGetContext by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110695](https://github.com/dotnet/runtime/pull/110695) - \[release/9.0-staging] Fix `IsOSVersionAtLeast` when build or revision are not provided by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109332](https://github.com/dotnet/runtime/pull/109332) - \[release/9.0-staging] \[mono]\[sgen] Add separate card mark function to be used with debug by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110268](https://github.com/dotnet/runtime/pull/110268) - \[release/9.0-staging] \[mono]\[aot] Fix compilation crashes when type load exception is generated in code by [@&#8203;BrzVlad](https://github.com/BrzVlad) in [#&#8203;110271](https://github.com/dotnet/runtime/pull/110271) - \[release/9.0-staging] Change assembler to clang in android MonoAOT by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110812](https://github.com/dotnet/runtime/pull/110812) - \[release/9.0-staging] Replace a few SuppressMessage annotations with UnconditionalSuppressMessage by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109186](https://github.com/dotnet/runtime/pull/109186) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111331](https://github.com/dotnet/runtime/pull/111331) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110992](https://github.com/dotnet/runtime/pull/110992) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110993](https://github.com/dotnet/runtime/pull/110993) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111325](https://github.com/dotnet/runtime/pull/111325) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110935](https://github.com/dotnet/runtime/pull/110935) - \[release/9.0-staging] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110970](https://github.com/dotnet/runtime/pull/110970) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110937](https://github.com/dotnet/runtime/pull/110937) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;111017](https://github.com/dotnet/runtime/pull/111017) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110936](https://github.com/dotnet/runtime/pull/110936) - \[release/9.0-staging] Re-try loading ENGINE keys with a non-NULL UI\_METHOD by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109783](https://github.com/dotnet/runtime/pull/109783) - \[release/9.0-staging] Fix erroneous success in AsnDecoder.ReadSequence by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109595](https://github.com/dotnet/runtime/pull/109595) - \[9.0] Guard against empty Accept address by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111366](https://github.com/dotnet/runtime/pull/111366) - \[release/9.0-staging] fix TCP FastOpen compilation by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111142](https://github.com/dotnet/runtime/pull/111142) - \[release/9.0-staging] \[apple-mobile] Disable TLSWitLoadedDlls for Apple mobile due to missing native libs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111356](https://github.com/dotnet/runtime/pull/111356) - \[release/9.0] Fix Encoding regression by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111367](https://github.com/dotnet/runtime/pull/111367) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;111378](https://github.com/dotnet/runtime/pull/111378) - \[manual] Merge release/9.0-staging into release/9.0 (second pass) by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;111422](https://github.com/dotnet/runtime/pull/111422) - \[release/9.0] Change were libClang.so is found when generating Android aot offsets by [@&#8203;steveisok](https://github.com/steveisok) in [#&#8203;111426](https://github.com/dotnet/runtime/pull/111426) - \[release/9.0] Support generic fields in PersistedAssemblyBuilder by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;111467](https://github.com/dotnet/runtime/pull/111467) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;111428](https://github.com/dotnet/runtime/pull/111428) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2> ### [`v9.0.1`](https://github.com/dotnet/runtime/releases/tag/v9.0.1): .NET 9.0.1 [Compare Source](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) [Release](https://github.com/dotnet/core/releases/tag/v9.0.1) #### What's Changed - \[release/9.0-staging] Upgrade our macOS build machines to the latest non-beta x64 image by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109455](https://github.com/dotnet/runtime/pull/109455) - \[release/9.0-staging] Remove thread contention from Activity Start/Stop by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109359](https://github.com/dotnet/runtime/pull/109359) - \[release/9.0-staging] handle case of Proc Index > MAX\_SUPPORTED\_CPUS by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109385](https://github.com/dotnet/runtime/pull/109385) - Update branding to 9.0.1 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;109563](https://github.com/dotnet/runtime/pull/109563) - \[release/9.0-staging] \[android] Fix crash in method\_to\_ir by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109510](https://github.com/dotnet/runtime/pull/109510) - \[release/9.0-staging] Switch to non-incremental servicing by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;109316](https://github.com/dotnet/runtime/pull/109316) - \[release/9.0] \[wasm] Use correct current runtime pack version for Wasm.Build.Tests by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;109820](https://github.com/dotnet/runtime/pull/109820) - \[release/9.0-staging] Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;109789](https://github.com/dotnet/runtime/pull/109789) - \[release/9.0] \[wasm] Run downlevel tests only on main by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;109723](https://github.com/dotnet/runtime/pull/109723) - \[release/9.0-staging] Fix regression in constructor parameter binding logic. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109813](https://github.com/dotnet/runtime/pull/109813) - \[release/9.0-staging] `TensorPrimitives` XML docs: `MinNumber`/`ReciprocalSqrt`/`ReciprocalSqrtEstimate` oversights by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109922](https://github.com/dotnet/runtime/pull/109922) - \[release/9.0-staging] Add a missing = in BigInteger.cs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109732](https://github.com/dotnet/runtime/pull/109732) - \[release/9.0-staging] Ignore modopts/modreqs for `UnsafeAccessor` field targets by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109709](https://github.com/dotnet/runtime/pull/109709) - Fix an issue with sysconf returning the wrong last level cache values on Linux running on certain AMD Processors. by [@&#8203;mrsharm](https://github.com/mrsharm) in [#&#8203;109749](https://github.com/dotnet/runtime/pull/109749) - \[release/9.0-staging] Fix transformer handling of boolean schemas in JsonSchemaExporter. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109975](https://github.com/dotnet/runtime/pull/109975) - \[release/9.0-staging] Ensure proper cleanup of key files when not persisting them by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109844](https://github.com/dotnet/runtime/pull/109844) - \[release/9.0-staging] Transfer ThreadPool local queue to high-pri queue on Task blocking by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109989](https://github.com/dotnet/runtime/pull/109989) - Merging internal commits for release/9.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;109744](https://github.com/dotnet/runtime/pull/109744) - \[release/9.0-staging] DATAS BGC thread synchronization fix by [@&#8203;Maoni0](https://github.com/Maoni0) in [#&#8203;110174](https://github.com/dotnet/runtime/pull/110174) - \[release/9.0-staging] Fix Matrix4x4.CreateReflection when D is not zero by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110162](https://github.com/dotnet/runtime/pull/110162) - \[release/9.0-staging] Fix hostfxr.h to be valid C again. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110060](https://github.com/dotnet/runtime/pull/110060) - \[release/9.0] Fix length check for Convert.TryToHexString{Lower} by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110228](https://github.com/dotnet/runtime/pull/110228) - \[release/9.0-staging] Suppress IL3050 warnings in ILLink tests by [@&#8203;sbomer](https://github.com/sbomer) in [#&#8203;110340](https://github.com/dotnet/runtime/pull/110340) - \[release/9.0-staging] Update Azure Linux tag names by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;110341](https://github.com/dotnet/runtime/pull/110341) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109299](https://github.com/dotnet/runtime/pull/109299) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109306](https://github.com/dotnet/runtime/pull/109306) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109297](https://github.com/dotnet/runtime/pull/109297) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109301](https://github.com/dotnet/runtime/pull/109301) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109303](https://github.com/dotnet/runtime/pull/109303) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109305](https://github.com/dotnet/runtime/pull/109305) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109825](https://github.com/dotnet/runtime/pull/109825) - \[release/9.0-staging] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109960](https://github.com/dotnet/runtime/pull/109960) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109304](https://github.com/dotnet/runtime/pull/109304) - \[release/9.0-staging] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109298](https://github.com/dotnet/runtime/pull/109298) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109336](https://github.com/dotnet/runtime/pull/109336) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109523](https://github.com/dotnet/runtime/pull/109523) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109308](https://github.com/dotnet/runtime/pull/109308) - \[manual] Merge release/9.0-staging into release/9.0 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;110370](https://github.com/dotnet/runtime/pull/110370) - Switch to automatic 8.0 version updates by [@&#8203;marcpopMSFT](https://github.com/marcpopMSFT) in [#&#8203;110586](https://github.com/dotnet/runtime/pull/110586) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;110409](https://github.com/dotnet/runtime/pull/110409) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1> ### [`v9.0.0`](https://github.com/dotnet/runtime/releases/tag/v9.0.0): .NET 9.0.0 [Compare Source](https://github.com/dotnet/runtime/compare/v8.0.24...v9.0.0) [Release](https://github.com/dotnet/core/releases/tag/v9.0.0) #### What's Changed - \[release/9.0] BinaryFormatter tests improvements by [@&#8203;adamsitnik](https://github.com/adamsitnik) in [#&#8203;107540](https://github.com/dotnet/runtime/pull/107540) - \[release/9.0] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107474](https://github.com/dotnet/runtime/pull/107474) - \[release/9.0] Branding for GA by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;107879](https://github.com/dotnet/runtime/pull/107879) - \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107914](https://github.com/dotnet/runtime/pull/107914) - \[release/9.0] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107918](https://github.com/dotnet/runtime/pull/107918) - \[release/9.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107916](https://github.com/dotnet/runtime/pull/107916) - \[release/9.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107915](https://github.com/dotnet/runtime/pull/107915) - \[release/9.0] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107938](https://github.com/dotnet/runtime/pull/107938) - \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107982](https://github.com/dotnet/runtime/pull/107982) - \[release/9.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107983](https://github.com/dotnet/runtime/pull/107983) - \[release/9.0] Remove invalid assert in RSAOpenSsl by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;107952](https://github.com/dotnet/runtime/pull/107952) - \[automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;107928](https://github.com/dotnet/runtime/pull/107928) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107937](https://github.com/dotnet/runtime/pull/107937) - \[release/9.0] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;107984](https://github.com/dotnet/runtime/pull/107984) - \[release/9.0] Mitigate JsonObject performance regression. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108014](https://github.com/dotnet/runtime/pull/108014) - \[release/9.0] Fix SG nullability annotations for required and init properties. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108013](https://github.com/dotnet/runtime/pull/108013) - \[release/9.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108016](https://github.com/dotnet/runtime/pull/108016) - \[release/9.0] Treat -rtm as stable sdk version band by [@&#8203;lewing](https://github.com/lewing) in [#&#8203;107997](https://github.com/dotnet/runtime/pull/107997) - \[release/9.0] dont try to capture threadId for NativeAOT by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108088](https://github.com/dotnet/runtime/pull/108088) - \[release/9.0] Update dependencies from dotnet/runtime by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108140](https://github.com/dotnet/runtime/pull/108140) - \[release/9.0] Fix createdump 'stack smashing detected' error on arm64 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108208](https://github.com/dotnet/runtime/pull/108208) - \[release/9.0] \[browser] Fix fingerprinting and loadAllSatelliteResources=true by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108198](https://github.com/dotnet/runtime/pull/108198) - \[automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108006](https://github.com/dotnet/runtime/pull/108006) - \[release/9.0] More doc updates for source-of-truth assemblies by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;108257](https://github.com/dotnet/runtime/pull/108257) - \[release/9.0] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108142](https://github.com/dotnet/runtime/pull/108142) - \[release/9.0] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108061](https://github.com/dotnet/runtime/pull/108061) - \[release/9.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108192](https://github.com/dotnet/runtime/pull/108192) - \[release/9.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108193](https://github.com/dotnet/runtime/pull/108193) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108194](https://github.com/dotnet/runtime/pull/108194) - \[release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108139](https://github.com/dotnet/runtime/pull/108139) - \[release/9.0] Reduce funceval abort by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108256](https://github.com/dotnet/runtime/pull/108256) - \[release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by [@&#8203;hoyosjs](https://github.com/hoyosjs) in [#&#8203;108218](https://github.com/dotnet/runtime/pull/108218) - \[release/9.0] Root the System.Runtime EventSource by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108348](https://github.com/dotnet/runtime/pull/108348) - \[release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108282](https://github.com/dotnet/runtime/pull/108282) - \[release/9.0] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108141](https://github.com/dotnet/runtime/pull/108141) - \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108436](https://github.com/dotnet/runtime/pull/108436) - \[release/9.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108438](https://github.com/dotnet/runtime/pull/108438) - \[release/9.0] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108367](https://github.com/dotnet/runtime/pull/108367) - \[release/9.0] Update dependencies from dotnet/runtime by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108391](https://github.com/dotnet/runtime/pull/108391) - \[release/9.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108437](https://github.com/dotnet/runtime/pull/108437) - \[release/9.0] Update System.Formats.Nrbf ref sources and restore package description by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108467](https://github.com/dotnet/runtime/pull/108467) - \[release/9.0] \[aot] mono\_aot\_split\_options: reset state after a backslash by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108212](https://github.com/dotnet/runtime/pull/108212) - \[release/9.0] Fix devirtualization across genericness in the hierarchy by [@&#8203;MichalStrehovsky](https://github.com/MichalStrehovsky) in [#&#8203;108470](https://github.com/dotnet/runtime/pull/108470) - \[release/9.0] \[cdac]\[cdac-build-tool] Don't let msbuild rewrite the resource name by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108296](https://github.com/dotnet/runtime/pull/108296) - \[release/9.0] Fix `InlineArray` swift lowering in mono by [@&#8203;jkurdek](https://github.com/jkurdek) in [#&#8203;108483](https://github.com/dotnet/runtime/pull/108483) - \[release/9.0] Backport PR [#&#8203;108311](https://github.com/dotnet/runtime/issues/108311) - Fix statics issue with barriers by [@&#8203;davidwrighton](https://github.com/davidwrighton) in [#&#8203;108347](https://github.com/dotnet/runtime/pull/108347) - \[release/9.0] Fix wrong Region Info Names by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108524](https://github.com/dotnet/runtime/pull/108524) - \[release/9.0]\[PERF] Backport python pipeline changes for performance tests by [@&#8203;caaavik-msft](https://github.com/caaavik-msft) in [#&#8203;108412](https://github.com/dotnet/runtime/pull/108412) - \[release/9.0] Fix IndexOf Optimization Code by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108562](https://github.com/dotnet/runtime/pull/108562) - \[release/9.0] Updated tsaoptions.json to direct issues to runtime owners by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108451](https://github.com/dotnet/runtime/pull/108451) - \[release/9.0] JIT: Null out SSA def nodes upon removal in RBO by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108548](https://github.com/dotnet/runtime/pull/108548) - \[release/9.0] Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108664](https://github.com/dotnet/runtime/pull/108664) - \[release/9.0] Merge RC2 changes into 9.0 by [@&#8203;ericstj](https://github.com/ericstj) in [#&#8203;108677](https://github.com/dotnet/runtime/pull/108677) - \[release/9.0] Update the component resources for the VS descriptions by [@&#8203;marcpopMSFT](https://github.com/marcpopMSFT) in [#&#8203;108304](https://github.com/dotnet/runtime/pull/108304) - \[release/9.0] Update dependencies from dotnet/runtime by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108595](https://github.com/dotnet/runtime/pull/108595) - \[release/9.0] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108597](https://github.com/dotnet/runtime/pull/108597) - \[browser]\[debugging]\[release/9.0] Removed trailing command that results in a warning by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108584](https://github.com/dotnet/runtime/pull/108584) - \[release/9.0] Fix IL2104 link by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108533](https://github.com/dotnet/runtime/pull/108533) - \[release/9.0] linux/arm64: Verify TLS resolver code by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108564](https://github.com/dotnet/runtime/pull/108564) - \[release/9.0] Tweak Invariant IndexOf logic by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108728](https://github.com/dotnet/runtime/pull/108728) - \[release/9.0] Update `field` references in property accessors by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108222](https://github.com/dotnet/runtime/pull/108222) - \[release/9.0] \[mini] Don't use Unwind Backtrace on android-amd64 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108294](https://github.com/dotnet/runtime/pull/108294) - \[release/9.0] \[wasm] Fixes for issue [#&#8203;108519](https://github.com/dotnet/runtime/issues/108519) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108650](https://github.com/dotnet/runtime/pull/108650) - \[release/9.0] \[mono] Fix alloca builder creation by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108654](https://github.com/dotnet/runtime/pull/108654) - \[release/9.0] Backport "JIT: Run single EH region repair pass after layout" by [@&#8203;amanasifkhalid](https://github.com/amanasifkhalid) in [#&#8203;108715](https://github.com/dotnet/runtime/pull/108715) - \[Ppc64le] binaryformatter and tensors tests fix by [@&#8203;alhad-deshpande](https://github.com/alhad-deshpande) in [#&#8203;108120](https://github.com/dotnet/runtime/pull/108120) - \[release/9.0] Add DefaultMemberAttribute to Test.CoreLib by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108258](https://github.com/dotnet/runtime/pull/108258) - \[release/9.0] \[wasm] Include browser targets if RID is not wasi-wasm by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108434](https://github.com/dotnet/runtime/pull/108434) - \[release/9.0] \[browser] Make boot json file name configurable by [@&#8203;maraf](https://github.com/maraf) in [#&#8203;108708](https://github.com/dotnet/runtime/pull/108708) - \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108787](https://github.com/dotnet/runtime/pull/108787) - \[release/9.0] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108598](https://github.com/dotnet/runtime/pull/108598) - \[release/9.0] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108326](https://github.com/dotnet/runtime/pull/108326) - \[release/9.0] bgc deadlock fix by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108774](https://github.com/dotnet/runtime/pull/108774) - \[release/9.0] Remove string.Trim{,Start,End}(ReadOnlySpan<char>) ref-API by [@&#8203;bartonjs](https://github.com/bartonjs) in [#&#8203;108777](https://github.com/dotnet/runtime/pull/108777) - \[release/9.0] Arm64: Use TYP\_SIMD8 for AddAcross by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108805](https://github.com/dotnet/runtime/pull/108805) - \[release/9.0] Update dependencies from dotnet/source-build-reference-packages by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108844](https://github.com/dotnet/runtime/pull/108844) - \[release/9.0] Fix optimization of Vector512 AndMask + NotMask to AndNotMask by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108803](https://github.com/dotnet/runtime/pull/108803) - \[release/9.0] Bump Microsoft.Private.Intellisense to [`2024101`](https://github.com/dotnet/runtime/commit/20241010).1 by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;108766](https://github.com/dotnet/runtime/pull/108766) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108481](https://github.com/dotnet/runtime/pull/108481) - \[release/9.0] Switch `SwiftSelf<T>` position requirement to last by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108856](https://github.com/dotnet/runtime/pull/108856) - Use default timeout of 30s. by [@&#8203;ilonatommy](https://github.com/ilonatommy) in [#&#8203;108835](https://github.com/dotnet/runtime/pull/108835) - \[release/9.0] Fix CET debugger stepping over CALL instructions by [@&#8203;tommcdon](https://github.com/tommcdon) in [#&#8203;108872](https://github.com/dotnet/runtime/pull/108872) - \[release/9.0] Remove managed EH code frames from stack trace by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108831](https://github.com/dotnet/runtime/pull/108831) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108898](https://github.com/dotnet/runtime/pull/108898) - Port NuGet Audit back to 9.0 by [@&#8203;ericstj](https://github.com/ericstj) in [#&#8203;108854](https://github.com/dotnet/runtime/pull/108854) - \[release/9.0] fix guid version > 7 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108351](https://github.com/dotnet/runtime/pull/108351) - \[release/9.0] Stable branding for GA by [@&#8203;carlossanlop](https://github.com/carlossanlop) in [#&#8203;108899](https://github.com/dotnet/runtime/pull/108899) - \[release/9.0] Update dependencies from dotnet/source-build-externals by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108927](https://github.com/dotnet/runtime/pull/108927) - \[release/9.0] Update dependencies from dotnet/roslyn-analyzers by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108691](https://github.com/dotnet/runtime/pull/108691) - \[release/9.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108788](https://github.com/dotnet/runtime/pull/108788) - \[release/9.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108482](https://github.com/dotnet/runtime/pull/108482) - \[release/9.0] Update dependencies from dotnet/roslyn by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108975](https://github.com/dotnet/runtime/pull/108975) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108910](https://github.com/dotnet/runtime/pull/108910) - \[release/9.0] Update dependencies from dotnet/runtime by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108842](https://github.com/dotnet/runtime/pull/108842) - \[release/9.0] Couple minor docs updates by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108453](https://github.com/dotnet/runtime/pull/108453) - \[release/9.0] Update dependencies from dotnet/icu by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108516](https://github.com/dotnet/runtime/pull/108516) - \[release/9.0] Update dependencies from dotnet/hotreload-utils by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108751](https://github.com/dotnet/runtime/pull/108751) - \[release/9.0] Update dependencies from dotnet/sdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;108843](https://github.com/dotnet/runtime/pull/108843) - \[release/9.0] Ignore \*.pp files in .gitignore by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109003](https://github.com/dotnet/runtime/pull/109003) - \[release/9.0] Make System.Formats.Asn1 triple slash documentation the source of truth by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108995](https://github.com/dotnet/runtime/pull/108995) - \[release/9.0] Ensure a null PublicKey is supported on assembly refs by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108928](https://github.com/dotnet/runtime/pull/108928) - \[release/9.0] Fix handling of appending keywords to boolean schemas. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108248](https://github.com/dotnet/runtime/pull/108248) - \[release/9.0] Update the JSON schema exporter to reuse schemas more aggressively. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;108800](https://github.com/dotnet/runtime/pull/108800) - \[release/9.0] Initialize m\_fInPlaceSS by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109013](https://github.com/dotnet/runtime/pull/109013) - \[release/9.0] Handle building host test assets with stabilized package versions by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109031](https://github.com/dotnet/runtime/pull/109031) - \[release/9.0] Fix nativeaot outerloop by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109009](https://github.com/dotnet/runtime/pull/109009) - \[release/9.0] Initialize managed and native values in the ICustomMarshaler marshaler to null when the other is null. by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109096](https://github.com/dotnet/runtime/pull/109096) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109051](https://github.com/dotnet/runtime/pull/109051) - \[release/9.0] Permit unencrypted key exports from CNG by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;109134](https://github.com/dotnet/runtime/pull/109134) - \[release/9.0] Bump downlevels for 9.0 by [@&#8203;lewing](https://github.com/lewing) in [#&#8203;109288](https://github.com/dotnet/runtime/pull/109288) - \[release/9.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro) in [#&#8203;109323](https://github.com/dotnet/runtime/pull/109323) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.0-rc.2.24473.5...v9.0.0> ### [`v8.0.24`](https://github.com/dotnet/runtime/releases/tag/v8.0.24): .NET 8.0.24 [Compare Source](https://github.com/dotnet/runtime/compare/v8.0.23...v8.0.24) [Release](https://github.com/dotnet/core/releases/tag/v8.0.24) #### What's Changed - \[release/8.0] Update dependencies from dotnet/arcade by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122558](https://github.com/dotnet/runtime/pull/122558) - \[release/8.0] Update dependencies from dotnet/cecil by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122089](https://github.com/dotnet/runtime/pull/122089) - \[release/8.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122507](https://github.com/dotnet/runtime/pull/122507) - Update branding to 8.0.24 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;122887](https://github.com/dotnet/runtime/pull/122887) - Revert "\[release/8.0] Update dependencies from dotnet/arcade" by [@&#8203;jozkee](https://github.com/jozkee) in [#&#8203;122943](https://github.com/dotnet/runtime/pull/122943) - \[release/8.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;122746](https://github.com/dotnet/runtime/pull/122746) - Merging internal commits for release/8.0 by [@&#8203;vseanreesermsft](https://github.com/vseanreesermsft) in [#&#8203;123150](https://github.com/dotnet/runtime/pull/123150) - \[manual] Merge release/8.0-staging into release/8.0 by [@&#8203;jeffhandley](https://github.com/jeffhandley) in [#&#8203;123114](https://github.com/dotnet/runtime/pull/123114) - \[release/8.0] Update dependencies from dotnet/emsdk by [@&#8203;dotnet-maestro](https://github.com/dotnet-maestro)\[bot] in [#&#8203;123185](https://github.com/dotnet/runtime/pull/123185) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v8.0.23...v8.0.24> ### [`v8.0.23`](https://github.com/dotnet/runtime/releases/tag/v8.0.23): .NET 8.0.23 [Compare Source](https://github.com/dotnet/runtime/compare/v8.0.22...v8.0.23) [Release](https://github.com/dotnet/core/tree/v8.0.23) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjkiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbXX0=-->
Seuma merged commit 674ccf482e into develop 2026-02-17 17:22:02 +00:00
Seuma deleted branch renovate/major-dotnet-monorepo 2026-02-17 17:22:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SeuGames/SeuGames.Tools.Taggarr_Sharp!5
No description provided.