Alessio Franceschelli
628da23e48
Response Caching: Cache Head with Content-Length ( #12652 )
...
* Response Caching: Cache Head with Content-Length
2019-11-11 10:10:21 -08:00
Steven Maglio
5b1b8bcb8b
Adding null-conditional operator on IEnumerable.GetEnumerator() ( #16947 )
2019-11-11 08:25:37 -08:00
Christopher Haws
4eebc166bf
Add ignored http headers to SpaProxy ( #16863 )
...
* Add ignored http headers to SpaProxy
* Remove `cookie` header from NotForwardedHttpHeaders
2019-11-10 16:06:14 -08:00
James Newton-King
909f1d368f
Set HttpResponseMessage.Version in TestServer ( #16941 )
2019-11-10 13:59:34 +13:00
Chris Ross
f8f60cd42e
HttpSys HTTP/2 Response Trailers #13893 ( #16877 )
2019-11-08 17:12:37 -08:00
Justin Kotalik
845e6d5512
Add rest of MsQuic transport. ( #16812 )
2019-11-07 20:53:33 -08:00
Ryan Brandenburg
7202634cea
Merge pull request #16599 from flensrocker/issue-16582
...
Allow the Angular/React-DevServer to run on a given port (#16582 )
2019-11-06 13:43:23 -08:00
Kirk Larkin
6a6deb298c
[Mvc] Fix cref for HttpMethodActionConstraint API docs ( #16857 )
...
Switches the wrong reference from IActionResult to IActionConstraint
2019-11-06 14:27:11 +01:00
Lars Hanisch
23f23e88ab
Regenerate reference assemblies
2019-11-06 09:28:01 +01:00
Andrew Stanton-Nurse
81379147e6
Update SignalR NPM package readme to show how to install previ… ( #16761 )
2019-11-05 16:09:10 -08:00
Doug Bunting
9abf4bfe3f
Merge branch 'release/3.1' => 'master' ( #16834 )
2019-11-05 15:39:47 -08:00
Kahbazi
911f92c7e7
Log heartbeat duration for slow heartbeats ( #15273 )
2019-11-05 13:58:28 -08:00
Ken Dale
a23dd41428
Add www to root domain redirects ( #12997 )
2019-11-05 13:11:14 -08:00
Lars Hanisch
968e85a397
Allow the Angular/React-DevServer to run on a given port ( #16582 )
2019-11-05 21:52:38 +01:00
Kamron Batman
d4f7a199c7
[Low Risk Cleanup] Removes double semicolons ( #16794 )
2019-11-05 11:33:58 -08:00
Hao Kung
41195138b1
Fix resend email confirmation ( #14118 )
2019-11-05 10:32:06 -08:00
Pranav K
b617083148
Add missing dependencies to Mvc.sln ( #16758 )
2019-11-05 12:04:09 -05:00
Doug Bunting
ea51e63930
Merge branch 'master' into merge/release/3.1-to-master
2019-11-04 19:15:34 -08:00
Chris Ross
87bd1bec5b
Cleanup kestrel Win10 skips #14382 ( #16756 )
2019-11-04 13:32:38 -08:00
Doug Bunting
8a134f81d4
Merge branch 'release/3.1' => 'master' ( #16743 )
2019-11-04 11:57:12 -08:00
Kahbazi
93432bd417
Drop IResponseCache async methods ( #15393 )
2019-11-04 11:06:19 -08:00
Stephen Halter
e3b971a75e
Keep Kestrel's connection PipeReader in a consistent state ( #16725 )
...
- When the request body PipeReader.ReadAsync throws, the connection-level
pipe should be advanced, so subsequent attempts to read from the
connection-level pipe don't fail unnecessarily
2019-11-04 10:47:38 -08:00
Doug Bunting
4dfebe5308
Mark `ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseChunks` as flaky
2019-11-04 10:16:01 -08:00
mikeo52
774f8dbdbd
Added name for EventId in logs ( #11379 )
2019-11-04 08:51:42 -08:00
Justin Kotalik
3ecdc40318
Synchronize Http/2 HPack implementation between CoreFx and ASP.NET Core ( #13931 )
2019-11-01 17:32:21 -07:00
Kahbazi
61179f3da2
Improve performance for QueuePolicy in ConcurrencyLimiter ( #13947 )
2019-11-01 14:28:02 -07:00
Justin Kotalik
4d3eccccf0
Set new HTTPS environment variable when using out of process ( #16713 )
2019-11-01 12:57:44 -07:00
Kahbazi
ab5b5a4ab5
Remove null check for logger in HttpsConnectionMiddleware ( #16736 )
2019-11-01 11:26:21 -07:00
Stephen Halter
57d21c4f5f
Use new EventId for bad dev cert log ( #16720 )
2019-11-01 11:24:34 -07:00
Ryan Brandenburg
41e15c3d90
Prevent VS warning for empty attribute ( #16719 )
2019-11-01 10:57:00 -07:00
Ryan Brandenburg
7816ef94ca
Handle synchronous exceptions from partial ( #16679 )
...
Handle sync exceptions within async context
2019-11-01 10:56:19 -07:00
Brennan
7f015aa226
Merge branch 'master' into merge/release/3.1-to-master
2019-11-01 09:50:59 -07:00
BrennanConroy
38eebb5113
ref
2019-10-31 20:59:05 -07:00
BrennanConroy
35403fe669
Merge branch 'merge/release/3.1-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore
2019-10-31 20:25:42 -07:00
Brennan
cd09f74a3a
Don't access CookieContainer unless needed ( #16619 )
2019-10-31 20:18:10 -07:00
Brennan
ef442be421
Remove flaky test ( #15269 ) ( #16717 )
2019-10-31 18:00:00 -07:00
Brennan
0a61879cf7
Websocket handshake perf ( #12386 )
2019-10-31 17:43:06 -07:00
Justin Kotalik
0e8fea6fee
Initial port of MsQuic transport ( #15375 )
2019-10-31 17:38:47 -07:00
Brennan
fece4705ee
[master] Update Arcade dependency ( #16716 )
2019-10-31 17:18:24 -07:00
Brennan Conroy
433a5a0f97
Merge branch 'merge/release/3.1-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into release/3.1
2019-10-31 16:15:52 -07:00
Brennan
e89f2f4502
Mark flaky test as flaky ( #16708 )
2019-10-31 15:44:02 -07:00
James Newton-King
cfea2e91dc
Fix TestServer from blocking on request stream ( #15591 )
2019-11-01 10:48:16 +13:00
Javier Calvarro Nelson
3ceca46c5b
[Platform] Provide a better error message when the developer certificate can't be used ( #16659 )
...
Improves the error message Kestrel gives when the developer certificate key is not available for some reason.
2019-10-31 21:50:26 +01:00
Brennan Conroy
5a7cd976c9
Merge branch 'release/3.1'
2019-10-31 09:47:59 -07:00
Brennan Conroy
4c37e0f2f8
fix tests
2019-10-31 09:14:05 -07:00
dotnet-maestro[bot]
3c140121de
[release/3.1] Update dependencies from 3 repositories ( #16685 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191030.2
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview3.19530.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview3.19530.2
- dotnet-ef - 3.1.0-preview3.19530.2
- Microsoft.EntityFrameworkCore - 3.1.0-preview3.19530.2
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview3.19530.2
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview3.19530.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview3.19530.2
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191030.3
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview3.19530.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview3.19530.3
- dotnet-ef - 3.1.0-preview3.19530.3
- Microsoft.EntityFrameworkCore - 3.1.0-preview3.19530.3
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview3.19530.3
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview3.19530.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview3.19530.3
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191030.4
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview3.19530.4
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview3.19530.4
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview3.19530.4
- Microsoft.NET.Sdk.Razor - 3.1.0-preview3.19530.4
* Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview2.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-preview3.19530.4 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/Blazor build 20191031.1
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview3.19531.1
* React to Mono WebAssembly changes for 3.1 preview 3
2019-10-31 13:47:48 +00:00
Steve Sanderson
0faf339143
Fix mouse events occurring on children of a disabled form field ( #16671 )
...
* Add E2E tests, some of which fail to represent the issue
* Implement handling for disableable mouse events, making the new E2E tests pass
2019-10-31 09:29:15 +00:00
James Newton-King
78b9b2e23e
Additional host matching tests ( #16680 )
2019-10-31 13:26:42 +13:00
Pranav K
c11fe23f31
Very candidacy before processing in PageLoaderMatcherPolicy ( #16678 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/13996
2019-10-30 15:21:13 -07:00
Justin Kotalik
76193ecdfd
Set connection close with a switch for ANCM out of process ( #16643 )
2019-10-30 13:19:39 -07:00