Skip to content

Conversation

@carlossanlop
Copy link
Contributor

MERGE COMMIT

OOB packages that are being turned off:

  • System.Diagnostics.EventLog
  • System.DirectoryServices.Protocols
  • System.Private.Xml (this should not have been made an IsPackable)

Packages that are being built for the May Release:

  • System.Net.Http.WinHttpHandler

antonfirsov and others added 25 commits March 14, 2025 18:11
Backport of #113432 to release/8.0-staging

Contributes to #113372.
* Update Ubuntu pipelines from 1804 to 2204

* Docker images
…`MAX_PATH` (#113801)

* fix long path bug

* Simplify test with Math.Max

Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>

---------

Co-authored-by: Gan Keyu <gankeyu@hotmail.com>
Co-authored-by: Keyu Gan <karakasa@users.noreply.github.com>
Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
* remove extra assert from WinHttp

* Update GeneratePackageOnBuild and ServicingVersion settings

---------

Co-authored-by: wfurt <tweinfurt@yahoo.com>
Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com>
…113702)

* tests

* backport product change

* respect #99677

* adjust test for 0c7efec
…on20 (#113648)

* Trying to add user agent header.

* Test another way

* Change server to httpbin

* Update Http2NoPushHost and add Http2NoPushGetUris for improved testing

---------

Co-authored-by: Roman Konecny <rokonecn@microsoft.com>
Co-authored-by: Radek Zikmund <32671551+rzikm@users.noreply.github.com>
….0-staging

[automated] Merge branch 'release/8.0' => 'release/8.0-staging'
…50218.2 (#113445)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 8.0.0-prerelease.25103.2 -> To Version 8.0.0-prerelease.25118.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
There are some `on pull_request_target types` in the label checking yml files that were removed but they are actually necessary, so the labeler keeps working after for example: pushing new commits, pressing the update the branch, closing and opening the PR.
…ild 20250313.1 (#113475)

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 8.0.0-alpha.0.25124.2 -> To Version 8.0.0-alpha.0.25163.1

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>
…113515)

* Update dependencies from https://github.com/dotnet/runtime-assets build 20250313.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.25113.1 -> To Version 8.0.0-beta.25163.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20250317.2

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.25113.1 -> To Version 8.0.0-beta.25167.2

---------

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>
….0-staging

[automated] Merge branch 'release/8.0' => 'release/8.0-staging'
….0-staging

[automated] Merge branch 'release/8.0' => 'release/8.0-staging'
… provided packages in MSBuild tasks (#113404)

* Backport PackageDownloadAndReference for tasks

Backporting a subset of df76a01 to 8.0

* Convert a couple PackageReferences to PackageDownloadAndReference

* See how far we get with this

* Small cleanups

* remove unreachable code

* Fix reference

* Add another workaround

* Another silly fix

---------

Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
…5040.2 (#114439)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 8.0.0-prerelease.25118.2 -> To Version 8.0.0-prerelease.25207.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ld 20250409.1 (#114472)

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.25167.2 -> To Version 8.0.0-beta.25209.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* JIT: Fix loop recognition bug in .NET 8

A loop preheader can't be a callfinally pair tail.

Fixes #108811.

* exclude new test from wasm
…ld 20250411.2 (#114588)

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.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.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.25209.1 -> To Version 8.0.0-beta.25211.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…#114454)

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20250409.1

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 8.0.0-alpha.0.25163.1 -> To Version 8.0.0-alpha.0.25209.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20250414.2

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 8.0.0-alpha.0.25163.1 -> To Version 8.0.0-alpha.0.25214.2

---------

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>
@carlossanlop carlossanlop added Servicing-approved Approved for servicing release area-codeflow for labeling automated codeflow labels Apr 14, 2025
@carlossanlop carlossanlop self-assigned this Apr 14, 2025
Copilot AI review requested due to automatic review settings April 14, 2025 23:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 51 out of 57 changed files in this pull request and generated 2 comments.

Files not reviewed (6)
  • .config/dotnet-tools.json: Language not supported
  • eng/PackageDownloadAndReference.targets: Language not supported
  • eng/Version.Details.xml: Language not supported
  • eng/Versions.props: Language not supported
  • src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj: Language not supported
  • src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj: Language not supported

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow NO-SQUASH The PR should not be squashed Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants