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: bf02bf2
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 846f0fd
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Aug 3, 2022

  1. Fix GET_MultipleRequests_RequestVersionOrHigher_UpgradeToHttp3() (#…

    …43048)
    
    Co-authored-by: James Newton-King <james@newtonking.com>
    dougbu and JamesNK authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a57d5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942b6ef View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/runtime (#43043)

    [main] Update dependencies from dotnet/runtime
    
    
     - Fix nullability problem
    dotnet-maestro[bot] authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    26ac429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c194bf View commit details
    Browse the repository at this point in the history
  5. Disallowing nullable with AsParameters attribute (#42812)

    * Allowing nullable struct
    
    * Updating unit tests
    
    * Removing additional call
    
    * Fix unit test
    
    * Adding NullableStruct unit test
    
    * Changing to throw when nullable
    
    * clean up
    
    * Clean up
    
    * Updating error message
    brunolins16 authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2d5f11b View commit details
    Browse the repository at this point in the history
  6. Remove call to .Any() from ProblemDetailsDefaultWriter (#43055)

    * Remove call to .Any()
    
    * Removing System.Linq
    brunolins16 authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    846f0fd View commit details
    Browse the repository at this point in the history
Loading