Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.35
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.36
Choose a head ref
  • 19 commits
  • 67 files changed
  • 10 contributors

Commits on Sep 26, 2024

  1. 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'
    carlossanlop authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    840f4d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    313497f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    6ca1c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcf306 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update RedHat 7 -> 8 -- release/6.0-staging (#105063)

    * Update RedHat version
    
    * Replace RHEL7 with CentOS Stream 9
    
    * Update runtime queues
    richlander authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8b6500b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a76ac8e View commit details
    Browse the repository at this point in the history
  3. 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'
    carlossanlop authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    53cf259 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c010458 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #108675 from vseanreesermsft/internal-merge-6.0-20…

    …24-10-08-1027
    
    Merging internal commits for release/6.0
    directhex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    061c8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed05157 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 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'
    carlossanlop authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ed9b95f View commit details
    Browse the repository at this point in the history
  2. [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]>
    3 people authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b6afae1 View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ff95197 View commit details
    Browse the repository at this point in the history
  4. [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]>
    3 people authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d73158c View commit details
    Browse the repository at this point in the history
  5. [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]>
    ericstj and carlossanlop authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ba80929 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [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]>
    3 people authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f0ecf8f View commit details
    Browse the repository at this point in the history
  2. [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]>
    3 people authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    335f13a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108861 from carlossanlop/release/6.0-staging

    [manual] Merge release/6.0-staging into release/6.0
    carlossanlop authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4b4a745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1dd571 View commit details
    Browse the repository at this point in the history
Loading