-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps): update dotnet monorepo to 9.0.11 #1696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dotnet-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e15e4d9 to
31db02e
Compare
31db02e to
30449e8
Compare
30449e8 to
f884b58
Compare
f884b58 to
c163435
Compare
35491a5 to
18cd9b8
Compare
18cd9b8 to
8d7d1aa
Compare
8d7d1aa to
7de3771
Compare
7373d1e to
bc9a278
Compare
00aea0c to
ea479be
Compare
ea479be to
447a6a6
Compare
|
447a6a6 to
0ed7c7d
Compare
0ed7c7d to
befc061
Compare
befc061 to
4251a5f
Compare
4251a5f to
46c493f
Compare
46c493f to
3bb7322
Compare
3bb7322 to
7fd03e0
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
9.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.5->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4->9.0.119.0.4-bookworm-slim-amd64->9.0.11-bookworm-slim-amd64Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dotnet/dotnet (Microsoft.AspNetCore.Mvc.Testing)
v9.0.7: .NET 9.0.7You can build .NET 9.0 from the repository by cloning the release tag
v9.0.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v9.0.6: .NET 9.0.6You can build .NET 9.0 from the repository by cloning the release tag
v9.0.6and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
v9.0.5: .NET 9.0.5You can build .NET 9.0 from the repository by cloning the release tag
v9.0.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
dotnet/runtime (mcr.microsoft.com/dotnet/runtime-deps)
v9.0.11: .NET 9.0.11Compare Source
Release
What's Changed
UnsafeAccessor- ambiguous name and signature match by @AaronRobinsonMSFT in #120011Full Changelog: dotnet/runtime@v9.0.10...v9.0.11
v9.0.10: .NET 9.0.10Compare Source
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
v9.0.9: .NET 9.0.9Compare Source
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.8...v9.0.9
v9.0.8: .NET 9.0.8Compare Source
Release
What's Changed
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in #116916Ping_TimedOut_*tests by @github-actions[bot] in #116630Full Changelog: dotnet/runtime@v9.0.7...v9.0.8
v9.0.7: .NET 9.0.7Compare Source
Release
What's Changed
sort_mark_listby @github-actions in #115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
v9.0.6Compare 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 pr
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.
This PR was generated by Mend Renovate. View the repository job log.