Skip to content

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

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.

Tratcher and others added 30 commits August 26, 2020 11:32
Follow up to dotnet#24912.
Not shipping NodeServices isn't enough since it's referenced by SpaServices. This PR removes the two packages
that were announced to be removed in 5.0
* Add TypeReference class to signalr java client

* Fix syntax

* Add comments

* Update src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/TypeReference.java

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

* Feedback

Co-authored-by: Brennan <[email protected]>
* Add net461 TFM to netstandard2.0 projects

* Fix a couple of errors

* Fix some errors

* Get rid of Sockets reference

* Respond to feedback

* net461 -> property

* Fixup clientSample

* Remove net461 from analyzers/razor

* Remove net461 from test projects

* Feedback

* Add net461 test configs

* Remove some incompatible test configs

* Fix test
…otnet#25247)

[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - dotnet-ef: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20425.4 to 5.0.0-rc.1.20427.10
…otnet#25338)

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

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - dotnet-ef: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20427.9 to 5.0.0-rc.1.20427.11
…otnet#25341)

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

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

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

* Write minimized attribute values explicitly for older language version

* Add tests

* Add baselines for new tests
* Support pseudoelements in CSS scoping. Fixes dotnet#25268

* CR: More test cases

* Another pseudoelement case

* Case insensitivity for single-colon pseudoelements

Not that anybody should ever want to do this

* Avoid an allocation
* Revert "Add workaround for deprecated overload in authentication scenarios (dotnet#24600)"

This reverts commit 7eb58e0.

* Update identity package versions
* Handle auth schemes in cookie names dotnet#25266

* With unicode
* Record type follow ups:

* Throw an error if a record type property has validation metadata
* Disallow TryUpdateModel on a top-level record type
* Ignore previously specified model value when binding a record type
* Unskip record type tests
* Clean up record type detection

* Update src/Mvc/Mvc.Abstractions/src/Resources.resx

Co-authored-by: James Newton-King <[email protected]>

* Fixup tests

* Update src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs

* Update src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs

* Update src/Mvc/Mvc.Abstractions/src/Resources.resx

Co-authored-by: Doug Bunting <[email protected]>

* Update src/Mvc/Mvc.Core/src/Resources.resx

Co-authored-by: Doug Bunting <[email protected]>

* Apply suggestions from code review

Co-authored-by: James Newton-King <[email protected]>
Co-authored-by: Doug Bunting <[email protected]>
- mostly duplicates dotnet#25217
- update `BaselineGenerator` to produce baselines useful in 6.0 (too)
- update Baseline.Designer.props using new generator (matching 3.1.7 release)
- always suppress references expressed only in `*.nuspec` files
  - needed even in servicing builds
- restore warning and errors about removed references (new for 5.0)
  - adjust exclusions to handle `@(_ProjectReferenceByAssemblyName)` removal

nit: do not generate empty `<ItemGroup />` elements

* Correct `@(SuppressBaselineReference)` items
  - remove out-of-date `@(SuppressBaselineReference)` items
    - either 3.1.7 baselines we're using don't include reference or still using package
    - fix some comments and `Condition` attributes to make remainder easy to find
  - add missing `@(SuppressBaselineReference)` items
* Use MonoProxy package for debugging

* Initial working end-to-end

* Update package version and polish up dbging issues

* Throw exception if DebugProxy received no output
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - dotnet-ef: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20428.1 to 5.0.0-rc.1.20428.3
Pass generators to CSC during component discovery
…ession

Suppress baseline reference of Microsoft.AspNetCore.SpaServices
@ghost ghost added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Merge Forward ⏩ labels Aug 28, 2020
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/5.0-to-master branch from 81ed8a4 to e272a00 Compare August 28, 2020 19:18
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 the auto-merge label Aug 28, 2020
@ghost
Copy link

ghost commented Aug 28, 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

❌ 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.

3 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.

@JunTaoLuo JunTaoLuo merged commit ce16ff0 into dotnet:master Aug 29, 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 Type: Merge Forward ⏩
Projects
None yet
Development

Successfully merging this pull request may close these issues.