-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Comparing changes
Open a pull request
base repository: dotnet/aspnetcore
base: 6613749
head repository: dotnet/aspnetcore
compare: 2f1f007
- 16 commits
- 43 files changed
- 14 contributors
Commits on Sep 3, 2021
-
[release/6.0] HTTP/3: Support canceling requests that aren't reading …
…a body (#36109) * WIP * Update * Update
Configuration menu - View commit details
-
Copy full SHA for bdae120 - Browse repository at this point
Copy the full SHA bdae120View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 60ee97b - Browse repository at this point
Copy the full SHA 60ee97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cc3c0 - Browse repository at this point
Copy the full SHA f4cc3c0View commit details -
Create .rpm's for Linux Mariner (#36111)
Co-authored-by: Will Godbe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea4772e - Browse repository at this point
Copy the full SHA ea4772eView commit details -
Update .gitattributes (#36131)
Co-authored-by: Hao Kung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fcc6bd - Browse repository at this point
Copy the full SHA 8fcc6bdView commit details -
[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…
…36141) [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for d8b6824 - Browse repository at this point
Copy the full SHA d8b6824View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 0dc77d9 - Browse repository at this point
Copy the full SHA 0dc77d9View commit details -
Update dependencies from https://github.com/dotnet/efcore build 20210…
…903.5 (#36149) [release/6.0] Update dependencies from dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for 6a65d74 - Browse repository at this point
Copy the full SHA 6a65d74View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for f7f5fcb - Browse repository at this point
Copy the full SHA f7f5fcbView commit details -
[release/6.0] Add support for stating accepts/consumes metadata is re…
…quired or not (#36153) Co-authored-by: Rafiki Assumani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e52fb68 - Browse repository at this point
Copy the full SHA e52fb68View commit details -
[release/6.0] Update dependencies from dotnet/efcore dotnet/runtime (#…
…36151) [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 836aa63 - Browse repository at this point
Copy the full SHA 836aa63View commit details -
Update dependencies from https://github.com/dotnet/efcore build 20210…
…903.9 (#36160) [release/6.0] Update dependencies from dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for 5876c4d - Browse repository at this point
Copy the full SHA 5876c4dView commit details
Commits on Sep 4, 2021
-
Avoid using static NullabilityInfoContext (#36145)
Co-authored-by: Safia Abdalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1f7aa5 - Browse repository at this point
Copy the full SHA d1f7aa5View commit details -
[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…
…36164) [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for 509826b - Browse repository at this point
Copy the full SHA 509826bView commit details
Commits on Sep 6, 2021
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for e3b6f3c - Browse repository at this point
Copy the full SHA e3b6f3cView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 2f1f007 - Browse repository at this point
Copy the full SHA 2f1f007View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6613749...2f1f007