Skip to content

[automated] Merge branch 'release/5.0' => 'master' #25219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dotnet-maestro-bot
Copy link
Contributor

I detected changes in the release/5.0 branch which have not been merged yet to master. I'm a robot and am configured to help you automatically keep master up to date, so I've opened this PR.

This PR merges commits made on release/5.0 by the following committers:

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/5.0
git pull --ff-only
git checkout master
git pull --ff-only
git merge --no-ff release/5.0

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/AspNetCore HEAD:merge/release/5.0-to-master
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/AspNetCore HEAD:merge/release/5.0-to-master

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/5.0-to-master'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/5.0-to-master master
git pull https://github.com/dotnet-maestro-bot/AspNetCore merge/release/5.0-to-master
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/AspNetCore HEAD:merge/release/5.0-to-master
or if you are using SSH
git checkout -b merge/release/5.0-to-master master
git pull [email protected]:dotnet-maestro-bot/AspNetCore merge/release/5.0-to-master
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet-maestro-bot/AspNetCore HEAD:merge/release/5.0-to-master

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner August 24, 2020 22:55
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/5.0-to-master branch from 3ced87e to f2c3c11 Compare August 24, 2020 22:55
@ghost ghost added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Merge Forward ⏩ labels Aug 24, 2020
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving branch merge.

@ghost ghost added auto-merge area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Aug 24, 2020
@ghost
Copy link

ghost commented Aug 24, 2020

Hello @msftbot[bot]!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 60 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

* Make PropertySetter a concrete type

* Use the pattern from PropertyHelpers to set property values
* Tweaks to Blazor WebAssembly tests to allow running tests locally

* Update src/Components/Components/src/Reflection/IPropertySetter.cs
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

…otnet#25209)

[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - dotnet-ef: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20424.8 to 5.0.0-rc.1.20424.9

- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Drawing.Common: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Text.Json: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Threading.Channels: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Windows.Extensions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.IO.Pipelines: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Net.Http.Json: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Reflection.Metadata: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Resources.Extensions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.AccessControl: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.Permissions: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20423.8 to 5.0.0-rc.1.20424.7
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

…0824.12 (dotnet#25225)

[release/5.0] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Drawing.Common: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Text.Json: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Threading.Channels: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Windows.Extensions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.IO.Pipelines: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Net.Http.Json: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Reflection.Metadata: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Resources.Extensions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.AccessControl: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.Permissions: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20424.7 to 5.0.0-rc.1.20424.12
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

* Allow suppressing the use of environment variables dotnet#20328

* Formatting

* Update src/Hosting/Hosting/src/WebHostBuilderOptions.cs

Co-authored-by: Kahbazi <[email protected]>

Co-authored-by: Kahbazi <[email protected]>
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

…otnet#25226)

[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - dotnet-ef: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20424.9 to 5.0.0-rc.1.20424.10

- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Drawing.Common: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Text.Json: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Threading.Channels: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Windows.Extensions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.IO.Pipelines: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Net.Http.Json: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Reflection.Metadata: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Resources.Extensions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.AccessControl: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.Permissions: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20424.12 to 5.0.0-rc.1.20424.16
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0 by the following committers:

[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - dotnet-ef: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20425.1 to 5.0.0-rc.1.20425.2
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@ajaybhargavb ajaybhargavb force-pushed the merge/release/5.0-to-master branch from 133fb6e to 826b5ba Compare August 26, 2020 22:39
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

16 similar comments
@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@dotnet-maestro-bot
Copy link
Contributor Author

❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/5.0, but I could not automatically push those to merge/release/5.0-to-master to update this PR.
You may need to fix this problem by merging branches with this PR. Contact .NET Core Engineering if you are not sure what to do about this.

@JunTaoLuo
Copy link
Contributor

FYI I know there are more commits in release/5.0 that needs to merge to master but I'm going to merge the ones contained in this PR first and let the rest be merged in a followup. I don't want to block on getting everything merged in one go.

@JunTaoLuo JunTaoLuo merged commit ec2c7b4 into dotnet:master Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates Type: Merge Forward ⏩
Projects
None yet
Development

Successfully merging this pull request may close these issues.