Skip to content

Conversation

@dotnet-maestro-bot
Copy link
Contributor

I detected changes in the release/5.0-rc2 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-rc2 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-rc2
git pull --ff-only
git checkout master
git pull --ff-only
git merge --no-ff release/5.0-rc2

# 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-rc2-to-master
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/AspNetCore HEAD:merge/release/5.0-rc2-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-rc2-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-rc2-to-master master
git pull https://github.com/dotnet-maestro-bot/AspNetCore merge/release/5.0-rc2-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-rc2-to-master
or if you are using SSH
git checkout -b merge/release/5.0-rc2-to-master master
git pull [email protected]:dotnet-maestro-bot/AspNetCore merge/release/5.0-rc2-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-rc2-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.

John Luo and others added 23 commits September 1, 2020 09:30
Remove @using Microsoft.AspNetCore.Components.Web.Virtualization in blazorserver template.
…901.2 (dotnet#25495)

[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - dotnet-ef: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20451.1 to 5.0.0-rc.1.20451.2
…/5.0-to-release/5.0-rc2

[automated] Merge branch 'release/5.0' => 'release/5.0-rc2'
…otnet#25506)

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

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

* Remove gitignore

* Maybe undo this later

* More factoring

* Get gradle test working

* Get gradle test working

* Get rid of version.java

* Separate build.gradle files for all

* Create separate javaproj's for everything

* Fix warnings

* Resolve conflicts

* Fixup gitignore

* Feedback, fix error

* Fix error

* Change package name

* Fix folder structure

* Skip helix tests, fix .gitignore

* Make TransferFormat private
[release/5.0-rc2] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - dotnet-ef: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20451.2 to 5.0.0-rc.2.20451.12

 - Merge branch 'release/5.0-rc2' into darc-release/5.0-rc2-3ebdc2ef-d6ce-4e79-aa79-c89018409111
…otnet#25522)

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

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

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

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - dotnet-ef: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20451.12 to 5.0.0-rc.2.20452.1
* API review changes.

* Fixed JSObjectReferenceJsonConverter

* CR feedback

* Update JSObjectReferenceExtensions.cs
…re (dotnet#25536)

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

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - dotnet-ef: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20452.1 to 5.0.0-rc.2.20452.2
…0902.8 (dotnet#25549)

[release/5.0-rc2] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Diagnostics.EventLog: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.DirectoryServices.Protocols: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Options: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Logging: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Http: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Win32.Registry: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Drawing.Common: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Threading.Channels: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Windows.Extensions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Text.Json: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Text.Encodings.Web: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.IO.Pipelines: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Net.Http.Json: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Reflection.Metadata: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.AccessControl: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.Cryptography.Cng: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.Cryptography.Xml: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.Permissions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Security.Principal.Windows: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
  - System.Resources.Extensions: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20452.8
- pin Microsoft.Net.Compilers.Toolset version to isolate us from Arcade
  - the version now matches dotnet/runtime
  - may move the pin to later version later in RC2 if needed
- double the macOS job max. length in our normal and quarantined PR runs
  - have been seeing them timeout or come very close too often
[release/5.0-rc2] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - dotnet-ef: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20452.3 to 5.0.0-rc.2.20452.4
* Use ItemSize if it's close to the calculated item size.

* Update WeatherForecastService.cs

* Improved item size calculation.

* Always use calculated item size

* Disable overflow anchoring on scroll containers (except the document itself)

* Update JS files following rebase

* Apply overflow anchor fix to document element too

* Add OverscanCount parameter

Co-authored-by: Steve Sanderson <[email protected]>
Except Identity.UI, since it has Razor files.
@ghost ghost added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Merge Forward ⏩ labels Sep 4, 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 the auto-merge label Sep 4, 2020
@ghost
Copy link

ghost commented Sep 4, 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.

…/5.0-to-release/5.0-rc2

[automated] Merge branch 'release/5.0' => 'release/5.0-rc2'
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

@ghost ghost removed the auto-merge label Sep 4, 2020
Needed for manifest generation. Previously we used the uri for the name
of the build, but the name is also used for generating the names of the
stable package feeds in v3 publishing.
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

…avaScript objects. (dotnet#25548)

* Added IJSUnmarshalledObjectReference

* Working support for IJSUnmarshalledObjectReference

* CR feedback

* Removed IVT and made JSObjectReference public

* Updated JSON converter.

* Update JSObjectReferenceJsonConverterTest.cs

* Removed whitespace 😓
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

This change includes several improvements to CSS isolation that we have gathered from validation and usage feedback.

We have switched from producing a single scoped CSS bundle file for the entire application with all the scoped css files from the current project, referenced projects and package projects to producing one bundle per referenced project/package and to include those bundles into an "application" bundle throught CSS @import statements.

We have cleaned up the bundle names to make them more unique by including the project name on them and we have also cleaned up the bundle extensions.

We have decided to put the individual bundles generated for the project scoped css assets into the static web assets base path of the project, so that when developers reference assets from their scoped css files (like using the CSS url function) the path they use matches what they have inside their library wwwroot folder.

We have decided to put the application bundle on the root path of the application provided that the developer has not overriden the default StaticWebAssetsBasePath.

This is so that the bundle location is consistent across templates, and can be found at ProjectName.styles.css independent of whether the app is a blazor webassembly app or a server side blazor app.

For cases where the default StaticWebAssetBasePath has been overriden, the value is respected and the bundle is placed at $(StaticWebAssetBasePath)/ProjectName.styles.css.

Packaged razor class libraries with scoped css files now package a "project" bundle instead of the individual files.
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

This PR merges commits made on release/5.0-rc2 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-rc2 by the following committers:

@halter73 halter73 force-pushed the merge/release/5.0-rc2-to-master branch 2 times, most recently from cc9bb84 to 20af9b8 Compare September 4, 2020 19:49
# Conflicts:
#	eng/Version.Details.xml
#	eng/Versions.props
@halter73 halter73 force-pushed the merge/release/5.0-rc2-to-master branch from e769b0b to 9a07198 Compare September 4, 2020 19:58
@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-rc2, but I could not automatically push those to merge/release/5.0-rc2-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.

@halter73 halter73 merged commit a190fd3 into dotnet:master Sep 5, 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.