chore(deps): update dotnet monorepo (#568)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.CodeAnalysis.CSharp](https://redirect.github.com/dotnet/roslyn) | `4.13.0` -> `4.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis.Scripting](https://redirect.github.com/dotnet/roslyn) | `4.13.0` -> `4.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [System.Drawing.Common](https://redirect.github.com/dotnet/winforms) | `9.0.4` -> `9.0.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [System.Text.Json](https://dot.net/) ([source](https://redirect.github.com/dotnet/runtime)) | `9.0.4` -> `9.0.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/winforms (System.Drawing.Common)</summary> ### [`v9.0.9`](https://redirect.github.com/dotnet/winforms/releases/tag/v9.0.9): .NET 9.0.9 [Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.9) #### What's Changed - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​13764](https://redirect.github.com/dotnet/winforms/pull/13764) - Update branding to 9.0.9 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​13775](https://redirect.github.com/dotnet/winforms/pull/13775) - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​13785](https://redirect.github.com/dotnet/winforms/pull/13785) - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​13788](https://redirect.github.com/dotnet/winforms/pull/13788) - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​13790](https://redirect.github.com/dotnet/winforms/pull/13790) - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​13814](https://redirect.github.com/dotnet/winforms/pull/13814) **Full Changelog**: <https://github.com/dotnet/winforms/compare/v9.0.8...v9.0.9> ### [`v9.0.6`](https://redirect.github.com/dotnet/winforms/releases/tag/v9.0.6): .NET 9.0.6 ### .NET 9.0.6 #### Bug Fixes - **Fix InvalidOperationException when closing a dialog with a focused DataGridView control**\ Resolves an issue where closing a dialog that had a DataGridView control focused could throw an `InvalidOperationException`. This fix ensures dialogs close smoothly without unexpected errors, improving application stability.\ [#​13348](https://redirect.github.com/dotnet/winforms/pull/13348) - **Fix false-positive WinForms Analyzer diagnostics**\ Addresses a problem where the WinForms Analyzer was incorrectly flagging valid code as problematic. This update reduces noise from false-positive diagnostics, making it easier for developers to identify real issues.\ [#​13411](https://redirect.github.com/dotnet/winforms/pull/13411) - **Fix incorrect Color value in PageSettings**\ Corrects an issue where the `Color` value in `PageSettings` was not set or retrieved properly. This ensures that page color settings behave as expected during printing or preview scenarios.\ [#​13389](https://redirect.github.com/dotnet/winforms/pull/13389) - **Fix PropertyGrid not updating property list with RefreshProperties.All**\ Resolves a regression where changing properties with `RefreshProperties.All` did not requery and update the property list in the PropertyGrid in .NET 9 (worked in .NET 8). This fix restores expected PropertyGrid behavior for dynamic property updates.\ [#​13356](https://redirect.github.com/dotnet/winforms/pull/13356) - **Fix Baseline SnapLines not appearing in DesignSurface**\ Addresses an issue where Baseline SnapLines were missing in the DesignSurface, making it difficult to align controls visually during design-time. This fix restores the visual alignment aids for improved designer usability.\ [#​13349](https://redirect.github.com/dotnet/winforms/pull/13349) #### Dependency Updates - **Update dependencies from dotnet/arcade**\ Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring the project benefits from the latest improvements, bug fixes, and security updates in the build tooling.\ [#​13380](https://redirect.github.com/dotnet/winforms/pull/13380)\ [#​13414](https://redirect.github.com/dotnet/winforms/pull/13414)\ [#​13418](https://redirect.github.com/dotnet/winforms/pull/13418) #### Miscellaneous - **Update branding to 9.0.6**\ Updates the version branding throughout the repository to reflect the 9.0.6 release, ensuring consistency in versioning and release identification.\ [#​13424](https://redirect.github.com/dotnet/winforms/pull/13424) - **Merge internal commits for release/9.0**\ Incorporates various internal commits into the release/9.0 branch, ensuring the latest internal changes and improvements are included in this release.\ [#​13452](https://redirect.github.com/dotnet/winforms/pull/13452) *** This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests. Full Changelog: [v9.0.5...v9.0.6](https://redirect.github.com/dotnet/winforms/compare/v9.0.5...v9.0.6) ### [`v9.0.5`](https://redirect.github.com/dotnet/winforms/releases/tag/v9.0.5): .NET 9.0.5 [Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.5) #### What's Changed - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​13150](https://redirect.github.com/dotnet/winforms/pull/13150) - Update branding to 9.0.5 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​13224](https://redirect.github.com/dotnet/winforms/pull/13224) - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​13241](https://redirect.github.com/dotnet/winforms/pull/13241) - \[release/9.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​13272](https://redirect.github.com/dotnet/winforms/pull/13272) - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​13268](https://redirect.github.com/dotnet/winforms/pull/13268) **Full Changelog**: <https://github.com/dotnet/winforms/compare/v9.0.4...v9.0.5> </details> <details> <summary>dotnet/runtime (System.Text.Json)</summary> ### [`v9.0.9`](https://redirect.github.com/dotnet/runtime/compare/v9.0.8...v9.0.9) ### [`v9.0.8`](https://redirect.github.com/dotnet/runtime/releases/tag/v9.0.8): .NET 9.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.8) ##### What's Changed - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​116514](https://redirect.github.com/dotnet/runtime/pull/116514) - \[release/9.0] Disable all MT tests on CI by [@​ilonatommy](https://redirect.github.com/ilonatommy) in [#​116747](https://redirect.github.com/dotnet/runtime/pull/116747) - \[9.0] Revert squash commit and pulls release/9.0 again by [@​jozkee](https://redirect.github.com/jozkee) in [#​116764](https://redirect.github.com/dotnet/runtime/pull/116764) - \[release/9.0-staging] Backport "Dispose Xunit ToolCommand" by [@​ilonatommy](https://redirect.github.com/ilonatommy) in [#​116685](https://redirect.github.com/dotnet/runtime/pull/116685) - \[release/9.0-staging] Skip SSL key log test for OpenSSL 3.5+ by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​116687](https://redirect.github.com/dotnet/runtime/pull/116687) - \[release/9.0-staging] Fix absolute path check when loading hostfxr/hostpolicy/coreclr by [@​elinor-fung](https://redirect.github.com/elinor-fung) in [#​116775](https://redirect.github.com/dotnet/runtime/pull/116775) - Update openssl dependency for SLES by [@​NikolaMilosavljevic](https://redirect.github.com/NikolaMilosavljevic) in [#​116922](https://redirect.github.com/dotnet/runtime/pull/116922) - \[9.0] Backport 115546 FLS initialization fix to 9. by [@​mangod9](https://redirect.github.com/mangod9) in [#​116872](https://redirect.github.com/dotnet/runtime/pull/116872) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117137](https://redirect.github.com/dotnet/runtime/pull/117137) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116681](https://redirect.github.com/dotnet/runtime/pull/116681) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116455](https://redirect.github.com/dotnet/runtime/pull/116455) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116948](https://redirect.github.com/dotnet/runtime/pull/116948) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​115596](https://redirect.github.com/dotnet/runtime/pull/115596) - \[release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​115588](https://redirect.github.com/dotnet/runtime/pull/115588) - \[release/9.0-staging] Map version for Tahoe compatibility. by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​116641](https://redirect.github.com/dotnet/runtime/pull/116641) - \[9.0] Update CI OSes by [@​richlander](https://redirect.github.com/richlander) in [#​115503](https://redirect.github.com/dotnet/runtime/pull/115503) - Update branding to 9.0.8 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​117283](https://redirect.github.com/dotnet/runtime/pull/117283) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116683](https://redirect.github.com/dotnet/runtime/pull/116683) - Disable odbc tests on net9 interpreter by [@​BrzVlad](https://redirect.github.com/BrzVlad) in [#​117245](https://redirect.github.com/dotnet/runtime/pull/117245) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117228](https://redirect.github.com/dotnet/runtime/pull/117228) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117257](https://redirect.github.com/dotnet/runtime/pull/117257) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117184](https://redirect.github.com/dotnet/runtime/pull/117184) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116664](https://redirect.github.com/dotnet/runtime/pull/116664) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116908](https://redirect.github.com/dotnet/runtime/pull/116908) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​116626](https://redirect.github.com/dotnet/runtime/pull/116626) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​117296](https://redirect.github.com/dotnet/runtime/pull/117296) - \[release/9.0-staging]\[wbt] Prevent `InvalidOperationException` on `TestOutputHelper` logging. by [@​ilonatommy](https://redirect.github.com/ilonatommy) in [#​116916](https://redirect.github.com/dotnet/runtime/pull/116916) - \[release/9.0-staging] Harden `Ping_TimedOut_*` tests by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​116630](https://redirect.github.com/dotnet/runtime/pull/116630) - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​117442](https://redirect.github.com/dotnet/runtime/pull/117442) - \[release/9.0-staging] Fix ILogB for subnormal values by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​116973](https://redirect.github.com/dotnet/runtime/pull/116973) - \[release/9.0-staging] Fix ordering issue in interface trimming by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​114509](https://redirect.github.com/dotnet/runtime/pull/114509) - \[release/9.0-staging]\[mono]\[gc] Fix gc descriptor computation for InlineArray structs by [@​BrzVlad](https://redirect.github.com/BrzVlad) in [#​116951](https://redirect.github.com/dotnet/runtime/pull/116951) - \[release/9.0-staging] Fix few RandomAccess.Write edge case bugs by [@​adamsitnik](https://redirect.github.com/adamsitnik) in [#​109646](https://redirect.github.com/dotnet/runtime/pull/109646) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​117471](https://redirect.github.com/dotnet/runtime/pull/117471) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117594](https://redirect.github.com/dotnet/runtime/pull/117594) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot] in [#​117595](https://redirect.github.com/dotnet/runtime/pull/117595) - \[manual] Merge release/9.0-staging into release/9.0 by [@​tarekgh](https://redirect.github.com/tarekgh) in [#​117634](https://redirect.github.com/dotnet/runtime/pull/117634) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8> ### [`v9.0.7`](https://redirect.github.com/dotnet/runtime/releases/tag/v9.0.7): .NET 9.0.7 [Release](https://redirect.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 [@​thaystg](https://redirect.github.com/thaystg) in [#​114932](https://redirect.github.com/dotnet/runtime/pull/114932) - \[release/9.0-staging] \[STJ] Account for F# CompilationMappingAttribute now supporting multiple declarations. by [@​github-actions](https://redirect.github.com/github-actions) in [#​115076](https://redirect.github.com/dotnet/runtime/pull/115076) - \[release/9.0-staging]\[wasm]\[interpreter] Fix PackedSimd interpreter intrinsics by [@​lewing](https://redirect.github.com/lewing) in [#​114218](https://redirect.github.com/dotnet/runtime/pull/114218) - \[release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit by [@​jakobbotsch](https://redirect.github.com/jakobbotsch) in [#​115568](https://redirect.github.com/dotnet/runtime/pull/115568) - \[release/9.0-staging] throw an exception instead of infinite loop in `sort_mark_list` by [@​github-actions](https://redirect.github.com/github-actions) in [#​115529](https://redirect.github.com/dotnet/runtime/pull/115529) - \[release/9.0-staging] \[DNS] Ignore ObjectDisposedException on CancellationToken Callback by [@​github-actions](https://redirect.github.com/github-actions) in [#​115840](https://redirect.github.com/dotnet/runtime/pull/115840) - Revert "\[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled" by [@​thaystg](https://redirect.github.com/thaystg) in [#​116015](https://redirect.github.com/dotnet/runtime/pull/116015) - \[release/9.0-staging] Fix SysV first/second return register GC info mismatch by [@​jakobbotsch](https://redirect.github.com/jakobbotsch) in [#​116206](https://redirect.github.com/dotnet/runtime/pull/116206) - \[release/9.0-staging] Fix PipeStream leak on Windows when pipe is disposed with a pending operation by [@​github-actions](https://redirect.github.com/github-actions) in [#​116188](https://redirect.github.com/dotnet/runtime/pull/116188) - \[release/9.0] Fix edge cases in Tarjan GC bridge (Android) by [@​filipnavara](https://redirect.github.com/filipnavara) in [#​114682](https://redirect.github.com/dotnet/runtime/pull/114682) - \[release/9.0-staging] Revert change to follow symlinks of dotnet host by [@​github-actions](https://redirect.github.com/github-actions) in [#​116244](https://redirect.github.com/dotnet/runtime/pull/116244) - Update branding to 9.0.7 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​116312](https://redirect.github.com/dotnet/runtime/pull/116312) - \[release/9.0-staging] Fix generation of minidump by [@​github-actions](https://redirect.github.com/github-actions) in [#​115738](https://redirect.github.com/dotnet/runtime/pull/115738) - \[release/9.0-staging] fix: in rsa signatures, configure digest before padding mode by [@​github-actions](https://redirect.github.com/github-actions) in [#​115695](https://redirect.github.com/dotnet/runtime/pull/115695) - \[release/9.0-staging] JIT: Fix possible heap corruption in outlined composite SSA storage by [@​github-actions](https://redirect.github.com/github-actions) in [#​116132](https://redirect.github.com/dotnet/runtime/pull/116132) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115984](https://redirect.github.com/dotnet/runtime/pull/115984) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115855](https://redirect.github.com/dotnet/runtime/pull/115855) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115597](https://redirect.github.com/dotnet/runtime/pull/115597) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115710](https://redirect.github.com/dotnet/runtime/pull/115710) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115504](https://redirect.github.com/dotnet/runtime/pull/115504) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115589](https://redirect.github.com/dotnet/runtime/pull/115589) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115537](https://redirect.github.com/dotnet/runtime/pull/115537) - Bump SDK version used by WASM since it was broken by dotnet/arcade codeflow by [@​jozkee](https://redirect.github.com/jozkee) in [#​116450](https://redirect.github.com/dotnet/runtime/pull/116450) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions) in [#​115576](https://redirect.github.com/dotnet/runtime/pull/115576) - \[release/9.0-staging] Link peer's X509 stack handle to parent SSL safe handle by [@​github-actions](https://redirect.github.com/github-actions) in [#​115380](https://redirect.github.com/dotnet/runtime/pull/115380) - \[release/9.0-staging] \[mono]\[interp] Minor SSA fixes by [@​BrzVlad](https://redirect.github.com/BrzVlad) in [#​116428](https://redirect.github.com/dotnet/runtime/pull/116428) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​115677](https://redirect.github.com/dotnet/runtime/pull/115677) - \[release/9.0-staging] Disable the UTFStringConversionFailures test on CI runs by [@​github-actions](https://redirect.github.com/github-actions) in [#​116460](https://redirect.github.com/dotnet/runtime/pull/116460) - \[manual] Merge release/9.0-staging into release/9.0 by [@​jozkee](https://redirect.github.com/jozkee) in [#​116459](https://redirect.github.com/dotnet/runtime/pull/116459) - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​116499](https://redirect.github.com/dotnet/runtime/pull/116499) - \[release/9.0] Delete s390x and ppc64le helix queues by [@​github-actions](https://redirect.github.com/github-actions) in [#​116537](https://redirect.github.com/dotnet/runtime/pull/116537) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7> ### [`v9.0.6`](https://redirect.github.com/dotnet/runtime/releases/tag/v9.0.6) #### Bug Fixes - **Read messages from binlog if process output is missing build finished message ([#​114676](https://redirect.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 ([#​114917](https://redirect.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 ([#​114903](https://redirect.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 ([#​114877](https://redirect.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 ([#​115032](https://redirect.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 ([#​115026](https://redirect.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 ([#​115361](https://redirect.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 ([#​115635](https://redirect.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 ([#​114678](https://redirect.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 ([#​115167](https://redirect.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 ([#​114905](https://redirect.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 ([#​114995](https://redirect.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 ([#​115376](https://redirect.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 ([#​115011](https://redirect.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 ([#​115027](https://redirect.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 ([#​115634](https://redirect.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 ([#​115353](https://redirect.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 ([#​115085](https://redirect.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 ([#​114856](https://redirect.github.com/dotnet/runtime/pull/114856), [#​115466](https://redirect.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 ([#​114762](https://redirect.github.com/dotnet/runtime/pull/114762), [#​115440](https://redirect.github.com/dotnet/runtime/pull/115440))**\ Updates the ICU library dependency, enhancing globalization support and fixing related issues. - **Update dependencies from dotnet/cecil ([#​114670](https://redirect.github.com/dotnet/runtime/pull/114670))**\ Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling. - **Update dependencies from dotnet/emsdk ([#​114702](https://redirect.github.com/dotnet/runtime/pull/114702))**\ Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support. - **Update dependencies from dotnet/xharness ([#​114855](https://redirect.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 ([#​115385](https://redirect.github.com/dotnet/runtime/pull/115385))**\ Updates version branding throughout the repository to reflect the 9.0.6 release. - **Fix line endings ([#​115413](https://redirect.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' ([#​114700](https://redirect.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 ([#​115535](https://redirect.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 ([#​115497](https://redirect.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://redirect.github.com/dotnet/runtime/releases/tag/v9.0.5): .NET 9.0.5 [Release](https://redirect.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 [@​github-actions](https://redirect.github.com/github-actions) in [#​113476](https://redirect.github.com/dotnet/runtime/pull/113476) - \[release/9.0] \[browser]\[http] mute JS exceptions about network errors + HEAD verb by [@​github-actions](https://redirect.github.com/github-actions) in [#​113261](https://redirect.github.com/dotnet/runtime/pull/113261) - \[release/9.0-staging] Fix double dispose of GCHandle in BrowserWebSocket by [@​github-actions](https://redirect.github.com/github-actions) in [#​113541](https://redirect.github.com/dotnet/runtime/pull/113541) - \[release/9.0-staging] \[HttpStress] Fix Linux HttpStress build by [@​antonfirsov](https://redirect.github.com/antonfirsov) in [#​113617](https://redirect.github.com/dotnet/runtime/pull/113617) - \[release/9.0-staging] Use minipal\_getcpufeatures to detect for AVX ([#​113032](https://redirect.github.com/dotnet/runtime/issues/113032)) by [@​cshung](https://redirect.github.com/cshung) in [#​113489](https://redirect.github.com/dotnet/runtime/pull/113489) - \[release/9.0-staging] Backport "Use FLS detach callback as a thread termination notification. Another try." by [@​VSadov](https://redirect.github.com/VSadov) in [#​113055](https://redirect.github.com/dotnet/runtime/pull/113055) - \[release/9.0-staging] \[Json] Avoid writing to PipeWriter if IAsyncEnumerable throws before first item by [@​github-actions](https://redirect.github.com/github-actions) in [#​113699](https://redirect.github.com/dotnet/runtime/pull/113699) - \[browser] Remove experimental args from NodeJS WBT runner (part2) by [@​maraf](https://redirect.github.com/maraf) in [#​113753](https://redirect.github.com/dotnet/runtime/pull/113753) - \[9.0] Update openssl dependency for openSUSE by [@​NikolaMilosavljevic](https://redirect.github.com/NikolaMilosavljevic) in [#​113548](https://redirect.github.com/dotnet/runtime/pull/113548) - \[release/9.0-staging] JIT: avoid fp divide by zero in profile synthesis by [@​github-actions](https://redirect.github.com/github-actions) in [#​113418](https://redirect.github.com/dotnet/runtime/pull/113418) - \[release/9.0-staging] Do not substitute return values of constrained calls by [@​github-actions](https://redirect.github.com/github-actions) in [#​113462](https://redirect.github.com/dotnet/runtime/pull/113462) - \[release/9.0] Test failure - SendAsync\_RequestVersion20\_ResponseVersion20 by [@​github-actions](https://redirect.github.com/github-actions) in [#​113649](https://redirect.github.com/dotnet/runtime/pull/113649) - \[release/9.0-staging] \[mono] Missing memory barrier leads to crash in multi-threaded scenarios by [@​github-actions](https://redirect.github.com/github-actions) in [#​113740](https://redirect.github.com/dotnet/runtime/pull/113740) - \[release/9.0] Move DAC signing identity to PME by [@​hoyosjs](https://redirect.github.com/hoyosjs) in [#​114031](https://redirect.github.com/dotnet/runtime/pull/114031) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113460](https://redirect.github.com/dotnet/runtime/pull/113460) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113483](https://redirect.github.com/dotnet/runtime/pull/113483) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113516](https://redirect.github.com/dotnet/runtime/pull/113516) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113461](https://redirect.github.com/dotnet/runtime/pull/113461) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113561](https://redirect.github.com/dotnet/runtime/pull/113561) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113595](https://redirect.github.com/dotnet/runtime/pull/113595) - \[release/9.0-staging] Update dependencies from dotnet/roslyn by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113821](https://redirect.github.com/dotnet/runtime/pull/113821) - \[9.0] libnethost no LTCG by [@​jkoritzinsky](https://redirect.github.com/jkoritzinsky) in [#​113893](https://redirect.github.com/dotnet/runtime/pull/113893) - \[9.0] Bring back yml necessary change types in label checkers by [@​carlossanlop](https://redirect.github.com/carlossanlop) in [#​114166](https://redirect.github.com/dotnet/runtime/pull/114166) - \[release/9.0-staging] \[Apple mobile] Enable trimming on build machines to match ILLink features by [@​kotlarmilos](https://redirect.github.com/kotlarmilos) in [#​113466](https://redirect.github.com/dotnet/runtime/pull/113466) - \[release/9.0-staging] Fix VS div-by-0 in DacEnumerableHashTable code by [@​github-actions](https://redirect.github.com/github-actions) in [#​113892](https://redirect.github.com/dotnet/runtime/pull/113892) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113517](https://redirect.github.com/dotnet/runtime/pull/113517) - \[release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113822](https://redirect.github.com/dotnet/runtime/pull/113822) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​113596](https://redirect.github.com/dotnet/runtime/pull/113596) - Update branding to 9.0.5 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​114162](https://redirect.github.com/dotnet/runtime/pull/114162) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions) in [#​113449](https://redirect.github.com/dotnet/runtime/pull/113449) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114185](https://redirect.github.com/dotnet/runtime/pull/114185) - \[release/9.0-staging] Revert disabling of tests for HTTP servers by [@​github-actions](https://redirect.github.com/github-actions) in [#​114207](https://redirect.github.com/dotnet/runtime/pull/114207) - \[release/9.0-staging] Fix build break with cmake 4.0 by [@​github-actions](https://redirect.github.com/github-actions) in [#​114278](https://redirect.github.com/dotnet/runtime/pull/114278) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions) in [#​114224](https://redirect.github.com/dotnet/runtime/pull/114224) - \[release/9.0-staging] Fix inadvertently upgrading compiler warnings to errors by [@​akoeplinger](https://redirect.github.com/akoeplinger) in [#​114331](https://redirect.github.com/dotnet/runtime/pull/114331) - Merging internal commits for release/9.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [#​114396](https://redirect.github.com/dotnet/runtime/pull/114396) - \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by [@​github-actions](https://redirect.github.com/github-actions) in [#​114415](https://redirect.github.com/dotnet/runtime/pull/114415) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114299](https://redirect.github.com/dotnet/runtime/pull/114299) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114473](https://redirect.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 [@​thaystg](https://redirect.github.com/thaystg) in [#​114119](https://redirect.github.com/dotnet/runtime/pull/114119) - \[release/9.0-staging] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114296](https://redirect.github.com/dotnet/runtime/pull/114296) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114318](https://redirect.github.com/dotnet/runtime/pull/114318) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114364](https://redirect.github.com/dotnet/runtime/pull/114364) - \[release/9.0-staging] Update dependencies from dotnet/hotreload-utils by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114474](https://redirect.github.com/dotnet/runtime/pull/114474) - \[release/9.0] Fix edge cases in Tarjan GC bridge (Android) by [@​filipnavara](https://redirect.github.com/filipnavara) in [#​114391](https://redirect.github.com/dotnet/runtime/pull/114391) - \[release/9.0-staging] \[debugger] Fix debugging a x86 app in mixed mode by [@​github-actions](https://redirect.github.com/github-actions) in [#​114077](https://redirect.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 [@​github-actions](https://redirect.github.com/github-actions) in [#​114617](https://redirect.github.com/dotnet/runtime/pull/114617) - \[release/9.0-staging] Update dependencies from dotnet/cecil by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114615](https://redirect.github.com/dotnet/runtime/pull/114615) - \[release/9.0-staging] Update dependencies from dotnet/sdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114613](https://redirect.github.com/dotnet/runtime/pull/114613) - \[release/9.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114589](https://redirect.github.com/dotnet/runtime/pull/114589) - \[release/9.0-staging] Update dependencies from dotnet/icu by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114254](https://redirect.github.com/dotnet/runtime/pull/114254) - \[release/9.0] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114576](https://redirect.github.com/dotnet/runtime/pull/114576) - \[release/9.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [#​114612](https://redirect.github.com/dotnet/runtime/pull/114612) - \[release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache by [@​github-actions](https://redirect.github.com/github-actions) in [#​114273](https://redirect.github.com/dotnet/runtime/pull/114273) - Revert "\[release/9.0] Fix edge cases in Tarjan GC bridge (Android)" by [@​steveisok](https://redirect.github.com/steveisok) in [#​114641](https://redirect.github.com/dotnet/runtime/pull/114641) - \[manual] Merge release/9.0-staging to release/9.0 by [@​jozkee](https://redirect.github.com/jozkee) in [#​114662](https://redirect.github.com/dotnet/runtime/pull/114662) **Full Changelog**: <https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5> </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Fortunevale/ProjectMakoto). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJkZXYiLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
commit
5c4fba0757
1 changed files with 4 additions and 4 deletions
|
|
@ -45,8 +45,8 @@
|
||||||
<PackageReference Include="GenHTTP.Core" Version="9.7.0" />
|
<PackageReference Include="GenHTTP.Core" Version="9.7.0" />
|
||||||
<PackageReference Include="GenHTTP.Modules.StaticWebsites" Version="9.7.0" />
|
<PackageReference Include="GenHTTP.Modules.StaticWebsites" Version="9.7.0" />
|
||||||
<PackageReference Include="HtmlSanitizer" Version="9.0.884" />
|
<PackageReference Include="HtmlSanitizer" Version="9.0.884" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.13.0" />
|
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.14.0" />
|
||||||
<PackageReference Include="MySqlConnector" Version="2.4.0" />
|
<PackageReference Include="MySqlConnector" Version="2.4.0" />
|
||||||
<PackageReference Include="Octokit" Version="14.0.0" />
|
<PackageReference Include="Octokit" Version="14.0.0" />
|
||||||
<PackageReference Include="Serilog" Version="4.2.0" />
|
<PackageReference Include="Serilog" Version="4.2.0" />
|
||||||
|
|
@ -59,8 +59,8 @@
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="System.Drawing.Common" Version="9.0.4" />
|
<PackageReference Include="System.Drawing.Common" Version="9.0.9" />
|
||||||
<PackageReference Include="System.Text.Json" Version="9.0.4" />
|
<PackageReference Include="System.Text.Json" Version="9.0.9" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue