Commit Graph

2337 Commits

Author SHA1 Message Date
dotnet-maestro[bot] c18f74d617
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#25791)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-11 01:31:45 +00:00
dotnet-maestro[bot] ce475cb00f
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime (#25777)
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime
2020-09-10 22:48:26 +00:00
Pranav K 690c717314
Update to latest SDK (#25421)
* React to platform compatibility analyzer warnings
* React to new warnings
* Add platform compatibility attributes
2020-09-10 15:12:17 -07:00
Pranav K 0811b3cb75
Point to the correct directory for SDK test assets (#25734)
This ends up building SDK's test assets as part of a regular build which ends up failing in a clean build.
2020-09-10 11:55:37 -07:00
Juan Hoyos dda1d33f7b
Enable ARM64 installers build. (#25579)
Changes WiX toolset used to 3.14 to support ARM64
Generates targeting pack from the x86/x64 leg, as it gets produced using a zip that gets generated there.
The ARM64 leg now produces all the necessary msi's, exe, and wixlib needed for the installer to generate a bundle.
2020-09-10 10:59:37 -07:00
dotnet-maestro[bot] 70725b554c
[release/5.0-rc2] Update dependencies from dotnet/efcore (#25748)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-10 06:52:37 +00:00
Doug Bunting 12f92dbc8c
Eliminate duplicates in Helix `TestRunner` (#25663)
* Eliminate duplicates in Helix `TestRunner`
- do not add source that's already in NuGet.config
  - configuration file now part of Helix content
- do not re-set an env variable that's set in `runtests.*`

nit: simplify `%Path% setting in runtests.cmd
- always quote the value
- but, keep the `SETLOCAL` command
  - don't pollute environment on Helix agents

* Remove `--source` options we don't need anymore from `runtests.*`
- nit: add `--no-restore` to `dotnet run` command after `dotnet restore`

* Add `--arch arm64` to ARM64 `restore` build steps
- #25397
- was restoring for the wrong architecture

nit: add `--no-restore` to Helix project build steps
- already restored
2020-09-09 11:58:05 -07:00
Pranav K 646925127b
Move ProtectedBrowserStorage to the shared fx (#25557)
* Move ProtectedBrowserStorage to the shared fx

* Fixups

* Fixup
2020-09-09 09:54:14 -07:00
dotnet-maestro[bot] d5a477ce1e
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#25718)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - dotnet-ef: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20458.8 to 5.0.0-rc.2.20458.10

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

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - dotnet-ef: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20458.4 to 5.0.0-rc.2.20458.8
2020-09-09 03:24:42 +00:00
dotnet-maestro[bot] 95763af89a
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555)
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Diagnostics.EventLog: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.DirectoryServices.Protocols: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Options: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Logging: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Http: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Win32.Registry: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Drawing.Common: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Threading.Channels: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Windows.Extensions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Text.Json: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Text.Encodings.Web: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.IO.Pipelines: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Net.Http.Json: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Reflection.Metadata: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.AccessControl: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.Cryptography.Cng: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.Cryptography.Xml: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.Permissions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Security.Principal.Windows: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25
  - System.Resources.Extensions: from 5.0.0-rc.2.20452.8 to 5.0.0-rc.2.20454.25

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - dotnet-ef: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.2.20452.4 to 5.0.0-rc.2.20458.4

- Updates:
  - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20431.1 to 5.0.0-beta.20452.19
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20431.1 to 5.0.0-beta.20452.19
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20431.1 to 5.0.0-beta.20452.19

 - System.IO.Pipelines Fix

(cherry picked from commit 520b9e23f027d7cca49d33f1dc6b2a0e57c893b3)

 - Skip reference check of System.IO.Pipelines ref/ assembly
- add Framework projects to solution
- add Framework.slnf and startvs.cmd in src/Framework

 - Merge branch 'release/5.0-rc2' into darc-release/5.0-rc2-d6b9c1c0-be36-4d12-b860-e7e54a75cb6d
2020-09-08 23:34:53 +00:00
Brennan 4718c11f4d
Add incremental build and project references to java projects (#25707)
* Add incremental build and project references to java projects

* fb

* fix version
2020-09-08 16:30:18 -07:00
Doug Bunting e02820f77c
Move to stable Microsoft.CodeAnalysis.PublicApiAnalyzers version (#25662) 2020-09-06 16:38:47 -07:00
Doug Bunting 918dfdcebc
Merge pull request #25280 from dotnet/wtgodbe/MergePreview8
Merge preview8 branch to public
2020-09-06 16:36:21 -07:00
Doug Bunting cd0ec1f46b
Add dotnet-install-scripts files to Helix content 2020-09-04 10:53:15 -07:00
dotnet-maestro[bot] 8991f17c2e
[release/5.0-rc2] Update dependencies from dotnet/efcore (#25553)
[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
2020-09-03 03:25:56 +00:00
Doug Bunting 3ef9fbee42
Quick infrastructure fix-ups (#25545)
- 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
2020-09-02 19:45:36 -07:00
dotnet-maestro[bot] a2ffaf95ca
Update dependencies from https://github.com/dotnet/runtime build 20200902.8 (#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
2020-09-03 01:31:37 +00:00
dotnet-maestro[bot] 3f612afe9a
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-09-02 23:02:44 +00:00
Will Godbe d1ab8efe70 Use -nopath 2020-09-02 09:32:10 -07:00
dotnet-maestro[bot] 474f947261
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-09-02 10:51:15 +00:00
dotnet-maestro[bot] 97ed9197a1
[release/5.0-rc2] Update dependencies from dotnet/efcore (#25514)
[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
2020-09-02 05:20:38 +00:00
Doug Bunting 5438f84ae5
Merge pull request #25500 from dotnet-maestro-bot/merge/release/5.0-to-release/5.0-rc2
[automated] Merge branch 'release/5.0' => 'release/5.0-rc2'
2020-09-01 16:00:06 -07:00
Will Godbe b02309fecf merge 2020-09-01 15:50:46 -07:00
Will Godbe 08309b1e02 Fix tools.ps1 2020-09-01 15:49:38 -07:00
dotnet-maestro[bot] 19d11b2c81
Update dependencies from https://github.com/dotnet/efcore build 20200901.2 (#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
2020-09-01 18:01:48 +00:00
William Godbe f0a5233b2c
Update branding to rc2 (#25502) 2020-09-01 10:57:10 -07:00
William Godbe e6a163be57
Merge branch 'release/5.0' into wtgodbe/MergePreview8 2020-09-01 09:47:29 -07:00
dotnet-maestro[bot] 6cd4d8bd68
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime (#25489)
* Update dependencies from https://github.com/dotnet/runtime build 20200831.18

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-rc.1.20431.10 -> To Version 5.0.0-rc.1.20451.1

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

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-09-01 08:00:23 -07:00
dotnet-maestro[bot] 748686fa91
Update dependencies from https://github.com/dotnet/efcore build 20200831.10 (#25488)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - dotnet-ef: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20431.9 to 5.0.0-rc.1.20431.10
2020-09-01 09:39:16 +00:00
dotnet-maestro[bot] a7a2800658
[release/5.0] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25469)
[release/5.0] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - dotnet-ef: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20431.2 to 5.0.0-rc.1.20431.9

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

- Updates:
  - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.1
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.1
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20431.1

 - Merge branch 'release/5.0' into darc-release/5.0-46fc5024-d7ad-477c-9089-31f91f2fb7a6
2020-09-01 07:57:31 +00:00
Doug Bunting 48c1261097
Do not use `$(AppRuntimeVersion)` or NETCore version for shared Fx in Helix runs (#25477)
- remove hard-coded `$(AppRuntimeVersion)` property entirely
  - use `$(SharedFxVersion)` instead

nits:
- make `RunTests` help more clear about how `--runtime` option is used
- remove unused `--sdk` option on `RunTests` command line
- add Microsoft.AspNetCore.App.Ref package to Helix content later, ensuring it exists
2020-08-31 21:40:02 -07:00
Matt Mitchell 6a3ce0d974
Add light/lit command packages (#25334)
* Add light/lit command packages
This adds light command package generation to aspnetcore.
After build of a wix project, generate a light package based off of the inputs that are sent to light.exe/lit.exe.
2020-08-31 14:19:34 -07:00
dotnet-maestro[bot] 80662903a2
Update dependencies from https://github.com/dotnet/runtime build 20200831.5 (#25455)
[release/5.0] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.DirectoryServices.Protocols: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Drawing.Common: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Text.Json: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Threading.Channels: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Windows.Extensions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.IO.Pipelines: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Net.Http.Json: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Reflection.Metadata: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Resources.Extensions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.AccessControl: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.Permissions: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20430.6 to 5.0.0-rc.1.20431.5
2020-08-31 20:23:53 +00:00
Doug Bunting dba6d71148
Use stable versions of most Microsoft.CodeAnalysis.* packages (#25407)
- cannot build this repo with stable versions otherwise
- avoids "NU5104: ... stable release of a package should not have a prerelease dependency ..."
  - primary error was in Microsoft.CodeAnalysis.Razor.csproj
2020-08-31 12:34:59 -07:00
Doug Bunting 27582545ba
Correct the site extensions builds (#25406)
- handle differing SiteExtensions package versions
  - the arch-specific packages don't stabilize when final package does
- update 3.1 packages in bundle to 3.1.7 version
- remove useless empty folder from LoggingBranch (arch-specific) package
  - double slashes help nobody but add an empty-named level in the package

nit: fix a binary log filename
2020-08-31 12:26:04 -07:00
Doug Bunting 1f84e28882
Use `$(TargetFrameworkIdentifier)` and `$(TargetFrameworkVersion)` consistently (#25428)
- always use `$([MSBuild]::VersionXYZ(...))` for version checks
- use `$(NETCoreAppFrameworkIdentifier)` where it's available
- move `$(KnownAppHostPackOrFrameworkReferenceTfm)` setting to Directory.Build.props
  - use it to correct `@(KnownFrameworkReference)` updates
  - metadata of those items still uses `netcoreapp5.0`
  - see also https://github.com/dotnet/efcore/pull/22279#discussion_r478674176

nits:
- do not assume `$(TargetFrameworkVersion)` starts with a 'v'; valid w/o it
- add `$(_IsMicrosoftNETCoreApp20OrOlder)` property in OpenAPI targets file
  - evaluate the `Condition` once instead of three times
2020-08-31 11:36:19 -07:00
dotnet-maestro[bot] ccce9e7753
Update dependencies from https://github.com/dotnet/efcore build 20200831.2 (#25452)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - dotnet-ef: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20430.4 to 5.0.0-rc.1.20431.2
2020-08-31 18:01:31 +00:00
Doug Bunting 21668d2c16
Use `--norestart` VS installer argument conditionally (#25425)
- aspnet/AspNetCore-ManualTests#175
- now compatible only with `--passive` and `--quiet`
2020-08-31 10:06:03 -07:00
Mackinnon Buck c2f97933fe
InputFile follow-up (#25248)
* Changes from API review

* Feedback from security review

* Update IBrowserFile.cs

* Updated documentation.

* Moved InputFile to M.A.Components.Forms

* More changes

* Move ProtectedBrowserStorage to it's own package
* Mark Components.Web.Extensions as non-shipping until we can move it over
* Allow InputFile.OpenReadStreamAsync to specify an expected file size.

* Fix E2E tests

* CR: Throw if user supplies too many files.

* Another build fix

* CR: Zero files is not a scenario

* Update E2E tests

* Update JS binaries after rebase

* Update test

Co-authored-by: Pranav K <prkrishn@hotmail.com>
Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
2020-08-31 09:07:36 -07:00
dotnet-maestro[bot] d3ebaf0782
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#25432)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.Drawing.Common: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.DirectoryServices.Protocols: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Threading.Channels: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Windows.Extensions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Text.Json: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.IO.Pipelines: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Net.Http.Json: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Reflection.Metadata: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.AccessControl: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.Permissions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6
  - System.Resources.Extensions: from 5.0.0-rc.1.20430.5 to 5.0.0-rc.1.20430.6

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - dotnet-ef: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20430.3 to 5.0.0-rc.1.20430.4
2020-08-31 04:57:34 +00:00
dotnet-maestro[bot] 2bb34c3e4e
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#25429)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.Drawing.Common: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.DirectoryServices.Protocols: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Threading.Channels: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Windows.Extensions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Text.Json: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.IO.Pipelines: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Net.Http.Json: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Reflection.Metadata: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.AccessControl: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.Permissions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5
  - System.Resources.Extensions: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.5

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - dotnet-ef: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20429.3 to 5.0.0-rc.1.20430.2
2020-08-31 01:29:30 +00:00
dotnet-maestro[bot] b4a198cfcd
Update dependencies from https://github.com/dotnet/efcore build 20200829.3 (#25414)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - dotnet-ef: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20429.2 to 5.0.0-rc.1.20429.3
2020-08-30 02:22:28 +00:00
dotnet-maestro[bot] 2573681bb9
Update dependencies from https://github.com/dotnet/efcore build 20200829.2 (#25413)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - dotnet-ef: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20428.12 to 5.0.0-rc.1.20429.2
2020-08-30 00:40:08 +00:00
dotnet-maestro[bot] b3b3cb6663
Update dependencies from https://github.com/dotnet/runtime build 20200829.3 (#25408)
[release/5.0] Update dependencies from dotnet/runtime
- Updates:
  - System.Drawing.Common: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.DirectoryServices.Protocols: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Threading.Channels: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Windows.Extensions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Text.Json: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.IO.Pipelines: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Net.Http.Json: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Reflection.Metadata: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.AccessControl: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.Permissions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
  - System.Resources.Extensions: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20429.3
2020-08-29 22:05:11 +00:00
dotnet-maestro[bot] 4a0b2a3b94
[release/5.0] Update dependencies from dotnet/efcore (#25392)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - dotnet-ef: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20428.11 to 5.0.0-rc.1.20428.12
2020-08-29 06:49:41 +00:00
dotnet-maestro[bot] acc0589147
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#25388)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.Drawing.Common: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.DirectoryServices.Protocols: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Threading.Channels: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Windows.Extensions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Text.Json: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.IO.Pipelines: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Net.Http.Json: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Reflection.Metadata: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.AccessControl: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.Permissions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9
  - System.Resources.Extensions: from 5.0.0-rc.1.20428.3 to 5.0.0-rc.1.20428.9

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - dotnet-ef: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20428.9 to 5.0.0-rc.1.20428.10
2020-08-29 05:05:42 +00:00
Jean-Marc Prieur 744e96b23d
Updating Web project templates to ms.id.web 0.3.0-preview (#25309)
* Updating Web project templates to ms.id.web 0.3.0-preview

* version bump
and quick fix to the Blasorwasm default values for
the Web api so that customers have a better experience

* Microsoft.Graph is brought in transitively by MS.ID.Web

Co-authored-by: John Luo <johluo@microsoft.com>
2020-08-28 19:56:37 -07:00
dotnet-maestro[bot] f82794a6cb
[release/5.0] Update dependencies from dotnet/efcore (#25382)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - dotnet-ef: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20428.7 to 5.0.0-rc.1.20428.8
2020-08-29 02:42:47 +00:00
dotnet-maestro[bot] fdfd7d07ae
Update dependencies from https://github.com/dotnet/arcade build 20200827.5 (#25373)
[release/5.0] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
2020-08-28 22:18:52 +00:00
dotnet-maestro[bot] d0da0637f0
[release/5.0] Update dependencies from dotnet/efcore (#25349)
[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
2020-08-28 18:02:26 +00:00
Artak b51d2fe838
Merge pull request #25290 from dotnet/prkrishn/remove-spaservices
Remove NodeServices + SpaServices
2020-08-28 10:30:03 -07:00
Artak 3db5c9cbc5
Use MonoProxy package for debugging (#24721)
* 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
2020-08-28 10:29:34 -07:00
Doug Bunting 31bd4d4b1d
[release/5.0] Correct baseline checks (#25227)
- mostly duplicates #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
2020-08-28 09:53:20 -07:00
Safia Abdalla 97280fe5f6
Revert identity package workaround and bump versions (#24819)
* Revert "Add workaround for deprecated overload in authentication scenarios (#24600)"

This reverts commit 7eb58e045d.

* Update identity package versions
2020-08-28 09:00:09 -07:00
Safia Abdalla 302d79a347 Initial working end-to-end 2020-08-28 08:25:18 -07:00
Safia Abdalla 691910c67d Use MonoProxy package for debugging 2020-08-28 08:23:30 -07:00
dotnet-maestro[bot] 432f9b8a91
Update dependencies from https://github.com/dotnet/runtime build 20200828.3 (#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
2020-08-28 14:41:24 +00:00
dotnet-maestro[bot] 94b3e7effd
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-08-28 11:04:56 +00:00
dotnet-maestro[bot] d85ac16498
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-08-28 05:20:38 +00:00
dotnet-maestro[bot] 966aa02ccd
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-08-28 03:41:54 +00:00
William Godbe ce058f639c
Add net461 TFM to netstandard2.0 projects (#25094)
* 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
2020-08-27 16:05:40 -07:00
Pranav K 5ed38b7eeb
Remove NodeServices + SpaServices
Follow up to https://github.com/dotnet/aspnetcore/pull/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
2020-08-26 14:19:07 -07:00
Will Godbe 6205d66a0e Resolve merge conflicts 2020-08-26 12:07:14 -07:00
John Luo 098be5f5ee
Use LDAP support from DirectoryServices.Protocols for RBAC claim resolution on Linux for Negotiate (#25075) 2020-08-25 13:21:46 -07:00
dotnet-maestro[bot] 70ea49fd8a
Update dependencies from https://github.com/dotnet/efcore build 20200825.4 (#25243)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - dotnet-ef: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20425.3 to 5.0.0-rc.1.20425.4
2020-08-25 17:00:07 +00:00
dotnet-maestro[bot] 3f81caae85
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#25239)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Drawing.Common: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Text.Json: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Threading.Channels: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Windows.Extensions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.IO.Pipelines: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Net.Http.Json: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Reflection.Metadata: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Resources.Extensions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.AccessControl: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.Permissions: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20424.16 to 5.0.0-rc.1.20425.1

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - dotnet-ef: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20425.2 to 5.0.0-rc.1.20425.3
2020-08-25 14:46:24 +00:00
dotnet-maestro[bot] 0ff360d318
[release/5.0] Update dependencies from dotnet/efcore (#25237)
[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
2020-08-25 12:24:11 +00:00
dotnet-maestro[bot] a01f9eb0ce
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime (#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
2020-08-25 10:12:54 +00:00
dotnet-maestro[bot] aa1646b424
Update dependencies from https://github.com/dotnet/runtime build 20200824.12 (#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
2020-08-25 05:31:22 +00:00
dotnet-maestro[bot] 0050ece118
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#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
2020-08-25 03:36:26 +00:00
dotnet-maestro[bot] 04ca38bcfb
Update dependencies from https://github.com/dotnet/efcore build 20200824.1 (#25190)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - dotnet-ef: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20423.9 to 5.0.0-rc.1.20424.1
2020-08-24 11:15:43 +00:00
dotnet-maestro[bot] 8c8cfe611a
Update dependencies from https://github.com/dotnet/runtime build 20200823.8 (#25185)
[release/5.0] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Drawing.Common: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Text.Json: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Threading.Channels: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Windows.Extensions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.IO.Pipelines: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Net.Http.Json: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Reflection.Metadata: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Resources.Extensions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.AccessControl: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.Permissions: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20423.4 to 5.0.0-rc.1.20423.8
2020-08-24 09:15:18 +00:00
dotnet-maestro[bot] df37d00307
Update dependencies from https://github.com/dotnet/efcore build 20200823.9 (#25178)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - dotnet-ef: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20423.7 to 5.0.0-rc.1.20423.9
2020-08-24 02:52:19 +00:00
dotnet-maestro[bot] a59639714e
[release/5.0] Update dependencies from dotnet/efcore (#25176)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - dotnet-ef: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20423.3 to 5.0.0-rc.1.20423.7
2020-08-24 01:00:10 +00:00
dotnet-maestro[bot] 112d821a26
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#25174)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Drawing.Common: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Text.Json: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Threading.Channels: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Windows.Extensions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.IO.Pipelines: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Net.Http.Json: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Reflection.Metadata: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Resources.Extensions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.AccessControl: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.Permissions: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.4

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - dotnet-ef: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20423.2 to 5.0.0-rc.1.20423.3
2020-08-23 22:13:06 +00:00
dotnet-maestro[bot] 26583ac5b7
Update dependencies from https://github.com/dotnet/efcore build 20200823.2 (#25169)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - dotnet-ef: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20422.6 to 5.0.0-rc.1.20423.2
2020-08-23 20:41:55 +00:00
dotnet-maestro[bot] cf0f7efa9c
Update dependencies from https://github.com/dotnet/efcore build 20200822.6 (#25161)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - dotnet-ef: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20422.5 to 5.0.0-rc.1.20422.6
2020-08-23 06:06:05 +00:00
dotnet-maestro[bot] 2dba2d53c8
Update dependencies from https://github.com/dotnet/efcore build 20200822.5 (#25159)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - dotnet-ef: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20422.4 to 5.0.0-rc.1.20422.5
2020-08-23 04:04:28 +00:00
dotnet-maestro[bot] 7304bd5233
Update dependencies from https://github.com/dotnet/runtime build 20200822.6 (#25157)
[release/5.0] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Drawing.Common: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Text.Json: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Threading.Channels: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Windows.Extensions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.IO.Pipelines: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Net.Http.Json: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Reflection.Metadata: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Resources.Extensions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.AccessControl: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.Permissions: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20421.18 to 5.0.0-rc.1.20422.6
2020-08-23 01:19:05 +00:00
dotnet-maestro[bot] 135e8e6ffe
Update dependencies from https://github.com/dotnet/efcore build 20200822.4 (#25155)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - dotnet-ef: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20422.1 to 5.0.0-rc.1.20422.4
2020-08-22 22:21:47 +00:00
dotnet-maestro[bot] 7620fe2a0b
[release/5.0] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25100)
* Update dependencies from https://github.com/dotnet/arcade build 20200819.21

Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20417.6 -> To Version 5.0.0-beta.20419.21

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-rc.1.20420.2 -> To Version 5.0.0-rc.1.20422.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-08-22 11:07:39 -07:00
Pranav K 0960a7a0c5
Configure OpenAPI as part of webapi project template creation (#25110)
* Configure OpenAPI as part of webapi project template creation
Fixes https://github.com/dotnet/aspnetcore/issues/25080

* Update to default to WebAPI
2020-08-21 23:44:11 +00:00
dotnet-maestro[bot] 9b5999f340
Update dependencies from https://github.com/dotnet/efcore build 20200820.2 (#25085)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - dotnet-ef: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20419.15 to 5.0.0-rc.1.20420.2
2020-08-20 21:28:58 +00:00
dotnet-maestro[bot] 901ae06bb8
Update dependencies from https://github.com/dotnet/efcore build 20200819.15 (#25065)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - dotnet-ef: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20419.12 to 5.0.0-rc.1.20419.15
2020-08-20 18:47:50 +00:00
dotnet-maestro[bot] 9a8a1d4903
[release/5.0] Update dependencies from dotnet/arcade dotnet/efcore (#25049)
[release/5.0] Update dependencies from dotnet/arcade dotnet/efcore
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20411.8 to 5.0.0-beta.20417.6
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20411.8 to 5.0.0-beta.20417.6

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - dotnet-ef: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20419.5 to 5.0.0-rc.1.20419.12
2020-08-20 02:00:33 +00:00
dotnet-maestro[bot] dd43757bfe
Update dependencies from https://github.com/dotnet/efcore build 20200819.5 (#25040)
[release/5.0] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - dotnet-ef: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore.Design: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20417.2 to 5.0.0-rc.1.20419.5
2020-08-19 18:38:38 +00:00
Javier Calvarro Nelson 38563dd8d1
[Blazor][Identity] Update to the latest identity server version (#25002)
* Updates to IdentityServer 4.0.4
* Updates templates with the new migrations.
* Fixes a small configuration bug that required the configuration for the key to be specified.
* Updates the error url in IdentityServer config to match our template defaults.
2020-08-19 02:12:35 -07:00
Hao Kung 94e314d4d2 Helix pass in -nopath for dotnet-install (#24968) 2020-08-18 16:57:29 -07:00
dotnet-maestro[bot] fec96f2165
Update dependencies from https://github.com/dotnet/arcade build 20200811.8 (#24961)
[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20403.5 to 5.0.0-beta.20411.8
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20403.5 to 5.0.0-beta.20411.8
2020-08-17 19:07:18 +00:00
dotnet-maestro[bot] a6abd1101d
[master] Update dependencies from dotnet/efcore (#24964)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - dotnet-ef: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20416.1 to 5.0.0-rc.1.20417.2
2020-08-17 17:12:20 +00:00
dotnet-maestro[bot] 524c8cda63
Update dependencies from https://github.com/dotnet/runtime build 20200816.7 (#24963)
[master] Update dependencies from dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Drawing.Common: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Text.Json: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Threading.Channels: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Windows.Extensions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.IO.Pipelines: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Net.Http.Json: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Reflection.Metadata: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Resources.Extensions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.AccessControl: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
  - System.Security.Permissions: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.7
2020-08-17 13:53:16 +00:00
dotnet-maestro[bot] de726ccc11
Update dependencies from https://github.com/dotnet/efcore build 20200816.1 (#24947)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - dotnet-ef: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20415.1 to 5.0.0-rc.1.20416.1
2020-08-16 13:18:15 +00:00
dotnet-maestro[bot] 0d79179bb4
Update dependencies from https://github.com/dotnet/efcore build 20200815.1 (#24941)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - dotnet-ef: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20414.11 to 5.0.0-rc.1.20415.1
2020-08-16 00:23:18 +00:00
dotnet-maestro[bot] 3f4088224b
[master] Update dependencies from dotnet/efcore dotnet/runtime (#24876)
[master] Update dependencies from dotnet/efcore dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Drawing.Common: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Text.Json: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Threading.Channels: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Windows.Extensions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.IO.Pipelines: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Net.Http.Json: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Reflection.Metadata: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Resources.Extensions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.AccessControl: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1
  - System.Security.Permissions: from 5.0.0-rc.1.20411.5 to 5.0.0-rc.1.20415.1

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - dotnet-ef: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20412.5 to 5.0.0-rc.1.20414.11

 - Skip failing gRPC tests

 - Skip more tests to avoid #24902
- try just removing "http" theory data

 - Skip all `HttpClientHttp2InteropTests` tests on macOS
- no theory data due to #24902 and dotnet/corefx#30492 aka dotnet/runtime#26534 (now tracked somewhere else)

 - Add bogus entry to avoid empty theory data
2020-08-15 21:56:31 +00:00
Doug Bunting aab95eadc9
Merge pull request #24838 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'
2020-08-13 14:39:20 -07:00
dotnet-maestro[bot] 93cfbe46fd
[master] Update dependencies from dotnet/efcore (#24848)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - dotnet-ef: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
2020-08-13 02:39:54 +00:00
Chris Ross ac6b62b5df
Merge branch 'master' into merge/release/3.1-to-master 2020-08-12 16:42:51 -07:00
dotnet-maestro[bot] ff4db3627f
[master] Update dependencies from dotnet/runtime dotnet/efcore (#24832)
[master] Update dependencies from dotnet/runtime dotnet/efcore
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Drawing.Common: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Text.Json: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Threading.Channels: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Windows.Extensions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.IO.Pipelines: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Net.Http.Json: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Reflection.Metadata: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Resources.Extensions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.AccessControl: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5
  - System.Security.Permissions: from 5.0.0-rc.1.20410.10 to 5.0.0-rc.1.20411.5

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - dotnet-ef: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20411.4 to 5.0.0-rc.1.20412.1
2020-08-12 17:09:27 +00:00
Pranav K b8e176e35c
Merge remote-tracking branch 'origin/release/5.0-preview8' into internal/release/5.0-preview8 2020-08-12 09:02:04 -07:00
Doug Bunting 95386ff08a
Undo package downgrade 2020-08-11 18:07:59 -07:00
Doug Bunting 1709e5badb
Update Baseline.* files 2020-08-11 18:07:23 -07:00
dotnet-maestro[bot] c9064a9b95
[master] Update dependencies from dotnet/efcore (#24812)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - dotnet-ef: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20410.7 to 5.0.0-rc.1.20411.4
2020-08-12 00:36:26 +00:00
Doug Bunting 9f03b0acff
Update branding to 3.1.8
- build targeting pack to pick up NuGet/Home#8599 fix
    - dotnet/extensions#2750 and #24200 2/2
    - requires follow-up after next official extensions build
- fake the baseline update
    - remainder must be done after the 3.1.7 release
2020-08-11 10:45:29 -07:00
Pranav K 8e5533f2a3
Use BlazorWebAssemblySDK (#24371)
* Use BlazorWebAssemblySDK

* Update projects to use the BlazorSDK
* Remove tasks and targets from RazorSDK
* Remove workarounds from BlazorSDK

* Fixup

* Fixup
2020-08-11 17:29:01 +00:00
Doug Bunting 7efec87a14
Fix fetch of package version in eng/Publishing.props (#24777)
- target project is a test project; need to undo `$(SkipTestBuild)` impact in these jobs

nit: remove a comment from DeveloperCertificates project that's irrelevant now
2020-08-11 10:10:24 -07:00
dotnet-maestro[bot] cd58eb753b
[master] Update dependencies from dotnet/efcore dotnet/runtime (#24770)
[master] Update dependencies from dotnet/efcore dotnet/runtime
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - dotnet-ef: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20410.3 to 5.0.0-rc.1.20410.7

- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Drawing.Common: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Text.Json: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Threading.Channels: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Windows.Extensions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.IO.Pipelines: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Net.Http.Json: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Reflection.Metadata: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Resources.Extensions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.AccessControl: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
  - System.Security.Permissions: from 5.0.0-rc.1.20409.3 to 5.0.0-rc.1.20410.10
2020-08-11 14:17:16 +00:00
Doug Bunting 3dd75ea18d
Grab some binary logs (#22380)
* Grab binary logs for main Windows and Linux jobs
- in the Windows case, do not do this in official builds (logging slows build down)

nit: do not set variables with only two values three times

* Do not sign twice in Windows Code-sign build step

nit: correct wording in Signing.props

* !fixup! Don't grab the large x86 binary log
2020-08-11 07:10:27 +00:00
dotnet-maestro[bot] 942b6de03d
Update dependencies from https://github.com/dotnet/efcore build 20200810.3 (#24766)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - dotnet-ef: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20410.2 to 5.0.0-rc.1.20410.3
2020-08-11 02:38:37 +00:00
Pranav K fd1a5c5a9c
Merge pull request #24641 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master
[automated] Merge branch 'release/5.0-preview8' => 'master'
2020-08-10 17:13:51 -07:00
dotnet-maestro[bot] adea6638cc
Update dependencies from https://github.com/dotnet/roslyn build 20200807.3 (#24738)
[master] Update dependencies from dotnet/roslyn
- Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.8.0-2.20379.3 to 3.8.0-2.20407.3
2020-08-10 20:35:42 +00:00
dotnet-maestro[bot] 927ddab349
[master] Update dependencies from dotnet/runtime dotnet/efcore (#24717)
* Update dependencies from https://github.com/dotnet/runtime build 20200808.3

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

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

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

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

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

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

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

* React to S.T.Json changes

* Update LangVersion=9.0 in the repo to use T?
* Remove LangVersion project project files

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-08-10 19:50:18 +00:00
Pranav K 56be06bc7d
Update test runner to 2.4.3 (#24685) 2020-08-10 12:32:04 -07:00
Pranav K 6e006e3e2a
Merge remote-tracking branch 'origin/release/5.0-preview8' 2020-08-10 11:39:18 -07:00
Doug Bunting 3ee7058ef0 Remove requirements for VS 16.7
- use SignalR.Npm.FunctionalTests.npmproj to get non-stable version
  - not Microsoft.AspNetCore.DeveloperCertificates.XPlat.csproj (avoid C# and F# projects)
  - add `_GetPackageVersionInfo` target to all `*.npmproj` projects
    - make `_GetPackageVersionInfo` target work when `yarn` is not installed
- switch codesign-xplat.yml to use `dotnet msbuild`
  - above change also fixes Code-sign jobs but they're slightly faster using `dotnet msbuild`
2020-08-10 10:33:24 -07:00
DotNet Bot cb4a16a990 Merged PR 9643: [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-efcore
This pull request updates the following dependencies

[marker]: <> (Begin:23bc2e3f-87fe-4650-2d94-08d833f30c40)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore
- **Subscription**: 23bc2e3f-87fe-4650-2d94-08d833f30c40
- **Build**: 20200807.4
- **Date Produced**: 8/10/2020 2:57 PM
- **Commit**: 065db8ccb2bdf70651532db7998d1dcec30620f9
- **Branch**: refs/heads/internal/release/5.0-preview8

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.EntityFrameworkCore.Tools**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **Microsoft.EntityFrameworkCore.SqlServer**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **dotnet-ef**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **Microsoft.EntityFrameworkCore**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **Microsoft.EntityFrameworkCore.Relational**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **Microsoft.EntityFrameworkCore.Sqlite**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4
  - **Microsoft.EntityFrameworkCore.InMemory**: from 5.0.0-preview.8.20407.2 to 5.0.0-preview.8.20407.4

[DependencyUpdate]: <> (End)

[marker]: <> (End:23bc2e3f-87fe-4650-2d94-08d833f30c40)
2020-08-10 15:08:52 +00:00
dotnet-maestro[bot] 675336c769
Update dependencies from https://github.com/dotnet/arcade build 20200803.5 (#24737)
[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20403.5
  - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20374.1 to 5.0.0-beta.20403.5
2020-08-10 13:29:56 +00:00
DotNet Bot 929a89b7a2 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - dotnet-ef: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-preview.8.20379.2 to 5.0.0-preview.8.20407.2
2020-08-10 09:29:28 +00:00
DotNet Bot a1df872449 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime 2020-08-08 01:18:13 +00:00
Pranav K 39f18c0f14
Use IgnoreStandardErrorWarningFormat more extensively in Npm.Common.targets (#24682)
This is a possible fix for the 'Waiting for the other yarn instance to finish' error that appears during our CI builds

This property is configured in [CSharp.Common.props](https://github.com/dotnet/aspnetcore/blob/master/eng/targets/CSharp.Common.props#L57-L61) but not the NPM one.
However it is used in exactly one place in the [targets](https://github.com/dotnet/aspnetcore/blob/master/eng/targets/Npm.Common.targets#L45)

This change updates the target to use it more consistently and to declare it
it in the props file
2020-08-07 15:20:12 -07:00
dotnet-maestro[bot] 3da9c7cff7
[master] Update dependencies from dotnet/efcore dotnet/runtime (#24619)
[master] Update dependencies from dotnet/efcore dotnet/runtime
- Updates:
  - System.ComponentModel.Annotations: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Diagnostics.DiagnosticSource: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Diagnostics.EventLog: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.Configuration: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.Console: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.Debug: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.EventLog: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.EventSource: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Logging.TraceSource: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Options: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Options.ConfigurationExtensions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Options.DataAnnotations: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Primitives: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Internal.Transport: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Http: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Hosting: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Caching.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Caching.Memory: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.Binder: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.CommandLine: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.EnvironmentVariables: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.FileExtensions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.Ini: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.Json: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.UserSecrets: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Configuration.Xml: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.DependencyInjection: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.DependencyInjection.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.DependencyModel: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.FileProviders.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.FileProviders.Composite: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.FileProviders.Physical: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.FileSystemGlobbing: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.HostFactoryResolver.Sources: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Extensions.Hosting.Abstractions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Win32.Registry: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.Win32.SystemEvents: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Drawing.Common: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Text.Encodings.Web: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Text.Json: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Threading.Channels: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Windows.Extensions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.ServiceProcess.ServiceController: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.Principal.Windows: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.IO.Pipelines: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Net.Http.Json: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Net.Http.WinHttpHandler: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Net.WebSockets.WebSocketProtocol: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Reflection.Metadata: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Resources.Extensions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Runtime.CompilerServices.Unsafe: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.AccessControl: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.Cryptography.Cng: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.Cryptography.Pkcs: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.Cryptography.Xml: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11
  - System.Security.Permissions: from 5.0.0-rc.1.20404.16 to 5.0.0-rc.1.20406.11

- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - dotnet-ef: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20405.3 to 5.0.0-rc.1.20406.4
2020-08-07 13:53:04 +00:00
Pranav K 146d316bc5
Add a middleware for browser refresh. (#24574)
* Add a middleware for browser refresh.

* Introduce a middleware that can connect to the dotnet-watch change server
* dotnet-watch: Inject the middleware in 3.1 or apps using start hooks \ hosting startup

https://github.com/dotnet/aspnetcore/issues/23412

* Update src/Tools/dotnet-watch/BrowserRefresh/src/StartupHook.cs

* Changes per PR comments

* Add a test for reading the script

* Changes per PR comments

* Updates docs

* Fixup test

* Add project ref
2020-08-06 17:20:51 -07:00
dotnet-maestro[bot] f52077f599
[master] Update dependencies from dotnet/runtime dotnet/efcore (#24496)
* React to SDK changes

* Skip instead of quar

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

* Update global.json
    - move to RC1 SDK

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

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

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

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

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

* Ignitor to 5.0

* Constants

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

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
Co-authored-by: wtgodbe <wigodbe@microsoft.com>
Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
2020-08-05 18:42:25 -07:00
juanam a0056635aa Update path after dupe fix 2020-08-05 10:26:39 -07:00
Doug Bunting e13368391b
Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567)
- #20818, fix e.g. references to Microsoft.Web.Xdt.Extensions in our packages
- make `@(Reference)` items much more broadly applicable
- emit an error when `@(ProjectReference)` is used instead of `@(Reference)`
    - then get rid of the errors (!!)
- rename a couple of projects to match their assembly names
    - then regenerate the `@(ProjectReferenceProvider)` items
- switch intersection approach from Exclude / Exclude to Copy / Update / Copy

Projects of particular interest:
- src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
    - honouring metadata left e.g. Microsoft.AspNetCore.Components.WebAssembly.DevServer package unchanged
    - removed redundant metadata after that confirmation
- src/Razor/tools/Microsoft.AspNetCore.Razor.Internal.Transport/
    - content of this package unchanged but metadata avoids extra work
    - add a comment about the extra work
- src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/
    - success! removes Microsoft.Web.Xdt.Extensions dependency from the package
- src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj
    - add a `Condition` to avoid an ordering issue I hit here
- src/Tools/Extensions.ApiDescription.Server/src/
    - avoid errors the new build ordering and timing caused

Separately, up the timeout in the `<DownloadFile />` task
- hit repeated timeouts downloading dotnet-runtime-5.0.0-rc.1.20370.4-win-x64.zip

nits:
- remove dupe `@(Reference)` item in Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj
- remove useless `%(ProjectReference.IsImplicitlyDefined)` metadata as well as its misspellings
- remove extra spaces from ProjectReferences.props
- clean up a few comments in ResolveReferences.targets

* !fixup! Correct other references to renamed projects
2020-08-04 10:05:55 -07:00
DotNet Bot 3516b8d580 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime 2020-08-03 05:08:03 +00:00
Hao Kung 130ec438fd
Improve crash/hang support in helix (#24489) 2020-08-01 10:38:26 -07:00
dotnet-maestro[bot] a64f3fda00
Update dependencies from https://github.com/dotnet/arcade build 20200724.1 (#24482)
Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20364.3 -> To Version 5.0.0-beta.20374.1
- downgrade of the Arcade SDK should be fine

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-31 14:04:05 -07:00
DotNet Bot d2ccb4915b [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime 2020-07-31 20:39:17 +00:00
Hao Kung e6b9a3d295
Remove debian 8 from helix runs (#24454)
* Add display environment

* Print out env variables as part of helix runs

* Update TestRunner.cs

* Remove Debian 8 from helix matrix

* Remove Debian 8 skip

* Remove debian 8 skip

* Remove debian 8

* Remove debian 8 skip

* Remove Debian 8 skip

* Remove debian 8

* Update Program.cs

* Update TestRunner.cs

* Update TestRunner.cs
2020-07-31 20:35:54 +00:00
DotNet Bot fed19537a0 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - dotnet-ef: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - Microsoft.EntityFrameworkCore: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-preview.8.20360.8 to 5.0.0-preview.8.20379.2
2020-07-31 20:12:58 +00:00
dotnet-maestro[bot] b2fe5dd4b1
Update dependencies from https://github.com/dotnet/roslyn build 20200729.3 (#24456)
Microsoft.Net.Compilers.Toolset
 From Version 3.8.0-1.20367.11 -> To Version 3.8.0-2.20379.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-31 10:32:31 -07:00
Safia Abdalla d6ed98044d
Merge branch 'master' into merge/release/5.0-preview8-to-master 2020-07-30 10:54:18 -07:00
DotNet Bot 5dc9931a54 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime 2020-07-30 09:55:58 +00:00
dotnet-bot c60c278512 Merge in 'release/5.0-preview8' changes 2020-07-29 17:33:14 +00:00
John Luo fd9f17ddf9
Update blazor templates with Microsoft.Identity.Web APIs (#24268)
* Update blazor and components web templates

* Update Identity.Web version to 0.2.1-preview
2020-07-29 10:31:47 -07:00
dotnet-bot 45813078d1 Merge in 'release/5.0-preview8' changes 2020-07-29 16:55:38 +00:00
Anirudh Agnihotry 8062d943ea
update arcade version To fix the publishing (#24386)
* update arcade version

* update version details file as well
2020-07-29 09:53:29 -07:00
DotNet Bot f172d20255 [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime 2020-07-29 13:10:20 +00:00
Tanay Parikh ed9925d21f Merge branch 'merge/release/5.0-preview8-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/5.0-preview8-to-master 2020-07-27 09:31:46 -07:00
DotNet Bot cba2275799 Merged PR 9296: [internal/release/5.0-preview8] Update dependencies from dnceng/internal/dotnet-runtime
This pull request updates the following dependencies

[marker]: <> (Begin:2f3f3ff0-d34f-49bd-50aa-08d828f9655f)
## From https://github.com/dotnet/runtime
- **Subscription**: 2f3f3ff0-d34f-49bd-50aa-08d828f9655f
- **Build**: 20200722.7
- **Date Produced**: 7/23/2020 12:04 AM
- **Commit**: 3cab6dd440a5f3763bfbd2d582b36fe51095686a
- **Branch**: refs/heads/internal/release/5.0-preview8

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **System.Diagnostics.DiagnosticSource**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **System.Diagnostics.EventLog**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **System.Drawing.Common**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **System.IO.Pipelines**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **System.ComponentModel.Annotations**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.Abstractions**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.Configuration**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.Console**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.Debug**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.EventLog**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.EventSource**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging.TraceSource**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Options**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Options.ConfigurationExtensions**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Options.DataAnnotations**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Primitives**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Logging**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Internal.Transport**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Hosting.Abstractions**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Caching.Abstractions**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Caching.Memory**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Configuration**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Configuration.Abstractions**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Configuration.Binder**: from 5.0.0-preview.8.20361.2 to 5.0.0-preview.8.20372.7
  - **Microsoft.Extensions.Configuration.CommandLine**: from 5.0.0-preview.8.203...
2020-07-26 05:49:09 +00:00
John Luo dc53cd0173
Update RazorPages, MVC, WebApi templates to use Identity.Web (#24167)
* Update RazorPages, MVC, WebApi templates to use Identity.Web

- Obsolete AAD v1 APIs
2020-07-24 17:36:12 -07:00
Doug Bunting 918d953767
Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188)
* Use Microsoft.CodeAnalysis.PublicApiAnalyzers
    - #4259 1/2
    - followup 2/3 for 5266918ed2
    - includes baselines for 16 MVC projects
      - will automated further additions in another PR
    - suppress warnings that may cause back-compat problems if fixed

nit: sort `@(LatestPackageReference)` a bit better
2020-07-24 09:45:11 -07:00
dotnet-maestro[bot] 4d45b1803b
[master] Update dependencies from dotnet/efcore (#24206)
* Update dependencies from https://github.com/dotnet/efcore build 20200720.1

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

&hellip;

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

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

* Postponing roslyn update

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
2020-07-23 19:03:01 -07:00
Hao Kung d9049eca9c
Revert "Try using helix sdk support directly again (#23585)" (#24250)
This reverts commit 059fe39ae0.
2020-07-23 22:47:36 +00:00
DotNet Bot 1bf292d47a Merged PR 9260: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-efcore
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.AspNetCore.Analyzer.Testing**: from 3.1.6-servicing.20316.5 to 3.1.7-servicing.20371.8 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.AspNetCore.BenchmarkRunner.Sources**: from 3.1.6-servicing.20316.5 to 3.1.7-servicing.20371.8 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.ActivatorUtilities.Sources**: from 3.1.6-servicing.20316.5 to 3.1.7-servicing.20371.8 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Caching.Abstractions**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Caching.Memory**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Caching.SqlServer**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Caching.StackExchangeRedis**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.CommandLineUtils.Sources**: from 3.1.6-servicing.20316.5 to 3.1.7-servicing.20371.8 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.Abstractions**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.AzureKeyVault**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.Binder**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.CommandLine**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.EnvironmentVariables**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.FileExtensions**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.Ini**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.Json**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.KeyPerFile**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.UserSecrets**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration.Xml**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.Configuration**: from 3.1.6 to 3.1.7 (parent: Microsoft.EntityFrameworkCore)
  - **Microsoft.Extensions.DependencyInjection.Abstractions**: from ...
2020-07-22 22:50:12 +00:00
DotNet Bot 84562dd7d2 Merged PR 9096: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-aspnetcore-tooling
This pull request updates the following dependencies

[marker]: <> (Begin:7bf32a0c-3505-43af-42b0-08d79559e63d)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore-tooling
- **Subscription**: 7bf32a0c-3505-43af-42b0-08d79559e63d
- **Build**: 20200721.7
- **Date Produced**: 7/22/2020 4:18 AM
- **Commit**: 1c22292bc7fca352074d8862cf39fbdb8647f208
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.AspNetCore.Razor.Language**: from 3.1.6 to 3.1.7
  - **Microsoft.CodeAnalysis.Razor**: from 3.1.6 to 3.1.7
  - **Microsoft.NET.Sdk.Razor**: from 3.1.6 to 3.1.7
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: from 3.1.6 to 3.1.7

[marker]: <> (End:7bf32a0c-3505-43af-42b0-08d79559e63d)
2020-07-22 17:57:32 +00:00
Hao Kung 059fe39ae0
Try using helix sdk support directly again (#23585) 2020-07-22 10:50:55 -07:00
dotnet-maestro[bot] 6ec9940b16
[master] Update dependencies from dotnet/efcore dotnet/arcade dotnet/runtime dotnet/roslyn (#23978)
* Update dependencies from https://github.com/dotnet/arcade build 20200714.3

Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20330.3 -> To Version 5.0.0-beta.20364.3

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20365.11

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20365.12

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20365.14

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20365.16

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20366.1

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20365.2 -> To Version 5.0.0-rc.1.20367.2

* Fix ambiguous error

* simple console

* more logging

* missed one

* Skip test

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

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

* Remove Obsolete APIs in net5.0

* Fixup

* Apply suggestions from code review

Co-authored-by: Brennan <brecon@microsoft.com>

* Feedback

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

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

* Update dependencies from https://github.com/dotnet/roslyn build 20200717.11

Microsoft.Net.Compilers.Toolset
 From Version 3.8.0-1.20361.1 -> To Version 3.8.0-1.20367.11

* Fixup

* Theory: Helix payload is incorrect

* Disable gRPCinterop tests

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bhargav Baaskaran <ajbaaska@microsoft.com>
Co-authored-by: BrennanConroy <brecon@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-07-22 01:54:09 +00:00
Doug Bunting fb28ce3ec2
Simplify ref/ assembly generation (#24136)
* Simplify ref/ assembly generation
    - followup 1/2 for 5266918ed2
    - correct the Razor.Tools project
      - `%(Reference.Version)` metadata does not bleed through into `@(PackageReference)` items
      - much more work to do so than to add this special case
      - remove `$(Razor_NewtonsoftJsonPackageVersion)`
    - remove RTMVersions project and use RepoTasks instead
      - make it an error if RepoTasks is not restored before anything else builds
- add items and properties for System.Security.AccessControl

nits:
- remove invalid (ignored) metadata in Directory.Build.props and AzureAppServices.SiteExtension project
- improve / extend a couple of comments
- move `@(Reference)` items together in Microsoft.AspNetCore.Razor.Tools
2020-07-21 15:21:30 -07:00
dotnet-maestro[bot] 406fe1b47d
[release/5.0-preview8] Update dependencies from dotnet/arcade (#23979)
* Update dependencies from https://github.com/dotnet/arcade build 20200714.3

Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20330.3 -> To Version 5.0.0-beta.20364.3

* Update DotNetMuxerTests.cs

- skip failing test

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2020-07-21 12:37:20 -07:00
Safia Abdalla 537ab96eb2
Merge branch 'master' into merge/release/5.0-preview8-to-master 2020-07-21 01:40:02 +00:00
Pranav K e822f5f12d
Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -07:00
Doug Bunting b1921f38bc
Merge remote-tracking branch 'origin/release/5.0-preview8' into 'master' 2020-07-17 15:03:15 -07:00
Doug Bunting 5266918ed2
Use Roslyn to create ref/ assemblies (#23403)
* Remove all ref/ projects

* Remove GenAPI infrastructure

* Remove notion of a reference assembly project
  - remove `$(IsReferenceAssemblyProject)`, `$(ReferenceReferenceAssemblies)` and `$(ReferenceImplementationAssemblies)`
    - remove unnecessary `$(NoWarn)` settings

nits:
- remove a few misleading comments
- wrap some long lines

* Move .0 package version workaround into Versions.props
  - touch up SharedFramework.External.props

* Expose `%(LatestPackageReference.RTMVersion)` metadata
  - automate use of properties in the `@(LatestPackageReference)` item group to make this maintainable
    - add a couple of special cases at the bottom of eng/Dependencies.props
    - add one more `$(...PackageVersion)` property to avoid yet-another special case

* Enable Roslyn reference assemblies
  - exclude ref/ assembly from packages other than targeting pack
  - update Microsoft.AspNetCore.App.Ref.csproj
    - `%(IsReferenceAssembly)` and `%(ReferenceGrouping)` metadata no longer relevant
    - only ref/ assemblies are in `@(ReferencePathWithRefAssemblies)` item group

nits:
  - remove now-unnecessary workaround
    - issues with TFM transition are behind us
  - clean up Microsoft.AspNetCore.App.Runtime.csproj slightly
    - use `GeneratePathProperty="true"`
        - reorder item / property settings for meta-expansion
    - correct spelling errors and phrasing in comments

* Update documentation to reflect recent changes
  - remove CrossRepoBreakingChanges.md; was tied to old TeamCity infrastructure
    - also much less relevant given repo merges
  - adjust details and examples in ReferenceResolution.md
    - reflect repo merges, Dependencies.props changes, and current Maestro++ channels
    - add a few more details e.g. specific files where Version.Details.xml versions are used

* !fixup! Remove another irrelevant doc file

* !fixup! Address PR review suggestions
  - convert a couple of warnings to errors
  - use consistent casing for Microsoft.NETCore.App.Runtime.* packages
  - reduce `%(LatestPackageReference.Version)` metadata special cases
  - add and improve comments e.g.
    - improve comments about `$(*V0PackageVersion)` properties
    - improve placement of comments about item removal in ResolveReferences.targets
    - confirmed `$(*V0PackageVersion)` property list is complete

nits:
- fix solution example in ReferenceResolution.md
- remove item group definition for `@(LatestPackageReference)`
- remove `%(LatestPackageReference.VersionName)` metadata after use; large item group
    - similarly, remove `%(LatestPackageReference.RTMVersion)` when not needed; just complicates `Condition`s

When I squash, I must remember this fixes
- #14801
- dotnet/aspnetcore-internal#2693

* Actually use `%(LatestPackageReference.RTMVersion)` metadata
  - gather RTM package references in a new project
    - a (very) separate project to work around package conflict resolution
    - empty `Test` target works around Arcade's testing approach
  - new target in ResolveReferences.targets updates relevant assembly paths to use the RTM packages
    - done as soon as possible after `ResolvePackageAssets` determines the paths
    - done for all compilation inputs, not just ref/ assemblies
2020-07-17 13:35:17 -07:00
Pranav K 59b94e4b92
Ensure analyzer does not appear in build and publish outputs (#24072)
Also make the analyzer actually work
2020-07-17 13:20:52 -07:00
dotnet-maestro[bot] 49672ee452
Update dependencies from https://github.com/dotnet/efcore build 20200715.2 (#23970)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20360.8 -> To Version 5.0.0-preview.8.20365.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-15 21:34:40 +00:00
Doug Bunting 38126419b8
Update branding to RC1 (#23943) 2020-07-15 12:02:45 -07:00
John Luo a494961c3b
Merge branch 'master' into merge/release/3.1-to-master 2020-07-15 00:29:31 -07:00
William Godbe 4db94ff4da
Merge pull request #23930 from dotnet/wtgodbe/317
Update branding to 3.1.7
2020-07-14 15:51:57 -07:00
John Luo dd16bf5645
Fix Baseline.xml version updates (#23545)
Use https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x64/5.0.0-preview.6.20312.15 instead.
2020-07-14 15:45:45 -07:00
Will Godbe aa8707d10c Update baseline 2020-07-14 12:46:44 -07:00
Will Godbe 9cae8dc9bc Update branding 3.1.7 2020-07-14 12:44:25 -07:00
Hao Kung d75b4113ad
Bump wilson to 6.7.1 (#23916) 2020-07-14 11:47:29 -07:00
dotnet-maestro[bot] 8ed59a4e82
[master] Update dependencies from dotnet/efcore dotnet/runtime dotnet/roslyn (#23805)
* Update dependencies from https://github.com/dotnet/runtime build 20200708.9

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20358.5 -> To Version 5.0.0-preview.8.20359.1

* Update eng/Version.Details.xml

* Update eng/Version.Details.xml

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20358.5 -> To Version 5.0.0-preview.8.20359.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20358.5 -> To Version 5.0.0-preview.8.20360.1

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20358.5 -> To Version 5.0.0-preview.8.20360.4

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20358.5 -> To Version 5.0.0-preview.8.20360.8

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

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

* Update dependencies from https://github.com/dotnet/roslyn build 20200711.1

Microsoft.Net.Compilers.Toolset
 From Version 3.8.0-1.20353.1 -> To Version 3.8.0-1.20361.1

* Update CompareAttribute test

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-07-13 17:27:14 +00:00
Hao Kung e370158348
Add nuget restore feed as well (#23863) 2020-07-10 13:53:38 -07:00
Doug Bunting 59433bcadd
Move to latest NuGet.exe (#23786)
* Move to latest NuGet.exe
- 5.3.0 -> 5.6.0
- should improve performance and may improve reliability

* Also switch from NuGet.Build.Tasks to NuGet.Packaging
- move to 5.6.0 version here too
- reduce transitive dependencies; we don't need them all
2020-07-10 10:15:45 -07:00
Mackinnon Buck 3192da4443
Protected Browser Storage (#23553)
* Migrated protected browser storage.

* Added E2E tests.

* Added safeguard against using ProtectedBrowserStorage in wasm.

* Added TryGetValue.

* Added Microsoft.AspNetCore.Components.Web.Extensions

* Minor cleanup

* Moved ProtectedBrowserStorage out of Web.JS.

* Delete Microsoft.AspNetCore.Components.Web.Extensions.netcoreapp.cs

* Updated ProjectReferences.props

* Improvements and cleanup.

* Update Microsoft.AspNetCore.Components.Web.Extensions.csproj

* Added Web.Extensions to the VS solution.
2020-07-09 17:10:10 -07:00
Matt Mitchell 8c75a8ea2b
Prepare for strict coherency (#23227)
* Prepare for strict coherency
Strict coherency means that if your repo declares a dependency with a CPD attribute, the CPD parent must have a direct dependency on that dependency.
This means for aspnetcore that it should add a dependency on System.Resources.Extensions because aspnetcore-tooling needs it.

Reasons for this approach over the current approach:
- This eliminates some ambiguous tie-breaking scenarios that are very problematic and dangerous in servicing
- Those tie breaking scenarios require the use of BAR to break the ties. If the DB data were to be lost then the tie-breaking would do unexpected things.
2020-07-09 07:43:47 -07:00
dotnet-maestro[bot] 37c20036b3
[master] Update dependencies from dotnet/efcore (#23779)
* Update dependencies from https://github.com/dotnet/efcore build 20200708.1

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.7 -> To Version 5.0.0-preview.8.20358.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-08 23:48:56 +00:00
Kevin Pilch 3117f43c33
Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
Kevin Pilch 1da13e6501
Enable FxCop Analyzers for the repo (#23709)
All rules are currently disabled, except for one that I enabled for
src/Http via a new ".editorconfig" file I added there.

Other changes:

* Allow editorconfigs in MVC and Razor to flow to the root
* Consolidate a few editorconfig settings
* Tweak Ruleset config in Azure/AzureAD where it clashed.

Addresses the beginning of #9620, but it's a fair chunk of work to
enable most rules through the whole repo. That can be done directory by
directory and rule by rule by dropping .editorconfig files though.
2020-07-08 15:26:22 -07:00
dotnet-maestro[bot] 74c5dde694
Update dependencies from https://github.com/dotnet/runtime build 20200707.14 (#23772)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Configuration.Json , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Permissions , System.Security.Cryptography.Xml , System.Security.Cryptography.Pkcs , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng
 From Version 5.0.0-preview.8.20354.5 -> To Version 5.0.0-preview.8.20357.14

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-08 13:12:58 +00:00
Steve Sanderson c5ba43f011
CSS isolation rewriter tool (#23657) 2020-07-08 12:42:22 +01:00
dotnet-maestro[bot] 2e7359d8d3
[master] Update dependencies from dotnet/efcore (#23765)
* Update dependencies from https://github.com/dotnet/efcore build 20200707.6

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.5 -> To Version 5.0.0-preview.8.20357.6

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.6 -> To Version 5.0.0-preview.8.20357.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-08 05:47:39 +00:00
dotnet-maestro[bot] a69fb5ec6f
Update dependencies from https://github.com/dotnet/efcore build 20200707.5 (#23764)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.4 -> To Version 5.0.0-preview.8.20357.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-08 04:36:12 +00:00
dotnet-maestro[bot] 35febbb3be
[master] Update dependencies from dotnet/efcore (#23750)
* Update dependencies from https://github.com/dotnet/efcore build 20200707.2

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.1 -> To Version 5.0.0-preview.8.20357.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20357.1 -> To Version 5.0.0-preview.8.20357.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-08 03:27:23 +00:00
Doug Bunting 16be480616
Quarantine tests and bump Helix timeouts (#23762)
- see #23756 and #23757 for more info on quarantined tests
- see #23760 for more info on Helix timeouts
2020-07-07 19:56:30 -07:00
dotnet-maestro[bot] c1866c2b61
Update dependencies from https://github.com/dotnet/efcore build 20200707.1 (#23729)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.9 -> To Version 5.0.0-preview.8.20357.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-07 10:51:39 +00:00
dotnet-maestro[bot] eafd5ec507
[master] Update dependencies from dotnet/efcore (#23726)
* Update dependencies from https://github.com/dotnet/efcore build 20200706.8

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.5 -> To Version 5.0.0-preview.8.20356.8

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.5 -> To Version 5.0.0-preview.8.20356.6

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.6 -> To Version 5.0.0-preview.8.20356.7

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.5 -> To Version 5.0.0-preview.8.20356.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-07 09:08:44 +00:00
dotnet-maestro[bot] 7a9c397b0d
[master] Update dependencies from dotnet/roslyn dotnet/runtime dotnet/efcore (#23700)
* Update dependencies from https://github.com/dotnet/roslyn build 20200703.1

Microsoft.Net.Compilers.Toolset
 From Version 3.7.0-4.20319.6 -> To Version 3.8.0-1.20353.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.1 -> To Version 5.0.0-preview.8.20356.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.1 -> To Version 5.0.0-preview.8.20356.3

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.1 -> To Version 5.0.0-preview.8.20356.4

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20356.1 -> To Version 5.0.0-preview.8.20356.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-07 06:01:41 +00:00
msftbot[bot] a738d1ccfb
Merge pull request #23717 from dotnet-maestro-bot/merge/release/5.0-preview7-to-master
[automated] Merge branch 'release/5.0-preview7' => 'master'
2020-07-06 23:41:07 +00:00
Ajay Bhargav B 7412976b4c
Update Roslyn package versions (#23630)
* Update Roslyn package versions

* Fixes

* Fix analyzer warnings

* Fix root cause for analyzer warnings

* Fixed RuntimeCompilation test

* Add back nowarns
2020-07-06 14:35:10 -07:00
dotnet-maestro[bot] dc477ed2f4
Update dependencies from https://github.com/dotnet/arcade build 20200630.3 (#23696)
Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.Arcade.Sdk
 From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-06 13:24:58 +00:00
dotnet-maestro[bot] 849b5dc5a7
Update dependencies from https://github.com/dotnet/efcore build 20200706.1 (#23689)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20353.5 -> To Version 5.0.0-preview.8.20356.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-06 09:43:16 +00:00
dotnet-maestro[bot] dae3b46ff7
Update dependencies from https://github.com/dotnet/efcore build 20200703.5 (#23665)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20353.4 -> To Version 5.0.0-preview.8.20353.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-04 00:26:49 +00:00
dotnet-maestro[bot] 8169da8cb4
Update dependencies from https://github.com/dotnet/efcore build 20200703.4 (#23663)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20353.3 -> To Version 5.0.0-preview.8.20353.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-03 23:14:19 +00:00
dotnet-maestro[bot] e1ae8a4d9b
[master] Update dependencies from dotnet/efcore (#23658)
* Update dependencies from https://github.com/dotnet/efcore build 20200703.2

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20353.1 -> To Version 5.0.0-preview.8.20353.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20353.1 -> To Version 5.0.0-preview.8.20353.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-03 22:13:15 +00:00
dotnet-maestro[bot] 64c143cd9c
[master] Update dependencies from dotnet/efcore dotnet/runtime (#23653)
* Update dependencies from https://github.com/dotnet/efcore build 20200703.1

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20352.2 -> To Version 5.0.0-preview.8.20353.1

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

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-03 13:10:32 +00:00
dotnet-maestro[bot] 83448b47a0
Update dependencies from https://github.com/dotnet/efcore build 20200702.2 (#23650)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20351.2 -> To Version 5.0.0-preview.8.20352.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-03 05:03:23 +00:00
dotnet-maestro[bot] a23f8be72c
Update dependencies from https://github.com/dotnet/runtime build 20200701.9 (#23608)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Configuration.Json , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Permissions , System.Security.Cryptography.Xml , System.Security.Cryptography.Pkcs , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng
 From Version 5.0.0-preview.8.20330.14 -> To Version 5.0.0-preview.8.20351.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-02 13:29:31 +00:00
dotnet-maestro[bot] fb671009eb
Update dependencies from https://github.com/dotnet/efcore build 20200701.2 (#23593)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20351.1 -> To Version 5.0.0-preview.8.20351.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-02 02:53:55 +00:00
Hao Kung 7b364130c4
Allow quarantine runs on helix arms (#23587) 2020-07-01 23:20:30 +00:00
dotnet-maestro[bot] 6c7c3b8772
Update dependencies from https://github.com/dotnet/efcore build 20200701.1 (#23576)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20330.1 -> To Version 5.0.0-preview.8.20351.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-07-01 22:00:16 +00:00
John Luo 7f6147d50f
Use containers instead of dockerbuild.sh (#23497) 2020-07-01 13:46:56 -07:00
dotnet-maestro[bot] a4dd539b40
[master] Update dependencies from dotnet/runtime (#23563)
* Update dependencies from https://github.com/dotnet/runtime build 20200630.14

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

* React to obsoletion

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-07-01 15:57:26 +00:00
dotnet-maestro[bot] 9ef1b35b7a
Update dependencies from https://github.com/dotnet/efcore build 20200630.1 (#23506)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20329.4 -> To Version 5.0.0-preview.8.20330.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-30 21:17:48 +00:00
dotnet-maestro[bot] 3dc14e8136
[master] Update dependencies from dotnet/efcore (#23493)
* Update dependencies from https://github.com/dotnet/efcore build 20200629.3

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20329.2 -> To Version 5.0.0-preview.8.20329.3

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20329.2 -> To Version 5.0.0-preview.8.20329.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-30 05:15:53 +00:00
dotnet-maestro[bot] 76aef6aadf
[master] Update dependencies from dotnet/efcore (#23469)
* Update dependencies from https://github.com/dotnet/efcore build 20200629.1

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20328.1 -> To Version 5.0.0-preview.8.20329.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20328.1 -> To Version 5.0.0-preview.8.20329.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-29 23:03:02 +00:00
dotnet-maestro[bot] 8863eaf453
Update dependencies from https://github.com/dotnet/runtime build 20200628.6 (#23463)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Configuration.Json , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Permissions , System.Security.Cryptography.Xml , System.Security.Cryptography.Pkcs , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng
 From Version 5.0.0-preview.8.20328.1 -> To Version 5.0.0-preview.8.20328.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-29 13:19:06 +00:00
dotnet-maestro[bot] fa9b3dcedd
[master] Update dependencies from dotnet/runtime dotnet/efcore (#23436)
* Update dependencies from https://github.com/dotnet/runtime build 20200626.9

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

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20326.2 -> To Version 5.0.0-preview.8.20328.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-29 00:28:12 +00:00
dotnet-maestro[bot] a07449123a
Update dependencies from https://github.com/dotnet/efcore build 20200626.2 (#23429)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20325.4 -> To Version 5.0.0-preview.8.20326.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-27 06:44:36 +00:00
dotnet-maestro[bot] bfbb8b0159
Update dependencies from https://github.com/dotnet/efcore build 20200626.1 (#23425)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20322.5 -> To Version 5.0.0-preview.7.20326.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-27 02:43:31 +00:00
Pranav K 04ecd5539f
Merge pull request #23365 from dotnet-maestro-bot/merge/release/5.0-preview7-to-master
[automated] Merge branch 'release/5.0-preview7' => 'master'
2020-06-26 18:36:03 -07:00
dotnet-maestro[bot] 18b2013eb8
Update dependencies from https://github.com/dotnet/runtime build 20200626.2 (#23383)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.8.20325.1 -> To Version 5.0.0-preview.8.20326.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-26 20:39:49 +00:00
Pranav K 8e8f0b447b
Merge branch 'master' into merge/release/5.0-preview7-to-master 2020-06-26 13:07:19 -07:00
dotnet-maestro[bot] 0476892ea8
Update dependencies from https://github.com/dotnet/runtime build 20200626.1 (#23390)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20323.4 -> To Version 5.0.0-preview.7.20326.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-26 17:30:13 +00:00
dotnet-maestro[bot] 7c0f02a04d
[master] Update dependencies from dotnet/efcore (#23373)
* Update dependencies from https://github.com/dotnet/efcore build 20200625.3

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20324.2 -> To Version 5.0.0-preview.8.20325.3

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20324.2 -> To Version 5.0.0-preview.8.20325.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-26 08:57:52 +00:00
Hao Kung be0b9e48b5
Update System.IdentityModel.Tokens.Jwt to 6.6 (#22846)
* Update System.IdentityModel.Tokens.Jwt to 6.6

* Update Versions.props

* Add newtonsoft refs

* Update OIDC instructions

* Fixup JwtBearerSample TFM

Co-authored-by: John Luo <johluo@microsoft.com>
2020-06-25 14:25:59 -07:00
dotnet-maestro[bot] 7aba2502f8
[master] Update dependencies from dotnet/efcore dotnet/runtime (#23338)
* Update dependencies from https://github.com/dotnet/efcore build 20200624.2

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20324.1 -> To Version 5.0.0-preview.8.20324.2

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

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-25 13:23:19 +00:00
dotnet-maestro[bot] a90f4421ee
Update dependencies from https://github.com/dotnet/efcore build 20200624.1 (#23337)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20323.10 -> To Version 5.0.0-preview.8.20324.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-25 00:52:55 +00:00
Pranav K ac291877c7
Remove WebAssemblyHttpHandler ref-assembly package (#23245)
* Remove WebAssemblyHttpHandler ref-assembly package

Fixes https://github.com/dotnet/aspnetcore/issues/22283

* Fixup
2020-06-24 23:58:18 +00:00
dotnet-maestro[bot] 9d9784d271
Update dependencies from https://github.com/dotnet/runtime build 20200623.9 (#23297)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20322.7 -> To Version 5.0.0-preview.8.20323.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-24 13:12:21 +00:00
dotnet-maestro[bot] e73e3a84ae
[master] Update dependencies from dotnet/efcore (#23287)
* Update dependencies from https://github.com/dotnet/efcore build 20200623.9

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20323.2 -> To Version 5.0.0-preview.8.20323.9

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20323.2 -> To Version 5.0.0-preview.8.20323.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-24 06:20:46 +00:00
Pranav K 30472b113e
Merge branch 'master' into merge/release/5.0-preview7-to-master 2020-06-23 20:38:38 -07:00
Pranav K f6a6e4bd07
Replat blazor on net5 (#23078)
* Replat blazor on net5

* Make all e2e tests pass

* Fixup

* Update js files

* Fixups

* Fixup

* Fixup

* Skip globalization tests

* Undo workarounds

* PR feedback

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

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

* Update js file

* Fix version

* Fixup

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-23 18:19:55 -07:00
dotnet-maestro[bot] da03fe4c48
Update dependencies from https://github.com/dotnet/runtime build 20200623.4 (#23278)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20322.6 -> To Version 5.0.0-preview.7.20323.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-23 23:45:48 +00:00
dotnet-maestro[bot] c566677456
Update dependencies from https://github.com/dotnet/efcore build 20200623.2 (#23273)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.8.20322.6 -> To Version 5.0.0-preview.8.20323.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-23 22:14:51 +00:00
dotnet-maestro[bot] 07fa507f27
Update dependencies from https://github.com/dotnet/runtime build 20200622.6 (#23267)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20321.2 -> To Version 5.0.0-preview.7.20322.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-23 19:02:59 +00:00
dotnet-maestro[bot] cb35b90226
Update dependencies from https://github.com/dotnet/runtime build 20200622.7 (#23255)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20321.2 -> To Version 5.0.0-preview.7.20322.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-23 18:02:28 +00:00
Thays Grazia 7b707c9006
Bump Mono.Cecil to use embedded pdbs when debugging blazor apps. (#23121) 2020-06-22 21:15:33 -03:00
dotnet-maestro[bot] 210a31df35
[master] Update dependencies from dotnet/efcore (#23230)
* Update dependencies from https://github.com/dotnet/efcore build 20200622.4

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20322.3 -> To Version 5.0.0-preview.7.20322.4

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20322.3 -> To Version 5.0.0-preview.8.20322.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-22 21:44:00 +00:00
dotnet-maestro[bot] 62a390e18f
Update dependencies from https://github.com/dotnet/efcore build 20200622.5 (#23234)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20322.3 -> To Version 5.0.0-preview.7.20322.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-22 21:12:47 +00:00
Doug Bunting b669497be5
Update branding to Preview8 (#23225) 2020-06-22 12:20:56 -07:00
dotnet-maestro[bot] 60719b6141
[master] Update dependencies from dotnet/arcade dotnet/runtime dotnet/roslyn dotnet/efcore (#23151)
* Update dependencies from https://github.com/dotnet/runtime build 20200618.14

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20319.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20319.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20319.3

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20319.4

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20319.5

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20320.1

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

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

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20321.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20321.2

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20322.1

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20322.2

* Update dependencies from https://github.com/dotnet/arcade build 20200616.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.20309.1 -> To Version 5.0.0-beta.20316.1

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

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

* Update dependencies from https://github.com/dotnet/roslyn build 20200619.6

Microsoft.Net.Compilers.Toolset
 From Version 3.7.0-4.20316.2 -> To Version 3.7.0-4.20319.6

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.8 -> To Version 5.0.0-preview.7.20322.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-22 18:27:41 +00:00
dotnet-maestro[bot] 23595db0d2
Update dependencies from https://github.com/dotnet/efcore build 20200618.8 (#23135)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.7 -> To Version 5.0.0-preview.7.20318.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-19 08:28:47 +00:00
dotnet-maestro[bot] 6fe00bfe6f
Update dependencies from https://github.com/dotnet/efcore build 20200618.7 (#23127)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.6 -> To Version 5.0.0-preview.7.20318.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-19 03:09:43 +00:00
Hao Kung 0a02cd88b7
Use 5 retries in curl (#23112) 2020-06-18 19:01:01 -07:00
Hao Kung 0dc6aa66a5
Include identical helix script files directly (#23116) 2020-06-18 19:00:15 -07:00
dotnet-maestro[bot] 994ce21804
Update dependencies from https://github.com/dotnet/efcore build 20200618.6 (#23125)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.5 -> To Version 5.0.0-preview.7.20318.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-19 01:53:35 +00:00
Pranav K f3b370c1ac
Annotate Authorization.Core, Authorization.Policy with nullable (#22990)
Contributes to https://github.com/dotnet/aspnetcore/issues/5680
2020-06-18 23:43:35 +00:00
Doug Bunting ab7f3f2018
Enable `/warnAsError` (#23072)
* Enable `/warnAsError` in Windows builds
  - already enabled in non-Windows builds because override existed only in build.ps1
* Allow some warnings related to closed issues
  - common `<NoWarn>$(NoWarn);CS1591</NoWarn>` case unchanged
    - /Directory.Build.props ensures that warning remains a warning but doesn't hide it
* !fixup! Root build.sh _does_ disable warnings as errors
  - variable eng/common/tools.sh uses named `warn_as_error`
2020-06-18 15:59:34 -07:00
dotnet-maestro[bot] 860f402fee
Update dependencies from https://github.com/dotnet/efcore build 20200618.5 (#23115)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.4 -> To Version 5.0.0-preview.7.20318.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 22:53:16 +00:00
dotnet-maestro[bot] 7e6b5d5fea
Update dependencies from https://github.com/dotnet/efcore build 20200618.4 (#23099)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.3 -> To Version 5.0.0-preview.7.20318.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 21:34:43 +00:00
dotnet-maestro[bot] 86774fd277
Update dependencies from https://github.com/dotnet/efcore build 20200618.3 (#23097)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.2 -> To Version 5.0.0-preview.7.20318.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 20:11:21 +00:00
dotnet-maestro[bot] d3f816a766
Update dependencies from https://github.com/dotnet/efcore build 20200618.2 (#23090)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20318.1 -> To Version 5.0.0-preview.7.20318.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 16:17:21 +00:00
dotnet-maestro[bot] 3fcd84946c
Update dependencies from https://github.com/dotnet/runtime build 20200618.2 (#23085)
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs
 From Version 5.0.0-preview.7.20317.2 -> To Version 5.0.0-preview.7.20318.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 13:32:14 +00:00
dotnet-maestro[bot] b458261227
Update dependencies from https://github.com/dotnet/efcore build 20200618.1 (#23080)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20317.6 -> To Version 5.0.0-preview.7.20318.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 10:08:20 +00:00
dotnet-maestro[bot] b42fa9fd7a
Update dependencies from https://github.com/dotnet/efcore build 20200617.6 (#23074)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20317.4 -> To Version 5.0.0-preview.7.20317.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-18 02:43:43 +00:00
dotnet-maestro[bot] f48f558f48
Update dependencies from https://github.com/dotnet/efcore build 20200617.4 (#23064)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20317.3 -> To Version 5.0.0-preview.7.20317.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 23:22:36 +00:00
DotNet Bot 62c098bc17 Merged PR 8358: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-aspnetcore-tooling
This pull request updates the following dependencies

[marker]: <> (Begin:7bf32a0c-3505-43af-42b0-08d79559e63d)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore-tooling
- **Subscription**: 7bf32a0c-3505-43af-42b0-08d79559e63d
- **Build**: 20200617.6
- **Date Produced**: 6/17/2020 7:54 PM
- **Commit**: d63ec4a166a5c4f40fcbb823873cfa68cfd39eae
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: from 3.1.5 to 3.1.6
  - **Microsoft.AspNetCore.Razor.Language**: from 3.1.5 to 3.1.6
  - **Microsoft.CodeAnalysis.Razor**: from 3.1.5 to 3.1.6
  - **Microsoft.NET.Sdk.Razor**: from 3.1.5 to 3.1.6

[marker]: <> (End:7bf32a0c-3505-43af-42b0-08d79559e63d)
2020-06-17 21:37:49 +00:00
Doug Bunting c4c6e25a06
Add missing doc files and cleanup nits (#22931)
* nit: Remove useless `$(HasReferenceAssembly)` settings
  - set in /Directory.Build.targets
    - `true` only in `$(IsAspNetCoreApp)` projects
* nit: Remove useless `$(CompileUsingReferenceAssemblies)` settings
  - no current versioning differences between ref/ and src/ assemblies when targeting default TFM
* Add more `$(GenerateDocumentationFile)` settings
  - increases the number of generated doc files, mostly without problems
- !fixup! correct typo in `DebugProxyHost` doc comments
    - was not generating a doc file before
  - remove previous (ineffective) src/Components/Directory.Build.targets setting
  - nit: remove a duplicate `$(GenerateDocumentationFile)` setting
* nit: Remove useless `$(IsPackable)` settings
  - only analyzers and implementation projects are packable by default
    - main use case for explicit setting is projects shipping only in shared framework
  - conditional setting in src/Mvc/Directory.Build.props just subset logic in /Directory.Build.targets
* nit: Remove useless `$(IsProjectReferenceProvider)` settings
  - only implementation projects are providers by default
* nit: Remove useless `$(IsTestAssetProject)` settings
  - set in src/Mvc/test/WebSites/Directory.Build.props
* !fixup! Looks like `InProcessNewShimWebSite` must compile w/o ref/ assemblies
  - restore `$(CompileUsingReferenceAssemblies)` in this one project
2020-06-17 13:04:45 -07:00
dotnet-maestro[bot] 33de52d04f
Update dependencies from https://github.com/dotnet/efcore build 20200617.3 (#23050)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.12 -> To Version 5.0.0-preview.7.20317.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 19:42:01 +00:00
dotnet-maestro[bot] 632aa8a95c
[master] Update dependencies from dotnet/runtime (#23040)
* Update dependencies from https://github.com/dotnet/runtime build 20200617.2

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

* null

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: BrennanConroy <brecon@microsoft.com>
2020-06-17 18:46:34 +00:00
DotNet Bot 53595a952c Merged PR 8353: [internal/release/3.1] Update dependencies from dnceng/internal/dotnet-efcore
This pull request updates the following dependencies

[marker]: <> (Begin:e908e90a-0c22-4c54-b254-08d79557a113)
## From https://github.com/dotnet/efcore
- **Subscription**: e908e90a-0c22-4c54-b254-08d79557a113
- **Build**: 20200609.7
- **Date Produced**: 6/9/2020 9:34 PM
- **Commit**: d2274a92d61afce64e4ee11b32e71a0476456703
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.EntityFrameworkCore.Tools**: from 3.1.5 to 3.1.6
  - **Microsoft.EntityFrameworkCore.InMemory**: from 3.1.5 to 3.1.6
  - **Microsoft.EntityFrameworkCore**: from 3.1.5 to 3.1.6
  - **Microsoft.EntityFrameworkCore.Relational**: from 3.1.5 to 3.1.6
  - **Microsoft.EntityFrameworkCore.Sqlite**: from 3.1.5 to 3.1.6
  - **dotnet-ef**: from 3.1.5 to 3.1.6
  - **Microsoft.EntityFrameworkCore.SqlServer**: from 3.1.5 to 3.1.6

[marker]: <> (End:e908e90a-0c22-4c54-b254-08d79557a113)
2020-06-17 18:26:13 +00:00
dotnet-maestro[bot] b583d44a22
Update dependencies from https://github.com/dotnet/efcore build 20200616.12 (#23035)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.11 -> To Version 5.0.0-preview.7.20316.12

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 08:57:12 +00:00
dotnet-maestro[bot] 5124e52ec1
Update dependencies from https://github.com/dotnet/efcore build 20200616.11 (#23032)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.10 -> To Version 5.0.0-preview.7.20316.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 07:50:11 +00:00
dotnet-maestro[bot] 5b02eb2d5a
Update dependencies from https://github.com/dotnet/efcore build 20200616.10 (#23030)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.9 -> To Version 5.0.0-preview.7.20316.10

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 06:29:07 +00:00
Hao Kung 46d012d13b
Better retries (#22898) 2020-06-16 23:17:11 -07:00
dotnet-maestro[bot] 0a0c333f3a
[master] Update dependencies from dotnet/efcore (#23024)
* Update dependencies from https://github.com/dotnet/efcore build 20200616.6

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.4 -> To Version 5.0.0-preview.7.20316.6

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

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.7.20316.4 -> To Version 5.0.0-preview.7.20316.9

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-17 05:06:40 +00:00