aspnetcore/src
dotnet-maestro[bot] f52077f599
[master] Update dependencies from dotnet/runtime dotnet/efcore (#24496)
* React to SDK changes

* Skip instead of quar

* Rely on transitive Microsoft.Bcl.AsyncInterfaces since it's now part of DependencyInjection.
    - This was introduced as part of: https://github.com/dotnet/runtime/pull/40189
    - Prior to this we'd get version conflicts for our referenced Bcl.AsyncInterfaces.

* Update global.json
    - move to RC1 SDK

* React to runtime nullability changes with DataAnnotations.
    - ValidationResult was updated to declare its nullability: a9009db46e (diff-8e86bc8fee3eb0242c5b8368dfabe065)

* Stop using HttpRequestMessage.Properties in favor of non-obsoleted HttpRequestMessage.Options.
    - Introduced in 3eda592cf4

* Stop using more HttpRequestMessage.Properties in Component's web assembly project.
    - Introduced in dotnet/runtime@3eda592

* Update dependencies from https://github.com/dotnet/runtime build 20200804.16

System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting.Abstractions , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Principal.Windows , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions , System.Runtime.CompilerServices.Unsafe , System.Security.AccessControl , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions
 From Version 5.0.0-rc.1.20370.4 -> To Version 5.0.0-rc.1.20404.16

* Ignitor to 5.0

* Constants

* Update dependencies from https://github.com/dotnet/efcore build 20200805.3

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-rc.1.20372.13 -> To Version 5.0.0-rc.1.20405.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
Co-authored-by: wtgodbe <wigodbe@microsoft.com>
Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
2020-08-05 18:42:25 -07:00
..
Analyzers Merge pull request #24078 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master 2020-07-17 17:13:55 -07:00
Antiforgery Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Azure Merge branch 'merge/release/5.0-preview8-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/5.0-preview8-to-master 2020-07-27 09:31:46 -07:00
Components [master] Update dependencies from dotnet/runtime dotnet/efcore (#24496) 2020-08-05 18:42:25 -07:00
Configuration.KeyPerFile Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
DataProtection Move DataProtection tests to HostBuilder (#24254) 2020-07-23 21:57:33 +00:00
DefaultBuilder Add nullable annotations to M.A.Hosting and DefaultBuilder (#24571) 2020-08-05 01:07:11 +00:00
Features/JsonPatch
FileProviders Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Framework Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Grpc [master] Update dependencies from dotnet/efcore dotnet/arcade dotnet/runtime dotnet/roslyn (#23978) 2020-07-22 01:54:09 +00:00
HealthChecks Add additional constructor to HealthReport (#24597) 2020-08-05 21:21:55 +00:00
Hosting Add nullable annotations to M.A.Hosting and DefaultBuilder (#24571) 2020-08-05 01:07:11 +00:00
Html/Abstractions Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Http Obsolete the ResponseCookiesFeature constructor (#24546) 2020-08-03 14:47:20 -07:00
Identity [Identity] Updated RenderSection to use async method. (#24121) 2020-07-30 13:03:11 -07:00
Installers
JSInterop Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Localization Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Logging.AzureAppServices
Middleware Quarantine test (#24147) 2020-07-21 09:52:55 -07:00
MusicStore [MusicStore] Move to GenericHost (#24284) 2020-07-24 12:21:13 -07:00
Mvc [master] Update dependencies from dotnet/runtime dotnet/efcore (#24496) 2020-08-05 18:42:25 -07:00
ObjectPool Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
ProjectTemplates Move reconnection delay mechanism into framework code (#24566) 2020-08-05 16:00:54 +01:00
Razor [master] Update dependencies from dotnet/runtime dotnet/efcore (#24496) 2020-08-05 18:42:25 -07:00
Security Add nullable annotations to Authenticator.Core & Authentication.Cookies (#24307) 2020-07-30 17:09:14 -07:00
Servers [Kestrel] Move to GenericHost (#24279) 2020-08-05 21:48:53 +00:00
Shared Razor TagHelperDescriptor Hashing (#24551) 2020-08-04 13:06:42 -07:00
SignalR [master] Update dependencies from dotnet/runtime dotnet/efcore (#24496) 2020-08-05 18:42:25 -07:00
SiteExtensions Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
Testing
Tools Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
WebEncoders Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
submodules undo changes to submodule 2020-07-16 22:23:55 +01:00