-
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/6.0-staging into release/6.0 #93584
Merged
carlossanlop
merged 14 commits into
dotnet:release/6.0
from
carlossanlop:release/6.0-staging
Oct 17, 2023
Merged
[manual] Merge release/6.0-staging into release/6.0 #93584
carlossanlop
merged 14 commits into
dotnet:release/6.0
from
carlossanlop:release/6.0-staging
Oct 17, 2023
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
…dotnet#92032) This adds a check for the framework's .deps.json instead of just the existence of the directory. To avoid extra file checks in the normal/happy path (where all framework version folder are valid), when resolving, it only does the check after resolving the best version match. And if that version directory isn't valid, it tries resolving again without it. Backport of dotnet#90035
…/6.0-to-release/6.0-staging [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
* [release/6.0] Update Ubuntu 16.04 queues to 22.04 * add svc prefix
* Fix JsonDocument thread safety. (dotnet#76716) Co-authored-by: stoub@microsoft.com * Update ServicingVersion.
…otnet#92884) * Update dependencies from https://github.com/dotnet/runtime-assets build 20231002.2 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData From Version 6.0.0-beta.23410.1 -> To Version 6.0.0-beta.23502.2 * Update dependencies from https://github.com/dotnet/runtime-assets build 20231002.2 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData From Version 6.0.0-beta.23410.1 -> To Version 6.0.0-beta.23502.2 * Update dependencies from https://github.com/dotnet/runtime-assets build 20231002.2 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData From Version 6.0.0-beta.23410.1 -> To Version 6.0.0-beta.23502.2 * Update dependencies from https://github.com/dotnet/runtime-assets build 20231002.2 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData From Version 6.0.0-beta.23410.1 -> To Version 6.0.0-beta.23502.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…n array of structs of types that use old-style managed marshalers (dotnet#93147)
- Added two config options, one that configures the worker and wait thread timeouts, and another that enables keeping some number of worker threads alive after they are created - This enables services that take periodic traffic to keep some worker threads around for better latency, while allowing extra threads to time out as appropriate for the service
…t#93396) * Update dependencies from https://github.com/dotnet/xharness build 20230905.2 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 6.0.0-prerelease.23401.2 -> To Version 6.0.0-prerelease.23455.2 * Re-add removed feed --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
…/6.0-to-release/6.0-staging [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
…ocess. (dotnet#85649) (dotnet#93574) * ProcessTests: allow WorkingSet to be zero just after launching the process. The WorkingSet tests fail on Fedora 38+ because a zero working set value is observed just after the process start. Co-authored-by: Tom Deseyn <tom.deseyn@gmail.com>
carlossanlop
requested review from
lewing,
steveisok,
ViktorHofer,
ericstj,
hoyosjs and
a team
October 17, 2023 02:06
carlossanlop
requested review from
steveharter and
eiriktsarpalis
as code owners
October 17, 2023 02:06
@mmitche @vseanreesermsft this does not yet include this deps flow which keeps failing due to emsdk issues: #93395 |
This was referenced Oct 17, 2023
ghost
locked as resolved and limited conversation to collaborators
Nov 16, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.