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

Commits on Apr 14, 2025

  1. Reunification of ExInfo (#114591)

    * Reunification of ExInfo
    
    - Move the static methods from the ExceptionTracker to the ExInfo
    - Remove the ExceptionTracker completely
    - Merge the ExceptionTrackerBase into the ExInfo
    
    * win-x64 build fix
    filipnavara authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    4daefae View commit details
    Browse the repository at this point in the history
  2. [H/3] Clean up and fix Alt-Svc handling (#114528)

    * Alt-Svc allow empty ALPN
    
    * Fix Alt-Svc handling of clear and authority equality.
    
    * Test alt-svc clear
    
    * Update src/libraries/System.Net.Http/src/System/Net/Http/Headers/AltSvcHeaderValue.cs
    
    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    
    ---------
    
    Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
    ManickaP and MihaZupan authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    d6cd577 View commit details
    Browse the repository at this point in the history
  3. Optimize Microsoft.Extensions.Caching.Memory (#111050)

    * Optimize Microsoft.Extensions.Caching.Memory
    
    * AbsoluteExpiration opts
    
    * Address PR feedback
    
    * Fix merge conflicts
    
    * Address PR feedback
    pentp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    840fc4a View commit details
    Browse the repository at this point in the history
  4. Reset ZLibStreamHandle when parsing concatenated GZip streams (#113587)

    * Reset ZLib inflater state where possible
    * Add CompressionNative_InflateReset2_ to Unix exports
    ---------
    Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
    edwardneal and carlossanlop authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    9d2b23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d9995 View commit details
    Browse the repository at this point in the history
  6. Simplify RID model and handle Linux libc flavors in orchestrated buil…

    …ds (#113765)
    
    Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
    jkoritzinsky and ViktorHofer authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    19b0dc9 View commit details
    Browse the repository at this point in the history
  7. Microsoft.Extensions.Logging.ProviderAliasAttribute moved to `Micro…

    …soft.Extensions.Logging.Abstractions` solution. (#114606)
    SetTrend authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    b044b20 View commit details
    Browse the repository at this point in the history
  8. System.CommandLine update (#111864)

    * Update dependencies from https://github.com/dotnet/command-line-api build 20250122.1
    
    Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine
     From Version 0.1.552801 -> To Version 0.1.607201
    
    * adopt to breaking changes in System.CommandLine
    
    * stop using System.CommandLine.Experimental
    
    * fix the build by keeping the versions hardcoded, as stress test projects do not import the repo infrastructure intentionally
    adamsitnik authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    a58e923 View commit details
    Browse the repository at this point in the history
Loading