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

Commits on Sep 3, 2021

  1. [release/6.0] HTTP/3: Support canceling requests that aren't reading …

    …a body (#36109)
    
    * WIP
    
    * Update
    
    * Update
    JamesNK authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    bdae120 View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Run user defined hosted services before the server star…

    …ts. (#36133)
    
    * Run user defined hosted services before the server starts. - The generic web hosted service is added before any user code runs, as a result its impossible to write a hosted services that run before server startup. This behavior differs from what happens when you use the Startup class today. We call ConfigureServices then we add the IHostedService implementation that starts the server. This change mimics that behavior by adding the initial set of hosted services after your code runs. - Added a test
    
    * Apply suggestions from code review
    
    Co-authored-by: Stephen Halter <[email protected]>
    
    Co-authored-by: David Fowler <[email protected]>
    Co-authored-by: Stephen Halter <[email protected]>
    3 people authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    60ee97b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4cc3c0 View commit details
    Browse the repository at this point in the history
  4. Create .rpm's for Linux Mariner (#36111)

    Co-authored-by: Will Godbe <[email protected]>
    github-actions[bot] and wtgodbe authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ea4772e View commit details
    Browse the repository at this point in the history
  5. Update .gitattributes (#36131)

    Co-authored-by: Hao Kung <[email protected]>
    github-actions[bot] and HaoK authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8fcc6bd View commit details
    Browse the repository at this point in the history
  6. [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…

    …36141)
    
    [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d8b6824 View commit details
    Browse the repository at this point in the history
  7. [release/6.0] Handle ERROR_CONNECTION_INVALID after ERROR_MORE_DATA (#…

    …36147)
    
    * Handle ERROR_CONNECTION_INVALID after ERROR_MORE_DATA #35892
    
    * Fix comment
    
    Co-authored-by: Chris R <[email protected]>
    github-actions[bot] and Tratcher authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    0dc77d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a65d74 View commit details
    Browse the repository at this point in the history
  9. [release/6.0] Properly reject non-json FromBody parameter binding (#3…

    …6118)
    
    Co-authored-by: Brennan <[email protected]>
    Co-authored-by: Damian Edwards <[email protected]>
    3 people authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f7f5fcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e52fb68 View commit details
    Browse the repository at this point in the history
  11. [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime (#…

    …36151)
    
    [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
    dotnet-maestro[bot] authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    836aa63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5876c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    d1f7aa5 View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…

    …36164)
    
    [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    509826b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. [release/6.0] Add nullable support to BindAsync (#36128)

    * TryParseMethodCache -> ParameterBindingMethodCache
    
    * Add nullable support to BindAsync
    
    * Add RequestDelegateHandlesBindAsyncOptionality test
    
    Co-authored-by: David Fowler <[email protected]>
    halter73 and davidfowl authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    e3b6f3c View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…

    …36177)
    
    * Update dependencies from https://github.com/dotnet/runtime build 20210904.1
    
    Microsoft.NETCore.Platforms , Microsoft.Win32.SystemEvents , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.Extensions.Primitives , Microsoft.Extensions.Options.DataAnnotations , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Configuration , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Hosting , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.Logging.TraceSource , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Ref , System.Windows.Extensions , System.Threading.Channels , System.Text.Json , System.IO.Pipelines , System.Drawing.Common , System.DirectoryServices.Protocols , System.Diagnostics.EventLog , System.Diagnostics.DiagnosticSource , System.Net.Http.Json , System.ServiceProcess.ServiceController , System.Security.Permissions , System.Security.Cryptography.Xml , System.Security.Cryptography.Pkcs , System.Runtime.CompilerServices.Unsafe , System.Resources.Extensions , System.Reflection.Metadata , System.Net.Http.WinHttpHandler , System.Text.Encodings.Web
     From Version 6.0.0-rc.2.21453.13 -> To Version 6.0.0-rc.2.21454.1
    
    * Update dependencies from https://github.com/dotnet/efcore build 20210905.1
    
    Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.Design
     From Version 6.0.0-rc.2.21453.12 -> To Version 6.0.0-rc.2.21455.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    2f1f007 View commit details
    Browse the repository at this point in the history
Loading