-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: v6.0.35
head repository: dotnet/runtime
compare: v6.0.36
- 19 commits
- 67 files changed
- 10 contributors
Commits on Sep 26, 2024
-
Merge pull request #107592 from dotnet/merge/release/6.0-to-release/6…
….0-staging [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
Configuration menu - View commit details
-
Copy full SHA for 840f4d3 - Browse repository at this point
Copy the full SHA 840f4d3View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 313497f - Browse repository at this point
Copy the full SHA 313497fView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ca1c59 - Browse repository at this point
Copy the full SHA 6ca1c59View commit details -
Merge commit '6ca1c59b489a145d14dddf3b99f6f38f222b6a95'
Mirroring committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for cbcf306 - Browse repository at this point
Copy the full SHA cbcf306View commit details
Commits on Oct 3, 2024
-
Update RedHat 7 -> 8 -- release/6.0-staging (#105063)
* Update RedHat version * Replace RHEL7 with CentOS Stream 9 * Update runtime queues
Configuration menu - View commit details
-
Copy full SHA for 8b6500b - Browse repository at this point
Copy the full SHA 8b6500bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76ac8e - Browse repository at this point
Copy the full SHA a76ac8eView commit details -
Merge pull request #108496 from dotnet/merge/release/6.0-to-release/6…
….0-staging [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
Configuration menu - View commit details
-
Copy full SHA for 53cf259 - Browse repository at this point
Copy the full SHA 53cf259View commit details
Commits on Oct 8, 2024
-
Merge commit 'b357f86ce3bce7c232ea242074b17bebdc50b543' into internal…
…-merge-6.0-2024-10-08-1027
Configuration menu - View commit details
-
Copy full SHA for c010458 - Browse repository at this point
Copy the full SHA c010458View commit details
Commits on Oct 9, 2024
-
Merge pull request #108675 from vseanreesermsft/internal-merge-6.0-20…
…24-10-08-1027 Merging internal commits for release/6.0
Configuration menu - View commit details
-
Copy full SHA for 061c8b7 - Browse repository at this point
Copy the full SHA 061c8b7View commit details -
Merge commit '061c8b7177fbe56584994325a24bb262628ebd5a'
Mirroring committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for ed05157 - Browse repository at this point
Copy the full SHA ed05157View commit details
Commits on Oct 14, 2024
-
Merge pull request #108714 from dotnet/merge/release/6.0-to-release/6…
….0-staging [automated] Merge branch 'release/6.0' => 'release/6.0-staging'
Configuration menu - View commit details
-
Copy full SHA for ed9b95f - Browse repository at this point
Copy the full SHA ed9b95fView commit details -
[release/6.0-staging] Update dependencies from dotnet/xharness (#107756)
* Update dependencies from https://github.com/dotnet/xharness build 20240820.2 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 6.0.0-prerelease.24224.2 -> To Version 6.0.0-prerelease.24420.2 * Update dependencies from https://github.com/dotnet/xharness build 20240917.2 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 6.0.0-prerelease.24420.2 -> To Version 6.0.0-prerelease.24467.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6afae1 - Browse repository at this point
Copy the full SHA b6afae1View commit details -
[release/6.0-staging] Update dependencies from dotnet/icu (#107764)
* Update dependencies from https://github.com/dotnet/icu build 20240912.2 Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-rtm.24315.1 -> To Version 6.0.0-rtm.24462.2 * Update dependencies from https://github.com/dotnet/icu build 20241010.4 Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-rtm.24462.2 -> To Version 6.0.0-rtm.24510.4 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff95197 - Browse repository at this point
Copy the full SHA ff95197View commit details -
[release/6.0-staging] Update dependencies from dotnet/hotreload-utils (…
…#107826) * Update dependencies from https://github.com/dotnet/hotreload-utils build 20240914.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 6.0.0-alpha.0.24402.2 -> To Version 6.0.0-alpha.0.24464.1 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20241011.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 6.0.0-alpha.0.24464.1 -> To Version 6.0.0-alpha.0.24511.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d73158c - Browse repository at this point
Copy the full SHA d73158cView commit details -
[release/6.0] Reduce net core app current package dependencies, incre…
…ase direct update availability (#108797) * Avoid package dependencies on libraries in the shared framework��We can avoid these dependencies since we can count on the library being part of the shared framework. Fewer dependencies means less packages downloaded, less for customers to service, less copied into the output directory when serviced.��Backport of 6e440de * Enable packages for every project that reduced dependencies * Add an option to enable servicing for transitive dependencies * Permit settting ServiceTransitiveDependencies in projects as well * Add additional packages required for up-stack servicing * Fix indenting Co-authored-by: Carlos Sánchez López <[email protected]> * Bump servicing version for packages that shipped last month --------- Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba80929 - Browse repository at this point
Copy the full SHA ba80929View commit details
Commits on Oct 15, 2024
-
[release/6.0-staging] Update dependencies from dotnet/runtime-assets (#…
…107828) * Update dependencies from https://github.com/dotnet/runtime-assets build 20240913.1 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.24362.1 -> To Version 6.0.0-beta.24463.1 * Update dependencies from https://github.com/dotnet/runtime-assets build 20241010.5 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.24463.1 -> To Version 6.0.0-beta.24510.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0ecf8f - Browse repository at this point
Copy the full SHA f0ecf8fView commit details -
[release/6.0-staging] Update dependencies from dotnet/arcade (#108300)
* Update dependencies from https://github.com/dotnet/arcade build 20240913.1 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 6.0.0-beta.24413.1 -> To Version 6.0.0-beta.24463.1 * Update dependencies from https://github.com/dotnet/arcade build 20241008.2 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 6.0.0-beta.24463.1 -> To Version 6.0.0-beta.24508.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 335f13a - Browse repository at this point
Copy the full SHA 335f13aView commit details -
Merge pull request #108861 from carlossanlop/release/6.0-staging
[manual] Merge release/6.0-staging into release/6.0
Configuration menu - View commit details
-
Copy full SHA for 4b4a745 - Browse repository at this point
Copy the full SHA 4b4a745View commit details -
Merge commit '4b4a745fc0152b887eec20da906b98a229973313'
Mirroring committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f1dd571 - Browse repository at this point
Copy the full SHA f1dd571View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.35...v6.0.36