-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[manual] Merge release/8.0-staging into release/8.0 #111376
Merged
carlossanlop
merged 22 commits into
dotnet:release/8.0
from
carlossanlop:release/8.0-staging
Jan 14, 2025
Merged
[manual] Merge release/8.0-staging into release/8.0 #111376
carlossanlop
merged 22 commits into
dotnet:release/8.0
from
carlossanlop:release/8.0-staging
Jan 14, 2025
Conversation
This file contains 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
Co-authored-by: Adeel Mujahid <[email protected]>
Support step into a tail call Co-authored-by: Thays Grazia <[email protected]>
Co-authored-by: Thays Grazia <[email protected]>
…bstractions (dotnet#110458) This was inadvertently added in backport but was not needed.
…fault `SIGSEGV` handler (dotnet#110866) * Consider SIG_DFL handlers for chaining SIGSEGV signals * cleanup --------- Co-authored-by: Ivan Povazan <[email protected]>
Co-authored-by: Miha Zupan <[email protected]>
…ssembly (dotnet#110059) * ILC: Allow OOB reference to upgrade framework assembly * Log error for SPC --------- Co-authored-by: Sven Boemer <[email protected]> Co-authored-by: Jeff Schwartz <[email protected]>
Co-authored-by: Michal Strehovský <[email protected]>
…otnet#110269) When marking cards for a non-array object or a an element vt in an object, it is enough to mark a card for any address within that object/vt because they are always fully scanned. Cardtable consistency checks are not accounting for this detail and it is difficult to have it implemented. Instead, when having such debug flags enabled, we use an explicit approach where every single card is being marked. Co-authored-by: Vlad Brezae <[email protected]>
* guard agains empty Accept address * remove assert
…dotnet#111159) * Update dependencies from https://github.com/dotnet/hotreload-utils build 20250107.2 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.24530.1 -> To Version 8.0.0-alpha.0.25057.2 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20250113.2 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.24530.1 -> To Version 8.0.0-alpha.0.25063.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…nals build 20250110.2 (dotnet#111297) Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.24516.2 -> To Version 8.0.0-alpha.1.25060.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ence-packages build 20250110.2 (dotnet#111330) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.24415.1 -> To Version 8.0.0-alpha.1.25060.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
When AsnDecoder.ReadEncodedValue is used on a payload where the encoded length plus the number of bytes representing the encoded length plus the number of bytes representing the tag exceeds int.MaxValue it erroneously reports success. Every known caller of this method immediately follows it with a call to a Span or Memory .Slice, which results in an ArgumentException that the requested length exceeds the number of bytes available in the buffer. Because AsnDecoder was extracted out of AsnReader, most AsnDecoder tests are done indirectly as AsnReader tests, or are done in the same test class that tests the related functionality on AsnReader. Since there's not a clear analogue for ReadEncodedValue (that does not immediately Slice), this change introduces a new subtree for AsnDecoder tests, only populating it with (Try)ReadEncodedValue tests. It also adds "large length" tests for ReadSetOf and ReadSequence, for good measure. Co-authored-by: Jeremy Barton <[email protected]>
…ETHOD Co-authored-by: Kevin Jones <[email protected]>
carlossanlop
added
Servicing-approved
Approved for servicing release
area-codeflow
for labeling automated codeflow
labels
Jan 14, 2025
carlossanlop
requested review from
lewing,
pavelsavara,
kg and
BrzVlad
as code owners
January 14, 2025 01:43
carlossanlop
changed the title
[manual] Merge release/8.0 staging into release/8.0
[manual] Merge release/8.0-staging into release/8.0
Jan 14, 2025
This was referenced Jan 14, 2025
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
MERGE COMMIT!