Commit Graph

44285 Commits

Author SHA1 Message Date
Justin Kotalik 9f398d9a56
Fix Http/3 and mark multiplexed factory as experimental (#25012)
* Fix Http/3 and mark multiplexed factory as experimental

* mark apis as internal and delete quic samples

* Remove extra public api

* Mark kestrel server as obsolete

* Fixing obsoletion and improved message

* Revert "Fixing obsoletion and improved message"

This reverts commit acdae8713d467264b4b3762b56fb4b882fa9127d.

* Revert "Mark kestrel server as obsolete"

This reverts commit fbd861f53afe93951b1f9cd004859551e085952d.

* Internalize SocketCOnnectionFactory

* nit

* fixup
2020-08-19 14:27:25 -07:00
Javier Calvarro Nelson 1cd7e15fb2
[Spa] Make node Services non-shipping (#24912)
As per the announcement on https://github.com/dotnet/aspnetcore/issues/12890, avoid shipping this package in 5.0.
2020-08-19 13:27:29 -07:00
Brennan 08bd3d7d5a
Fix #24846 by using ConditionalFact (#25041) 2020-08-19 12:31:18 -07: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
Sourabh Shirhatti b140c09c02
Add support delegating requests in HttpSysServer (#24857)
* Add new ctors for RequestQueue and UrlGroup

* Add DelegateRequest pinvokes

* Add Request Transfer Feature

* Fix accessibility of feature

* Test cleanup

* Update ref assembly

* hack: Make HttpSysServer packable

* Cleanup based on PR feedback

* Avoid sending headers after transfer

* Fix ref assembly

* Fix rebase conflict

* Switch to DelegateRequestEx

* Add feature detection

* Delete ref folder

* Add server feature

* s/RequestQueueWrapper/DelegationRule

* Fix UrlGroup was null issue

* Add light-up for ServerDelegationPropertyFeature

* Revert changes to sample

* Revert changes to sample take 2

* PR feedback

* s/Transfered/Transferred

* DelegateAfterRequestBodyReadShouldThrow

* Make DelegationRule disposable

* More license headers

* Incomplete XML doc

* PR feedback

* Fix broken test

* PR feedback

* Fixup test

* s/Transfer/Delegate

* s/transfer/delegate

* PR feedback
2020-08-19 10:27:18 -07:00
Pranav K c6814f4f4d
Enable the compatibility analyzer for Blazor WebAssembly (#24978)
See https://github.com/dotnet/sdk/pull/12872#issuecomment-673783153
2020-08-19 10:00:08 -07:00
Martin Costello b22512de0e
Right-size Lists when created (#23714)
Create new instances of List<T> with an appropriate capacity for the items that will be added.
Use Array.Empty<T>() where appropriate, rather than create an empty list and then return it.
2020-08-19 09:45:52 -07:00
Pranav K d2f34d6d99
Enable trimming for Microsoft.Extensions packages (#24986)
* Enable trimming for Microsoft.Extensions packages

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

* Update Microsoft.NET.Sdk.BlazorWebAssembly.csproj

* Apply suggestions from code review

* Fixup test
2020-08-19 16:29:52 +00:00
Justin Kotalik 187eacd570
Reenable concurrent read/write test (#25017) 2020-08-19 09:28:01 -07: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
Mackinnon Buck 6a3887aba8
Make Virtualize behave correctly with when ItemSize is unspecified or wrong. (#24920) 2020-08-18 20:15:50 -07:00
Chris Ross 24f26e7b6a
React to runtime release branch rename (#25026) 2020-08-19 01:25:51 +00:00
Pranav K 2d6fd453e2 Allow ProblemDetails \ ValidationProblemDetails to be more testable
Fixes https://github.com/dotnet/aspnetcore/issues/15166
2020-08-18 16:57:29 -07:00
Hao Kung 94e314d4d2 Helix pass in -nopath for dotnet-install (#24968) 2020-08-18 16:57:29 -07:00
github-actions[bot] ae1981f931
Sync shared code from runtime (#25009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-18 23:23:51 +00:00
Chris Ross bc40f40382
Log for SameSite=None without Secure (#24970)
* Log for SameSite=None without Secure

* Update src/Http/Http/src/Internal/EventIds.cs

Co-authored-by: campersau <buchholz.bastian@googlemail.com>

Co-authored-by: campersau <buchholz.bastian@googlemail.com>
2020-08-18 19:55:42 +00:00
James Newton-King edf25b7817
HTTP method matching: Jump table optimized for a single method (#24953) 2020-08-19 07:41:48 +12:00
Safia Abdalla 5297d5fd39
Add query param to check if Blazor WASM app is under debug (#24972) 2020-08-18 18:16:02 +00:00
Chris Ross 90408c0191
Move the code sync action to the release branch (#25003) 2020-08-18 17:32:59 +00:00
Justin Kotalik cdb3cbd620
Remove \r\n for \n when writing to ostream (#24980) 2020-08-18 09:34:43 -07:00
Pranav K 2ad1b6d835
Merged PR 9371: Revive support for globalization and localization in Blazor WASM (#24773)
* Merged PR 9371: Revive support for globalization and localization in Blazor WASM

Revive support for globalization and localization in Blazor WASM

* Load icu and timezone data files
* Unskip tests

Fixes https://github.com/dotnet/aspnetcore/issues/24174
Fixes https://github.com/dotnet/aspnetcore/issues/22975
Fixes https://github.com/dotnet/aspnetcore/issues/23260
2020-08-18 06:33:50 -07:00
James Newton-King f68f5b0ee8
Fix HTTP/2 tests that use HttpClient and H2C (#24981) 2020-08-18 21:12:52 +12:00
James Newton-King 592cea6a2b
Optimize writing single segment sequences (#24929) 2020-08-18 19:37:48 +12:00
James Newton-King 28dc9bffab
HTTP2: Write data and trailers under one lock (#24822) 2020-08-18 18:20:04 +12:00
Brennan c92eaa28f4
Add inline scheduler option for Sockets transport (#24638) 2020-08-17 22:00:15 -07:00
Pranav K 512a49c401
Add support for model binding DateTime as UTC (#24893)
* Add support for model binding DateTime as UTC

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

* Make test work in other TZs

* Changes per PR comments

* Cleanup unused exception code path, fix doc comments
* Clean up usage of variables
* Adjust logging to be consistent

* Apply suggestions from code review
2020-08-18 04:04:27 +00:00
James Newton-King 58a75925f7
HTTP2: Optimize header processing (#24945) 2020-08-18 14:31:57 +12:00
Pranav K 8a8a1ac972
Fixups 2020-08-17 12:47:10 -07:00
Justin Kotalik bbb851e3eb
General cleanup in IIS (#24754) 2020-08-17 12:34:13 -07:00
David Fowler e0413903e5
Minimal changes to support certificate chain-preloading at startup (#24934) 2020-08-17 12:20:10 -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
John Luo cfe158cbed
Convert DatabaseErrorPage to exception filter (#24588)
* Convert DatabaseErrorPage middleware to exception filter
2020-08-17 11:13:17 -07: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
Pranav Krishnamoorthy 4e57d1b041
Merged PR 9371: Revive support for globalization and localization in Blazor WASM
Revive support for globalization and localization in Blazor WASM

* Load icu and timezone data files
* Unskip tests

Fixes https://github.com/dotnet/aspnetcore/issues/24174
Fixes https://github.com/dotnet/aspnetcore/issues/22975
Fixes https://github.com/dotnet/aspnetcore/issues/23260
2020-08-17 09:02:18 -07: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
Ben Adams 03b75e354d
Inline second statemahine into loop and us EC.Restore to reset context (#23175) 2020-08-16 18:06:25 -07: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
Doug Bunting 0f3c52e84c
Quarantine `CanUseViewportAsContainer` test (#24924)
- #24922
2020-08-15 16:09:40 -07: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
Chris Ross a9026f1e0f
Skip dotnet watch tests on ARM (#24846) 2020-08-14 22:39:33 -07:00
msftbot[bot] d3eaa2f450
Merge pull request #24927 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master
[automated] Merge branch 'release/5.0-preview8' => 'master'
2020-08-15 04:06:42 +00:00
Brennan a5263d61fb
Support more IAsyncEnumerable types in SignalR (#24926) 2020-08-14 20:42:05 -07:00
John Luo 7acb96af5e
Align scope used by client and server in blazor wasm template (#24894) 2020-08-14 18:25:42 -07:00
James Newton-King 1150b211cc
HTTP2: Fix known header type not reset for multi-value headers (#24918) 2020-08-15 12:21:25 +12:00
Justin Kotalik 91776832e0
Fix OnCompleted and implement CompleteAsync (#24686) 2020-08-14 14:16:05 -07:00
Doug Bunting 9b9d46d01d
Merge pull request #24890 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'
2020-08-14 14:10:29 -07:00
Juan Barahona a2a6db2ee3
[Blazor][Fixes #22912] Fix "registration is not supported" never displayed in blazor webassembly authentication (#24862) 2020-08-14 02:40:01 -07:00
Doug Bunting 891af2ce10
Merge branch 'release/3.1' into 'master' 2020-08-13 23:19:45 -07:00
Pranav K 1867750ec9
Add nullable annotations to SignalR.Common, SignalR.Core and Http.Connections (#24764)
* Add nullable annotations to  SignalR.Common, SignalR.Core and Http.Connections

Contributes to https://github.com/dotnet/aspnetcore/issues/5680

* Changes per PR comments. Also add nullability to hub protocols
2020-08-14 05:26:03 +00:00