Commit Graph

44563 Commits

Author SHA1 Message Date
JC Aguilera 59714980c9
Condition VS.Redist.* to PostBuildSign (#25793) 2020-09-11 09:05:25 -07:00
dotnet-maestro[bot] e03d8e7613
Update dependencies from https://github.com/dotnet/efcore build 20200910.11 (#25808)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-11 08:27:44 +00:00
dotnet-maestro[bot] f9a18fdb15
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#25804)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-11 07:06:12 +00:00
Doug Bunting 5f04dfc3ef
Bundle latest 2.2 and 3.1 site extension packages (#25778)
- part of dotnet/aspnetcore-internal#3676
2020-09-10 23:08:16 -07:00
dotnet-maestro[bot] 7a74a1bb68
[release/5.0-rc2] Update dependencies from dotnet/efcore (#25800)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-11 04:23:10 +00:00
Chris Ross 11b85eb7e2
Add Windows.10.Amd64.Server20H1.Open helix queue (#25627) 2020-09-10 19:36:42 -07:00
Sayed Ibrahim Hashimi 118d6b2986
Updating titles in project templates because in Visual Studio the (#25630)
templates will be showing the templates directly in the New Project
Dialog instead in the One ASP.NET dialog.

In this PR I have updated the English titles. For localized strings we
will need to get those from the localization team. I believe we are not
setup for that to be automated here.

I think we should merge the English strings because they are the most
used, and for other locales we will show the old localized names for
now. If it's difficult to get those localized, I can work with @phenning
to see if we can localize those files this time.
2020-09-10 18:46:32 -07:00
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
Brennan 970d0f5d00
[SignalR] Copy cookies from negotiate to WebSockets (#24572) 2020-09-10 18:22:14 -07:00
Stephen Halter 327d55d01c
Prevent ODE when response body isn't reset (#25779) 2020-09-10 18:14:08 -07:00
Pranav K 5aa4a7cd41
Avoid using PATH to find dotnet.exe in RazorSDK tasks (#25750)
This pattern is pretty identical to what we have in other SDKs. It allows
using the SDK when dotnet isn't in the path such as the https://github.com/dotnet/aspnetcore/issues/25746.

Fixes #14432
2020-09-10 16:30:55 -07: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 18d261b20c
Use T? for unconstrained nullable types (#25772) 2020-09-10 15:15:11 -07:00
Pranav K 36f8642f0b
Use T? for unconstrained nullable types (#25261)
* Use T? for unconstrained nullable types

* Apply suggestions from code review
2020-09-10 15:14:30 -07: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
Zachary Becknell fa2a5076e4
Add option to specify hostname in BrowserRefreshServer (#25572)
* Add option to specify hostName for refresh server

* Update env variable name per suggestion

Co-authored-by: Pranav K <prkrishn@hotmail.com>

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-09-10 15:10:47 -07:00
Ken Egozi cc0665cb6f
TypeReference usage clarification (#25719)
This change makes TypeReference usage a little bit easier

- Marking it abstract make it so that usages cannot "forget" subclassing (or omitting the { } part). Previously the error message would be confusing as the supertype would be Object.
- Removing the instanceof check and relying on exception since instantiating TypeReference without a type parameter (new TypeReference() ) *is* exceptional as it goes against the intention of this class altogether.
- Added some clarification to the javadoc regarding intended usage, and a link to prior art for further reading.
2020-09-10 15:02:21 -07:00
Kevin Pilch 3692e122ff
Add Public API baselines for Razor (#25637) 2020-09-10 13:27:09 -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
Pranav K 09160a779f
Use JsonSerializerDefaults instead of specifying individual options (#25747)
This lets MVC use the defaults as specified by System.Text.Json. Right now, these defaults are identical
to the two properties that were removed. However this allows MVC to pick up new S.T.J defaults in 6.0 including when
users attempt to use a 6.0 versioned package with 5.0
2020-09-10 11:54:00 -07:00
Kevin Pilch 848f42df8e
Add public API baselines for SiteExtensions, Testing, WebEncoders (#25654) 2020-09-10 11:45:01 -07:00
Kevin Pilch 158401f361
Add public API baselines to SignalR (#25653) 2020-09-10 11:44:04 -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
Javier Calvarro Nelson 31fcc8bd26
Update error page (#25706) 2020-09-10 10:20:19 -07:00
Javier Calvarro Nelson 0637599517
Update DfaMatcherBuilder to use the correct behavior (#25616) 2020-09-10 10:18:32 -07:00
Pranav K 2228c98b88
Use ICU sharding (#25521) 2020-09-10 10:17:02 -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
Kevin Pilch 6828192780
Add public API baselines for Servers (#25652) 2020-09-09 21:07:55 -07:00
Kevin Pilch 14a3862f5f
Add Public API baselines for Security (#25651) 2020-09-09 21:07:15 -07:00
John Luo 035221d731
Add cache for retrieved RBAC claims (#25698) 2020-09-09 14:24:48 -07:00
William Godbe 76fbd1a283
Strip duplicate files from SharedFx input to Nuget Pack (#25733) 2020-09-09 14:15:17 -07:00
Mackinnon Buck 8f461884c9
Update JSCallResultTypeHelper.cs (#25628)
* Update JSCallResultTypeHelper.cs and PublicAPI.Unshipped.txt

* CR feedback.

* Removed exception message
2020-09-09 13:33:47 -07:00
Mackinnon Buck 43ef580773
Fixed content type issue (#25702) 2020-09-09 13:30:13 -07: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
Stephen Halter b3f4a32d23
Increase SignalR Java client test timeouts to 30 seconds (#25639) 2020-09-09 11:26:51 -07:00
Steve Sanderson ecc2ba16b8
Accessibility fixes (#25678)
* Fix header tab ordering issues. Fixes 1163117

* Ensure text can be zoomed to 200% without switching to mobile layout. Fixes 1163184.

* Ensure "Log out" link can show focus state. Fixes 1162890

* Use screen reader-friendly link text. Fixes 1163642

* Update template test
2020-09-09 11:08:10 -07:00
Artak 0d548f302b
Enable PlatformCompatibilityAnalyzer for RCL projects (#25636) 2020-09-09 09:57:42 -07:00
Steve Sanderson c5bcd68853
Fix wasm caching on localhost and various E2E test issues (#25689)
* Fix caching of WASM resources on localhost

* Fix test server startup

* Add missing server variant of VirtualizationTest

* Make test namespaces consistent

* Fix VirtualizationTest cases

* Update BootResourceCachingTest
2020-09-09 09:54:45 -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
Steve Sanderson 9f5276d17a
Update RCL template to use 5.0 features (#25613)
* Update JS interop to use auto-loaded ES6 module

* Test update

* Make it lazy for compatibility with prerendering

* Update comment

* Code style: go back to .AsTask - it's probably easier to read
2020-09-09 08:25:26 -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
John Luo 0a33267c1c
Simplify blazorserver template for individual local auth support (#25523) 2020-09-08 15:42:19 -07:00
Brennan 9cbf55b094
[Java] Fix close with LongPolling (#25582) 2020-09-08 10:54:09 -07:00
Doug Bunting 475fc569d9
[release/5.0-rc2] Add public API baselines for Components (#25660)
- part of #24347
- unable to do src/Components/Authorization due to contained `*.razor` file
- ignored src/Components/Analyzers and src/Components/WebAssembly/Sdk
2020-09-06 21:33:03 -07:00
Doug Bunting e02820f77c
Move to stable Microsoft.CodeAnalysis.PublicApiAnalyzers version (#25662) 2020-09-06 16:38:47 -07:00
Doug Bunting 2c1f1f6684
Remove extra public API baseline files (#25655)
- part of #24347
2020-09-06 16:37:29 -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