Skip to content

Conversation

@carlossanlop
Copy link
Contributor

Merge commit.

elinor-fung and others added 14 commits September 18, 2023 09:35
…#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 #90035
…o-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. (#76716)

Co-authored-by: [email protected]

* Update ServicingVersion.
…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 (#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
* 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 <[email protected]>
…o-release/6.0-staging

[automated] Merge branch 'release/6.0' => 'release/6.0-staging'
…ocess. (#85649) (#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 <[email protected]>
@carlossanlop carlossanlop added the area-codeflow for labeling automated codeflow label Oct 17, 2023
@carlossanlop carlossanlop added this to the 6.0.x milestone Oct 17, 2023
@carlossanlop carlossanlop self-assigned this Oct 17, 2023
@carlossanlop
Copy link
Contributor Author

@mmitche @vseanreesermsft this does not yet include this deps flow which keeps failing due to emsdk issues: #93395

@carlossanlop carlossanlop added the Servicing-approved Approved for servicing release label Oct 17, 2023
@carlossanlop
Copy link
Contributor Author

this does not yet include this deps flow which keeps failing due to emsdk issues: #93395

@lewing The failure is also here. I'll get this merged and we can fix the emscripten issue tomorrow.

@carlossanlop carlossanlop merged commit 7cd9356 into dotnet:release/6.0 Oct 17, 2023
@carlossanlop carlossanlop deleted the release/6.0-staging branch October 17, 2023 04:35
@ghost 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

area-codeflow for labeling automated codeflow Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants