Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/9.0-rc2' => 'release/9.0' #57975

Open
wants to merge 6 commits into
base: release/9.0
Choose a base branch
from

Commits on Sep 18, 2024

  1. Update dependencies from https://github.com/dotnet/arcade build 20240…

    …916.2 (#57931)
    
    [release/9.0-rc2] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f4ee6c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add registry search for upgrade policy keys (#57952)

    * Add registry search for upgrade policy keys
    
    * SharedFx bundle too
    
    * Add util extension
    
    * Another fix
    wtgodbe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    74bdb8b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Check for sentinel value when setting HTTP/3 error code (#57976)

    If no error code has been set, `IProtocolErrorFeature.Error` will be `-1`.  If we pass that through verbatim, it will be caught by validation in the setter (ironically, of the same property on the same feature object), resulting in an exception and a Critical (but apparently benign) log message.
    
    Fixes #57933
    amcasey committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a717e7f View commit details
    Browse the repository at this point in the history
  2. [release/9.0-rc2] [Blazor] Update WebAssembly.DevServer to serve th…

    …e `Blazor-Environment` header (#57974)
    
    * Serve 'Blazor-Environment' header
    
    * PR feedback
    
    * Update src/Components/WebAssembly/DevServer/src/Server/Startup.cs
    
    ---------
    
    Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
    github-actions[bot] and MackinnonBuck committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8371724 View commit details
    Browse the repository at this point in the history
  3. Fix IAsyncEnumerable controller methods to allow setting headers (#57924

    )
    
    * Fix IAsyncEnumerable controller methods to allow setting headers
    
    * name
    
    * httpjson extensions too
    
    * revert
    BrennanConroy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    92376ce View commit details
    Browse the repository at this point in the history
  4. Add partitioned to cookie for SignalR browser testing (#57997)

    * Add partitioned to cookie for SignalR browser testing
    
    Looks like Chromium (not chrome) headless now requires 'partitioned' on the cookie when using `Secure` and `Same-Site=None`
    
    * Apply suggestions from code review
    
    Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
    BrennanConroy and amcasey committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b77c79e View commit details
    Browse the repository at this point in the history