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/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76a4e75073
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79ef5e329b
Choose a head ref
  • 14 commits
  • 26 files changed
  • 10 contributors

Commits on Apr 5, 2024

  1. [main] Update dependencies from dotnet/xdt (#54970)

    Microsoft.SourceBuild.Intermediate.xdt , Microsoft.Web.Xdt
     From Version 9.0.0-preview.24201.1 -> To Version 9.0.0-preview.24204.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ebdd545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616226b View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/efcore (#54974)

    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f808b66 View commit details
    Browse the repository at this point in the history
  4. Include ContentLength when enumerating HttpHeaders (#54760)

    * Include ContentLength when enumerating HttpHeaders
    
    ...even if no bits are set.
    
    Fixes #54557
    
    * Remove now-unnecessary using
    
    * Remove code that should have been deleted
    
    * Add MethodImplOptions.AggressiveInlining
    
    * Remove now-unnecessary using
    amcasey authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4217441 View commit details
    Browse the repository at this point in the history
  5. [main] (deps): Bump src/submodules/googletest from eff443c to `0af9…

    …766` (#54969)
    
    Bumps [src/submodules/googletest](https://github.com/google/googletest) from `eff443c` to `0af9766`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@eff443c...0af9766)
    
    ---
    updated-dependencies:
    - dependency-name: src/submodules/googletest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4b84751 View commit details
    Browse the repository at this point in the history
  6. Use SearchValues throughout dotnet/aspnetcore (part 3) (#54878)

    * TagBuilder using SearchValues
    
    - Adding further tests and a new benchmark to compare before-after performance
    - Updating the implementation of TagBuilder to use SearchValues instead manual operation
    
    * Update comment triggering a build
    
    * Using SearchValues in UrlResolutionTagHelper.
    
    * Review feedback + fixing outofrange exception for unresolveable urls
    
    * Using StartsWith instead of SequenceEqual
    
    ---------
    
    Co-authored-by: ladeak <[email protected]>
    ladeak and ladeak authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    26869f2 View commit details
    Browse the repository at this point in the history
  7. Quarantine CanLaunchPhotinoWebViewAndClickButton (#54937)

    For some reason retry isn't working for this test? Or it's still failing a lot even with a retry.
    BrennanConroy authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    48dd3a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    649d2cf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 7, 2024

  1. [main] Update dependencies from dotnet/runtime (#54992)

    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6196f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b5a9965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545eb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6f942 View commit details
    Browse the repository at this point in the history
  4. Improve documentation for CookiePolicyMiddleware and CookieOptions (#…

    …54968)
    
    * Docs: Improve doc. for CookiePolicyMiddleware and CookieOptions
    
    * Docs: sentence structure, redundancy
    
    Co-authored-by: Tom Dykstra <[email protected]>
    
    * Docs: sentence structure, redundancy, format structure
    
    Co-authored-by: Tom Dykstra <[email protected]>
    
    ---------
    
    Co-authored-by: Tom Dykstra <[email protected]>
    bseptember and tdykstra authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    79ef5e3 View commit details
    Browse the repository at this point in the history
Loading