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: db95ac47f7
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c9e77e8ee
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 19, 2024

  1. [release/9.0] Update dependencies from dotnet/roslyn (#107984)

    * Update dependencies from https://github.com/dotnet/roslyn build 20240917.5
    
    Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
     From Version 4.12.0-3.24463.9 -> To Version 4.12.0-3.24467.5
    
    * Update dependencies from https://github.com/dotnet/roslyn build 20240918.2
    
    Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
     From Version 4.12.0-3.24467.5 -> To Version 4.12.0-3.24468.2
    
    * Update dependencies from https://github.com/dotnet/roslyn build 20240919.1
    
    Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
     From Version 4.12.0-3.24468.2 -> To Version 4.12.0-3.24469.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5a90fae View commit details
    Browse the repository at this point in the history
  2. [release/9.0] Mitigate JsonObject performance regression. (#108014)

    * Mitigate JsonObject and JsonValue performance regressions.
    
    * Revert delayed JsonValueKind derivation.
    
    ---------
    
    Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
    github-actions[bot] and eiriktsarpalis authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    31b8a18 View commit details
    Browse the repository at this point in the history
  3. Fix SG nullability annotations for required and init properties. (#10…

    …8013)
    
    Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
    github-actions[bot] and eiriktsarpalis authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ce51262 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/hotreload-utils bu…

    …ild 20240918.1 (#108016)
    
    Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
     From Version 9.0.0-alpha.0.24467.1 -> To Version 9.0.0-alpha.0.24468.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a95d038 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [release/9.0] Treat -rtm as stable sdk version band (#107997)

    * Treat -rtm versions as stable workload sdk bands
    
    * Handle rtm specially here too
    
    * Update to the latest net 9 emsdk
    lewing authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9c9e77e View commit details
    Browse the repository at this point in the history
Loading