Ajay Bhargav Baaskaran
f7de3da7a1
Update blazor templates for preview7 ( #11691 )
2019-06-28 15:35:06 -07:00
Brennan
7820137ad5
Add xml comments to HubInvocationContext ( #11683 )
2019-06-28 15:27:25 -07:00
Dylan Dmitri Gray
3cb414afdc
Dylan/event source ( #11516 )
...
* Queuing Middleware now supports EventSources. Visibility for: items in queue, duration spent in queue, number of rejected requests.
2019-06-28 15:20:50 -07:00
Ben Adams
81b757afcc
Pass ReadOnlySequence<byte> via in ( #11052 )
2019-06-28 14:51:52 -07:00
Stephen Halter
bcb59fa5c9
Don't throw Exceptions from PipeWriter APIs after RST_STREAM ( #11675 )
...
* Don't throw InvalidOperationExceptions from PipeWriter APIs after HTTP/2 aborts
2019-06-28 14:40:35 -07:00
Steve Sanderson
5c81754bad
Fix authentication state revalidation code in project template
2019-06-28 19:39:05 +01:00
Pranav K
b472b0afaf
Update WeatherForecastController.cs ( #11668 )
2019-06-28 10:12:17 -07:00
Chris Ross
e7385788b7
Unskip work template test #7974 ( #11658 )
2019-06-28 10:08:29 -07:00
David Fowler
1c71752b1f
Move connection id creation into the transport. ( #11680 )
2019-06-28 10:00:05 -07:00
Jacques Eloff
d0d94e157b
Merge pull request #11660 from aspnet/joeloff/EULA
...
Update FWLINK to point to latest EULA
2019-06-28 06:53:52 -07:00
Steve Sanderson
d1146d043f
Add authentication revalidation logic to IndividualLocalAuth server-side Blazor template. Implements #10698 ( #11548 )
2019-06-28 09:12:59 +01:00
Justin Kotalik
33849f3381
Make site extension not use SemVer 2.0 ( #11565 )
2019-06-27 19:36:17 -07:00
Justin Kotalik
31a8130638
Moving slns to better places ( #11661 )
2019-06-27 19:32:04 -07:00
Javier Calvarro Nelson
7a167943f6
Moves from props to target file to be imported after Microsoft.Build.Common.targets where $(TargetFileName) is defined ( #11669 )
2019-06-27 19:00:31 -07:00
Chris Ross
1c0014c539
Convert TestServer to pipes #11598 ( #11611 )
2019-06-27 16:15:59 -07:00
huysentruitw
2508dfcd2b
Expose TestServer as public property on RequestBuilder #5947 ( #10396 )
2019-06-27 15:41:04 -07:00
Doug Bunting
4e4ccdd92a
Address some rough edges in service reference feature
...
- #11393
- avoid NU1702 warnings
- move defaults for `$(OpenApiGenerateDocuments)` and `$(OpenApiGenerateDocumentsOnBuild)` later, into .targets
- do not generate documents for .NET Core 2.0 and earlier TFMs (feature is not supported there)
- add `Inputs` and `Outputs` to the `GenerateOpenApiDocuments` target, reducing redundant builds
nit: correct Microsoft.Extensions.ApiDescription.Server package version when building locally
2019-06-27 15:29:18 -07:00
Stephen Halter
30fe3a2288
Adopt Bedrock client abstractions in SignalR client ( #11484 )
2019-06-27 15:26:16 -07:00
John Luo
82149f92ed
gRPC template updates ( #11473 )
2019-06-27 15:04:01 -07:00
Jacques Eloff
c3e88a8732
Update FWLINK to point to latest EULA
2019-06-27 14:34:54 -07:00
Chris Ross
2745349822
Deal with blocking HttpSys tests ( #11628 )
2019-06-27 14:11:53 -07:00
Chris Ross
2e7c52d97c
Make CertificateLoader public #11312 ( #11655 )
2019-06-27 14:04:32 -07:00
Chris Ross
b957b75a54
Add workaround to template readme #11303 ( #11656 )
2019-06-27 13:55:36 -07:00
Steve Sanderson
37aadc2aab
Add comment to RemoteRenderer clarifying #11107
2019-06-27 21:01:30 +01:00
Steve Sanderson
4ed0cd3324
Reintroduce required @ chars to benchmarks output ( #11649 )
2019-06-27 11:03:35 -07:00
Andrew Stanton-Nurse
eb1aa2433b
Merge pull request #11496 from NickDarvey/allow-derived-args-with-synthetic-args
...
Fixes dispatching of derived type arguments to hub methods
2019-06-27 10:24:38 -07:00
Justin Kotalik
185d28925e
Actually use correct versions in VS Insertion Packages ( #11615 )
2019-06-27 10:14:53 -07:00
Pranav K
b7ad834b8d
Remove Circuit test ( #11623 )
2019-06-27 09:46:19 -07:00
Steve Sanderson
4df198dfaa
Apply selection to options even within markup block or optgroup. Fixes #5616 #10648
2019-06-27 16:31:53 +01:00
Carlos Jiménez Aliaga
5954a2f98e
Remove blank lines in Configure Services for Razor and Mvc
2019-06-27 11:14:46 +02:00
Chris Ross
fd9ad7f8c5
Remove flaky HttpSys test Server_MultipleOutstandingSyncRequests_Success ( #11622 )
2019-06-26 22:18:10 -07:00
David Fowler
6de357e7f2
Revert the output pipe in the DuplexStreamPipeAdapter ( #11601 )
...
* Revert back to copying data to pipes
* Replace the output pipe only
* Don't complete the connection pipe in Http2FrameWriter
- This leads to trunated data in some cases. Instead just yield the middleware so we can be sure no more user code is running (Http1OutputProducer does this as well). There are still cases where a misbeaving application that doesn't properly await writes gets cut off but that will be fixed in the SteamPipeWriter itself.
- Updated tests
2019-06-26 22:06:09 -07:00
Brennan
585b57593c
Fix SignalR Npm flakiness ( #11450 )
2019-06-26 20:52:52 -07:00
Brennan
7610ba3ef3
Use writer/serializer json interop in SignalR ( #11625 )
2019-06-26 20:40:30 -07:00
Stephen Halter
f2ef27d46c
Remove Debug.Assert from Http2OutputProducer ( #11624 )
2019-06-26 18:27:00 -07:00
Mikael Mengistu
de9a8a9c0b
Rename @aspnet/signalr to @microsoft/signalr ( #11576 )
2019-06-26 18:16:51 -07:00
Javier Calvarro Nelson
1defaa5ac2
Revert "Move SPA flows to use code ( #11227 )" ( #11596 )
...
This reverts commit 2287abcc3e .
2019-06-27 01:01:01 +02:00
Justin Kotalik
785cd9abb1
Fix runtime targeting pack ( #11582 )
2019-06-26 13:09:08 -07:00
Thomas Levesque
dab27e7867
Fix default value for ResponseType in doc comments ( #11587 )
...
The comment says that the default value for `ResponseType` is `CodeIdToken` (hybrid flow), but the property is actually set to `IdToken` (implicit flow)
2019-06-26 11:17:54 -07:00
Chris Ross
f990751f54
Add GenericWebHostService after user code #11437 ( #11575 )
2019-06-26 07:46:30 -07:00
Doug Bunting
e8fba43b1f
Move to 3.0 Preview 6 SDK ( #11472 )
...
* Work around https://github.com/dotnet/cli/issues/11378
* Fix site extensions - thanks @JunTaoLuo❕
2019-06-25 20:43:07 -07:00
Nick Darvey
32998b9e3c
Adds comment about the security of TypeNameHandling.All
2019-06-26 12:50:42 +10:00
Hao Kung
dc954e1936
Fix external login registration when RequireConfirmedAccount ( #11572 )
2019-06-25 17:51:43 -07:00
Nick Darvey
3fc4bee7e2
Adds DerivedParameterKnownTypesBinder so that we're following better practice in our tests
2019-06-26 10:35:03 +10:00
dotnet-maestro[bot]
921dd947b9
[master] Update dependencies from 3 repositories ( #11531 )
...
* Update dependencies from https://github.com/aspnet/Blazor build 20190624.2
- Microsoft.AspNetCore.Blazor.Mono - 0.10.0-preview7.19324.2
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190624.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19324.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19324.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19324.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19324.2
* Update EFCore and Extensions
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190624.5
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19324.5
- dotnet-ef - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19324.5
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.ComponentModel.Annotations - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.IO.Pipelines - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Net.Http.WinHttpHandler - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Reflection.Metadata - 1.7.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Permissions - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Principal.Windows - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.ServiceProcess.ServiceController - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Encodings.Web - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Json - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Threading.Channels - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Ref - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- NETStandard.Library.Ref - 2.1.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
* Ingest new EFCore
* Fix Routing tests
* Fix antiforgery
* Fix CORS
* Fix Mvc.Core
* Fix SignalR.Client
* Fix SignalR better
2019-06-25 23:05:54 +00:00
Ajay Bhargav Baaskaran
f40bfde9ff
Make Razor file encoding consistent ( #11530 )
...
* Make Razor file encoding consistent
* feedback
2019-06-25 15:51:20 -07:00
Justin Kotalik
73a2603aa6
Fix Complete in Message Bodies ( #11066 )
2019-06-25 15:34:08 -07:00
Kristian Hellang
7003fb53d5
Add explicit content types to 'no formatter' logging ( #11213 )
...
* Add explicit content types to 'no formatter' logging
* Remove dead code
2019-06-25 15:07:35 -07:00
Justin Kotalik
0274aceaee
Generate .nupkg files that contain aspnetcore-runtime MSI for insertion into Visual Studio ( #11345 )
2019-06-25 13:41:16 -07:00
Pranav K
2a31739302
Update doc comment for RazorInjectAttribute ( #11554 )
...
* Update doc comment for RazorInjectAttribute
2019-06-25 13:32:21 -07:00
Justin Kotalik
cc1f23c5f8
Make Middleware internal and remove internal namespaces ( #11538 )
2019-06-25 13:23:20 -07:00
David Fowler
ea385e20aa
Use a mutex to guard cert creation on windows ( #11546 )
...
- It should prevent some test flakyness around importing certs in some cases.
2019-06-25 11:56:40 -07:00
Pranav K
9016794111
Fixup templates ( #11351 )
...
* Fixup templates
2019-06-25 11:05:45 -07:00
Pranav K
b10c8a6fc3
Eagerly read IAsyncEnumerable{object} instances before formatting ( #11118 )
...
* Eagerly read IAsyncEnumerable{object} instances before formatting
Fixes https://github.com/aspnet/AspNetCore/issues/4833
2019-06-25 10:53:43 -07:00
Ryan Nowak
550710f304
Update components E2E test to use splatting ( #11518 )
...
This test was already in place, and just needs some updates to work with
Razor syntax instead of .cs
2019-06-25 10:06:16 -07:00
Pranav K
eba671ec88
Fixup ref assemblies again ( #11528 )
2019-06-25 09:24:36 -07:00
Isaac Levin
343d6e4b9a
Update Startup.cs
...
Update to template to remove RazorPages extension if not an auth template
2019-06-25 12:00:28 -04:00
David Fowler
688054e4d2
Remove HttpUtlities from the public API surface ( #11539 )
2019-06-25 08:53:14 -07:00
Fabien Barbier
bf95c946ec
Blazor: Decode URL segments in RouteContext ( #8759 )
...
* Decode URL segments in RouteContext
2019-06-25 16:27:24 +02:00
dudu
c6718d054d
Any instead of Count in IIS UrlRewriteFileParser ( #11540 )
...
* Any instead of Count in IIS UrlRewriteFileParser
* Remove unnecessary null check in IIS UrlRewriteFileParser
2019-06-25 06:33:37 -07:00
David Fowler
73e1b5de9e
Moved the static assets extension method to WebHostBuilderExtensions. ( #11541 )
...
* Moved the static assets extension method to WebHostBuilderExtensions.
* Updated the refs
2019-06-25 06:28:40 -07:00
David Fowler
6608b3b178
Make the platform benchmarks work again ( #11537 )
...
- Make it compile
- Removed a few pubternal usages
2019-06-24 23:50:27 -07:00
dudu
e79fafc2e3
Improve IIS UrlRewrite parsing ( #11533 )
2019-06-24 23:07:48 -07:00
Nick Darvey
47bb845d48
Moves derived parameter tests into HubConnectionHandlerTests
2019-06-25 15:49:51 +10:00
Chris Ross
f3f9a1cdbc
Remove Hosting.Internal APIs ( #11505 )
...
* Remove Hosting.Internal APIs #11312
2019-06-24 21:55:09 -07:00
Kevin Pilch
5ace0efa49
Update sample data ( #11510 )
...
Addresses internal bug 890301 (https://dev.azure.com/devdiv/DevDiv/_workitems/edit/890301 )
2019-06-24 20:44:44 -07:00
John Luo
94f84c4776
Build SiteExtensions ( #11409 )
2019-06-24 19:37:51 -07:00
Ryan Nowak
1552e9f842
Use ValueTask for DynamicRouteValuesTransformer
2019-06-24 19:13:35 -07:00
Ajay Bhargav Baaskaran
bff743aced
Removed unnecessary preceding @s ( #11520 )
2019-06-24 18:04:44 -07:00
Pranav K
397a27f810
Add JsonExtensionData to ProblemDetails ( #11460 )
...
* Add JsonExtensionData to ProblemDetails
Fixes https://github.com/aspnet/AspNetCore/issues/6202
2019-06-24 17:30:31 -07:00
Pranav K
c7df3aae4c
Update refs ( #11512 )
2019-06-24 16:30:48 -07:00
Pranav K
6c5374db0d
Changes per PR
2019-06-24 16:14:46 -07:00
Pranav K
6b36c377f6
Update ref assemblies
2019-06-24 16:01:02 -07:00
Pranav K
bed3542a9b
Add JsonExtensionData to ProblemDetails
...
Fixes https://github.com/aspnet/AspNetCore/issues/6202
2019-06-24 16:01:02 -07:00
David Fowler
b31bdd4373
Moved things around ( #11508 )
...
- Put middleware in th middeware folder
- Rename PipelineExtensions to BufferExtensions
- Move DuplexPipe to shared
2019-06-24 15:18:09 -07:00
Steve Sanderson
f162ba1961
For two-way bindings, enforce consistency between .NET model and DOM by patching old tree. Fixes #8204 ( #11438 )
2019-06-24 23:15:33 +01:00
Pranav K
151ae52661
JSON error handling ( #11190 )
...
* Exception handling with SystemTextJsonInputFormatter
* Additional tests
* Update ref package
* PR feedback
* Test fixes and feedback
* Update refs
* Restructure tests
* Cleanup
2019-06-24 14:30:38 -07:00
Arthur Irgashev
590958376e
Add debugg logging for DataProtectorTokenProvider.ValidationAsync ( #10739 )
2019-06-24 14:30:09 -07:00
David Fowler
9b59fe40cf
Added some doc comments to bedrock APIs ( #11487 )
...
* Added some doc comments to bedrock APIs
- Also cleaned up some HttpContext doc comments
* Apply suggestions from code review
PR feedback
Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>
* Apply suggestions from code review
Co-Authored-By: Justin Kotalik <jukotali@microsoft.com>
2019-06-24 14:06:01 -07:00
dotnet-maestro[bot]
114f760d64
[master] Update dependencies from 3 repositories ( #11458 )
...
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190621.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19321.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19321.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19321.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19321.2
* Update dependencies from https://github.com/aspnet/Blazor build 20190623.1
- Microsoft.AspNetCore.Blazor.Mono - 0.10.0-preview7.19323.1
* Update dependencies from https://github.com/dotnet/arcade build 20190623.4
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19323.4
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19323.4
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19323.4
* fix build (tests) - thanks @ajaybhargavb❕
2019-06-24 11:48:20 -07:00
David Fowler
c63cd0c3ad
Simplified HttpConnection ( #11488 )
...
- Don't register callbacks until we have a request processor
- Remove the IConnectionTimeoutFeature from the feature collection, it was used by connection adapters but isn't needed anymore.
- Rename OnInputOrOutputCompleted to OnConnectionClosed
2019-06-24 11:42:27 -07:00
Alessio Franceschelli
7d4258b186
Api Explorer: multiple complex properties
2019-06-24 11:15:39 -07:00
Javier Calvarro Nelson
0a4f42a7e2
Add support for static web assets in blazor client-side ( #11042 )
...
* Add support for static web assets in blazor client-side
* Blazor serve use MSBuild data instead of heuristics to run the app
* Remove blazor-client-side app Static Web Assets when hosted in an ASP.NET Core
2019-06-24 17:47:08 +02:00
Ryan Nowak
6ce8a879ae
Add dynamic controller/page routes
...
Adds infrastructure for a common IRouter-based pattern. In this pattern,
an extender subclasses Route to post-process the route values before MVC
action selection run. The new infrastructure duplicates this kind of
experience but based on endpoint routing.
The approach in this PR starts at the bottom... meaning that this is the
most-focused and least-invasive way to implement a feature like this.
Similar to fallback routing, this is a pattern built with matcher
policies and metadata rather than a built-in feature of routing.
It's valuable to point out that this approach uses IActionConstraint to
disambiguate between actions. The other way we could go would be to make
the *other* matcher policy implementations able to do this. This would
mean that whenever you have a dynamic endpoint, you will not by using
the DFA for features like HTTP methods. It also means that we need to go
re-implement a bunch of infrastructure.
This PR also adds the concept of an 'inert' endpoint - a non-Routable
endpoint that's created when fallback/dynamic is in use. This seems like
a cleaner design because we don't start *matching* RouteEndpoint
instances for URLs that don't match. This resolves #8130
2019-06-24 08:08:54 -07:00
Nick Darvey
f80dbd3918
Fixes dispatching of derived type arguments to hub methods with synthetic parameters
2019-06-24 22:36:05 +10:00
David Fowler
5ca92305c2
PR feedback from #11412 ( #11474 )
...
- Remove ExpectedMiddlewareCount since everything is middleware now
- Renamed everything adapter to middleware
- Added a regression test for an https scenario
- Don't send client certs for tests that don't expect it
2019-06-23 21:08:10 -07:00
Ryan Nowak
2420d8f0ac
Simplify attribute splatting
...
Removes handling for IEnumerable<KVP<string, string>>. This isn't
something we really need for the main scenario and it MASSIVELY
complicates the codegen part of the feature. Requiring the dictionary to
be an object-valued dictionary should cover the cases we care about.
2019-06-23 20:26:13 -07:00
Chris Ross
3ce6c1dc5b
Consolidate Windows Auth config #10530 ( #11421 )
2019-06-22 10:39:10 -07:00
Jacques Eloff
6ecfdf2c49
Merge pull request #11453 from aspnet/joeloff/LocUI
...
Tweak UI layout for non-ENU installs
2019-06-22 00:07:44 -07:00
Chris Ross
4ef204e13b
Remove or make public pubternals for Http #11312 ( #11429 )
2019-06-21 17:56:53 -07:00
Hao Kung
f35564ba06
Move DataProtection and Extensions.Identity to netstandard2.0/2.1 ( #11008 )
2019-06-21 14:40:42 -07:00
Mikael Mengistu
655c29b7ef
Update Kestrel's dev cert error message ( #11430 )
2019-06-21 14:28:52 -07:00
Brennan
5b31a9540a
[SignalR] Pass a resource into IPolicyEvaluator for Hub method auth ( #11070 )
2019-06-21 14:08:50 -07:00
Dylan Dmitri Gray
f9aa85a829
Dylan/stack policy ( #11293 )
...
* Initial StackPolicy implementation
2019-06-21 11:03:17 -07:00
Jacques Eloff
67e6351e6a
Tweak UI layout for non-ENU installs
2019-06-21 09:56:03 -07:00
Chris Ross
f6c3f9e02a
Avoid calling AuthenticateAsync for IIS out-of-proc #7750 ( #11390 )
2019-06-20 21:53:09 -07:00
Chris Ross
495f52920c
Remove redundant call to UseAuthentication ( #11426 )
2019-06-20 19:02:07 -07:00
Stephen Halter
0d92fee9d0
Work around potential race in PipeWriter (IIS Edition) ( #11165 )
2019-06-20 17:38:19 -07:00
Mikael Mengistu
e95c3a08eb
Kestrel Override Client Cert Validation ( #11423 )
2019-06-20 17:37:42 -07:00
Alessio Franceschelli
9930ce155b
Addressed feedback
2019-06-21 00:37:03 +01:00
David Fowler
25d568885b
Remove connection adapters and move things to middleware ( #11412 )
...
* Remove connection adapters and move things to middleware
- Remove connection adapters from the public API surface (pubternal) and replace the existing adapters with connection middleware.
- Updated the tests
2019-06-21 00:26:09 +02:00
Alessio Franceschelli
be7fa3b9fd
ResponseCaching: include required headers in 304
2019-06-20 23:21:44 +01:00
Andrew Stanton-Nurse
c5d62b4a29
Quarantine some tests ( #11420 )
2019-06-20 15:20:34 -07:00
Ajay Bhargav Baaskaran
21fdbcd562
Allow @bind-value to be specified on its own ( #11401 )
2019-06-20 14:36:53 -07:00
Brennan
e8181ae479
Pass options to HubConnectionContext ( #11382 )
2019-06-20 13:18:12 -07:00
Mikael Mengistu
c987ce5b3c
Add Invoke API with with no completion result ( #11399 )
2019-06-20 12:54:22 -07:00
Steve Sanderson
56ffc6b582
On RenderTreeBuilder, add SetUpdatesAttributeName ( #11375 )
2019-06-20 09:52:12 +02:00
John Luo
0058a58372
Fix Template test runs on macOS and Linux ( #11407 )
2019-06-19 23:03:39 -07:00
Justin Kotalik
689b052509
Convert TLS connection adapter to connection middleware ( #11109 )
2019-06-19 20:02:44 -07:00
Justin Kotalik
0b5d4baa07
Remove copy race for IIS projects ( #11394 )
2019-06-19 19:58:47 -07:00
Justin Kotalik
50790068a8
Add file manifest for runtime and targeting pack ( #11235 )
2019-06-19 19:53:30 -07:00
Mikael Mengistu
a9a9298d4f
Make SSEMessageFormatter internal and use new InternalsVisibleTo pattern ( #11356 )
2019-06-19 18:47:50 -07:00
Ryan Brandenburg
f6f1923e2b
Cleanup
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
8f99ca3fad
Restructure tests
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
aeaa0376d1
Update refs
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
c7b401ffd7
Test fixes and feedback
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
e69cca6461
PR feedback
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
6e2a617ed8
Update ref package
2019-06-19 16:10:54 -07:00
Ryan Brandenburg
6bd4b87d2c
Additional tests
2019-06-19 16:10:54 -07:00
Pranav K
f575677c95
Exception handling with SystemTextJsonInputFormatter
2019-06-19 16:10:54 -07:00
Brennan
0648edf7c2
Temporarily skip SignalR TS client tests ( #11398 )
2019-06-19 15:40:37 -07:00
Pranav K
a093059fce
Use the right data type for mouse event args ( #11332 )
...
* Use the right data type for mouse event args
Fixes https://github.com/aspnet/AspNetCore/issues/11224
2019-06-19 13:56:50 -07:00
Stephen Halter
5f2760e9bc
The TaskCompletionSource ctor takes Task*Creation*Options ( #11294 )
2019-06-19 11:44:43 -07:00
Javier Calvarro Nelson
2287abcc3e
Move SPA flows to use code ( #11227 )
...
* Move SPA flows to use code
2019-06-19 19:57:01 +02:00
Chris Ross
2df72072ad
Update facebook APIs to v3.3 #4684 ( #11238 )
...
Update Google error message
2019-06-19 10:16:20 -07:00
Nate McMaster
4fde84a7ad
Replace KoreBuild with Arcade ( #11122 )
...
* Replace usages of $(CI) with $(ContinuousIntegrationBuild)
* Move RepoTasks to eng/tools/
* Remove dead code
* Update build.sh/ps1 to invoke Arcade instead of KoreBuild
* build/repo.props => eng/Build.props
* build/CodeSign.{props,targets} => eng/Signing.props
* build/repo.targets => eng/Build.props, eng/CodeGen.proj, and eng/AfterSolutionBuild.targets
* Remove AddAllProjectRefsToSolution.ps1
* Put selenium process tracking into artifacts/tmp/
* build/docker => eng/docker
* Move content from korebuild.json to global.json
* Remove cibuild.{sh,cmd} and update ci.yml
* Ensure vswhere detects BuildTools installations
* Remove sign check exclusions (Arcade does not support)
* list VS required components in global.json
* Update CodeCheck.ps1
* Update arcade (#11143 )
* Fixups to broken build
* capture test results in xunit form
* attempt to fix code check
* restore before linux build
* remove duplicate signinfos
* More build fixes
* exclude node_modules from unique project check
* fixup signing props
* More build fixes
* Remove unused NoWarns
* Skip building site extension
* Suppress xunit color in console output
* Install x86 runtime
* Run KillProcesses.ps1 at end of build on CI
* activate env vars in codecheck.ps1
* Fix signing and generate build manifests
* Fixup code check and linux installers build
* Remove custom restore targets
* Import flaky test props
* Restore original manifest generation code and set warnAsErrors=false
* Alwasy restore the toolset
* More attempts at build fixes
* run restore before building deb/rpm packages
* pre-install Yarn.MSBuild
* Remove WIX workaround
* Attempt to fix RPM installers and x86 build
* Fix helix tests, java auto-detection, and code gen steps
* Globally disable MSBuild node resuse and capture MSbuild crash logs
* Cleanup build invocation for installers
* Set max time on xunit tests to 15 min
* Update helix-test.yml
* Fix Hosting tests
* Fix TestHost
* Fix Negotiate.Test
* Fix Mvc tests
* Capture results
* Fix Hosting tests
* Fix Kestrel tests
* Fix ServerComparison tests
* Fix DefaultBuilder functional tests
* Skip template tests
Need to run pack before running tests on mac/linux now
* Fix Identity test
* Fix ServerComparison tests
* Verify nginx installation on ubuntu
* Verify nginx installation?
* Try adding to path
* Try symlink
* Sudo?
* Woot it works
* Disable timeout
Template tests require more than 15 mins
* list env vars
* Use correct dotnet_home
* Prepent path instead
* Fix npmproj tests
* Fix CORS tests
* Debug signalr tests
* Debug signalr
* Capture bin
* Try building templates sequentially
* Debug signalr
* Cleanup
* Disable signalr npm tests
* Debug template test
* Try to fix templates again and make steps more reliable
* Cleanup
* Feedback
2019-06-19 10:03:38 -07:00
Arthur Vickers
730c3e0053
Update DatabaseErrorPageMiddleware to use HasTables
2019-06-19 09:58:39 -07:00
David Fowler
9ea20ddef3
Increase timeout to 30 seconds ( #11358 )
2019-06-19 17:43:33 +02:00
Javier Calvarro Nelson
75c95c56bf
Complete and make ignitor more extensible ( #11289 )
...
* Add support for sending dotnet calls from "JS"
* Add support for acknowledging render batches.
* Extract logic into a separate BlazorClient class so that it can be reused.
* Support non prerendered pages.
* Allow reacting to incoming JSInterop calls.
* Allow reacting to incoming RenderBatch.
2019-06-19 10:45:49 +02:00
Hao Kung
b56108fc94
Make incorrect password error message consistent ( #9556 ) ( #11346 )
2019-06-18 23:33:06 -07:00
Hao Kung
ee0c9dcf35
Get rid of Authentication.Internal ( #11341 )
2019-06-18 23:31:41 -07:00
Hao Kung
51919cb631
Improve error message when no auth scheme specified ( #11348 )
2019-06-18 23:30:47 -07:00
Justin Kotalik
a4bd1308ca
Skip CORS tests ( #11355 )
2019-06-18 16:05:38 -07:00
Arthur Vickers
839cf89252
Update MusicStore and Identity to remove workarounds
...
Fixes #10714
Fixes #10668
2019-06-18 15:09:38 -07:00
Javier Calvarro Nelson
f56c4c1c33
Fix yarn audit issues by lifting dependency versions ( #11318 )
2019-06-18 22:24:52 +02:00
Hao Kung
2191f073d7
Turn on new confirmation flow in templates ( #9003 )
2019-06-18 13:20:09 -07:00
Kahbazi
bff78bdd11
Remove use of null-conditional operator for logger ( #6579 )
2019-06-18 11:18:43 -07:00
Chris Ross
9077b38805
Implement IHttpResetFeature in Kestrel #10886 ( #11300 )
2019-06-18 11:14:40 -07:00
Brennan
8984144db4
Update dev deps for SignalR ( #11330 )
2019-06-18 10:58:53 -07:00
Mikael Mengistu
04c3192d3c
Clean up Pubternal Types in SignalR ( #11162 )
2019-06-18 10:32:38 -07:00
Justin Kotalik
213f6efd30
Make CORS functional tests select different ports ( #11063 )
...
* fxup some slns
- remove samples
2019-06-18 10:00:16 -07:00
Balint Farkas
793559af98
Corrected spelling of "canceled". Put .OrTimeout() on every await call.
2019-06-18 09:40:40 -07:00
Balint Farkas
9bb59b2ec6
Added CanCancelStartingConnectionAfterNegotiate ( #10432 )
2019-06-18 09:40:40 -07:00
Justin Kotalik
c288baf967
mark test as flaky ( #11306 )
2019-06-17 19:52:46 -07:00
Justin Kotalik
cbafafa188
Reduce logging branch path size. ( #11297 )
...
* Working on debugging issues with logging site extension
* rename logging branch
- aspnet/AspNetCore-Internal/#2665
2019-06-17 16:51:40 -07:00
David Fowler
f7a2d3c26c
Hoist activity fields to the logging scope ( #11211 )
...
- Expose SpanId, TraceId and ParentId to logging scope properties
- Added tests to verify the Hierarchical ID format
- Store the activity and lazily compute the various properties
2019-06-18 00:17:17 +02:00
Mikael Mengistu
4235dd2999
Allow sending null params in Java client ( #11272 )
2019-06-17 14:32:02 -07:00
Javier Calvarro Nelson
9c4faf86e5
Update oidc dependency on the react and angular templates
...
Updates oidc-client to the latest 1.8 version.
2019-06-17 23:20:14 +02:00
Pranav K
8fd85ec8ce
Ensure CircuitRegistry evicts CircuitHost entries after configured ( #11157 )
...
* Ensure CircuitRegistry evicts CircuitHost entries after configured
duration
* Use an active expiration token to trigger expiration
* Add logging during host state transitions
Fixes https://github.com/aspnet/AspNetCore/issues/9893
2019-06-17 13:15:15 -07:00
Brennan
9136d27127
[TS] Remove extra negotiates from common scenarios ( #11191 )
2019-06-17 13:09:00 -07:00
Martin Costello
cc96e988f4
More read interface IList.Count once rather than per iteration + miscellany ( #11253 )
...
* Read interface IList.Count once rather than per iteration
Inspired by #9962 , read .Count once rather than once per loop iteration.
* Use nameof() instead of ToString()
Use constant nameof() on enum value, rather than runtime ToString().
* Right-size dictionary
Initialize dictionary with a fixed number of elements to the number of elements it contains.
* Use DisposeAsync()
Use DisposeAsync() on FileBufferingReadStream in input formatters.
* Override DisposeAsync()
Override DisposeAsync() to call DisposeAsync() on the inner stream.
* Use GetValueOrDefault() for content-length
Use GetValueOrDefault() to read the content length once instead of checking HasValue once and Value up to three times.
* Update Microsoft.AspNetCore.WebUtilities.netcoreapp3.0.cs
Add DisposeAsync().
* Use DisposeAsync()
Use DisposeAsync() on transcoding streams as other formatters do.
2019-06-17 11:22:45 -07:00
Doug Bunting
4f67ff9216
Deploy Microsoft.Web.Xdt.Extensions.pdb
...
- #10495
- add a general mechanism to publish "loose" PDBs
also, correct a typo from af2f647d635d: always publish the log artifacts
2019-06-17 11:13:12 -07:00
Martin Costello
87ea03daf1
Register SystemTextJsonResultExecutor ( #11247 )
...
Register SystemTextJsonResultExecutor as part of MVC core services so that JsonResult works without Newtonsoft.Json.
Addresses #11246 .
2019-06-17 09:33:45 -07:00
Pranav K
730db07d29
Allow PostAsJsonAsync to accept Json with any case ( #11254 )
2019-06-17 09:00:59 -07:00
Pranav K
17c7ea95a2
Add API to configure CircuitOptions ( #11166 )
...
* Add API to configure CircuitOptions
2019-06-17 09:00:45 -07:00
David Fowler
b47b3e5ac6
Wait for server connection to end ( #11256 )
2019-06-17 17:42:16 +02:00
David Fowler
ab52a1d3ed
Kestrel API clean up based on review ( #11257 )
...
- Make most of the sockets transport internal.
- Remove EndPoint from ListenOptions
2019-06-17 08:10:42 +02:00
dotnet-maestro[bot]
169b7db307
[master] Update dependencies from 2 repositories ( #11201 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190613.2
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19313.2
- dotnet-ef - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19313.2
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- …
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19312.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27812-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview7.19312.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27812-08 (parent: Microsoft.Extensions.Logging)
- …
* Ignore nullable check
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190615.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19315.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19315.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19315.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19315.2
2019-06-16 21:28:14 -07:00
dannyBies
1521e6fa72
Update StartupAnalyzer.Diagnostics.cs ( #11245 )
2019-06-15 19:01:52 -07:00
Chris Ross
bc5bee7477
Implement Http/2 CompleteAsync #10886 ( #11193 )
2019-06-15 09:01:45 -07:00
Brennan
5872814a64
Allow null arguments from HubConnection ( #11241 )
2019-06-14 20:37:13 -07:00
Javier Calvarro Nelson
f652c22202
[ Fixes #11183 ] Race condition in RouteBase.EnsureLoggers ( #11218 )
...
[Fixes #11183 ] Race condition in RouteBase.EnsureLoggers
2019-06-15 00:54:14 +02:00
Andrew Stanton-Nurse
a79bb2a79d
fix #11114 by setting DesignerCategory for WebHostService ( #11123 )
2019-06-14 13:48:20 -07:00
dotnet-bot
7b0f67689b
Merge in 'release/2.1' changes
2019-06-14 20:30:02 +00:00
Justin Kotalik
f74ca433b4
Always include ANCM in build output ( #11199 )
2019-06-14 13:29:00 -07:00
Pranav K
cd7eda9a33
Use a valid canceled task ( #11161 )
2019-06-14 13:13:53 -07:00
dotnet-bot
2b771cd4f4
Merge in 'release/2.2' changes
2019-06-14 19:51:28 +00:00
Justin Kotalik
0460bc3ff8
Always include ANCM in build output ( #11198 )
2019-06-14 12:50:25 -07:00
Nate McMaster
87106707d6
Always produce a .zip and .tar.gz for the targeting pack ( #11230 )
2019-06-14 11:50:34 -07:00
David Fowler
9466ec702f
Move TransportConnection to shared source ( #11215 )
...
- Remove it from Connection.Abstractions and make it shared source.
2019-06-14 11:48:41 -07:00
Stephen Halter
e727101957
Work around potential race in PipeWriter Redux ( #11065 )
...
- Make sure we always await the last flush task before calling FlushAsync
again instead of preemptively calling FlushAsync and checking to see
if the ValueTask is incomplete before bothering to acquire the _flushLock
- This now acquires the _flushLock fore every call to Response.Body.Write
whereas this only happened for truly async writes before.
- I don't think this is a big concern since this should normally be uncontested,
and DefaultPipeWriter.FlushAsync/GetResult already acquire a lock.
2019-06-13 20:03:29 -07:00
Brennan
902369610a
Convert SignalR EventSource usage to new pattern ( #11130 )
2019-06-13 18:40:00 -07:00
dotnet-bot
39c7419b72
Merge in 'release/2.2' changes
2019-06-14 01:34:16 +00:00
dotnet-maestro-bot
9517e376a2
Make the test input a bit more reasonable ( #11096 ) ( #11113 )
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-13 18:33:04 -07:00
Dylan Dmitri Gray
c24c4cac01
Dylan/request queue di ( #11167 )
...
Decoupled Middleware from QueuePolicy
2019-06-13 16:36:21 -07:00
Chris Ross
82d2b4f4d0
Fail on startup for Http/2 HTTPS on Mac #11061 ( #11120 )
...
* Use automatic resx #11054
2019-06-13 15:42:45 -07:00
John Luo
8e4825fd6b
Set rollForward to LatestPatch ( #11150 )
2019-06-13 12:57:17 -07:00
David Fowler
b0be780f1b
Remove dependency on pipe events in HttpConnection ( #11132 )
...
- Refactored the HttpConnection to not depend on OnReaderCompleted and OnWriterCompleted. Instead we use ConnectionClosed to detect the FIN that we propagate via ConnectedAborted.
- Fire ConnectionClosed when a FIN is received from both transports.
- Remove pipe completion from Http1Connection and Http1OutputProducer. Instead just return from request processing.
- Cancel the transport input on RawStream to yield the pending read. This is much more efficient than passing a cancellation token into everything (and more reliable)
- Fixed the RequestTests to not depend on inline scheduling
- Properly dispose things in the LibuvOutputConsumerTests
- Skipped flaky test
2019-06-13 10:30:23 -07:00
N. Taylor Mullen
874050f1dd
Headless Blazor client ( #11112 )
...
* Add Ignitor
* Finish headless Blazor client.
* Added support for click events.
* Move Ignitor into testassets folder.
- Also added Ignitor to the no deps solution.
* Add Ignitor tests to validate RenderBatchReader stays consistent.
2019-06-13 10:05:40 -07:00
Javier Calvarro Nelson
38bc43bad7
Move extension method out of Microsoft.AspNetCore ( #11148 )
...
* Move extension method out of Microsoft.AspNetCore
* Empty commit
2019-06-13 08:14:58 -07:00
Brennan
f989daca4b
Target netstandard2.1 for SignalR client ( #10540 )
2019-06-12 21:59:56 -07:00
Mikael Mengistu
79326220b4
Add ability to change url in TS client ( #11102 )
2019-06-12 20:01:41 -07:00
Justin Kotalik
14e7aca2ed
React to changes in Microsoft.NETCore.App ( #11153 )
2019-06-12 17:51:40 -07:00
Dylan Dmitri Gray
844530dd54
Overhead Benchmark for Request Throttling ( #10907 )
...
* initial implementation; no tests
* benchmark project
* Better benchmarks
* overhead test for congested queue
* Addressed feedback
2019-06-12 17:22:14 -07:00
Kahbazi
402394347d
Add parameters for Microsoft Account Authentication ( #11059 )
...
Co-Authored-By: campersau <buchholz.bastian@googlemail.com>
2019-06-12 13:07:44 -07:00
Chris Ross
639e3dd07b
Fix Negotiate tests downlevel #11009 ( #11101 )
2019-06-12 11:48:21 -07:00
Chris Ross
4fa5a228cf
Add error details for OAuth and OIDC remote errors #4682 ( #11002 )
2019-06-12 11:32:40 -07:00
Doug Bunting
2ea746f37d
Add metadata needed for tooling of service reference features
...
- #10789
2019-06-12 11:16:40 -07:00
Ben Adams
396c54d874
Use correct examined ( #11124 )
...
Merging to unblock benchmarks quickly.
2019-06-12 10:44:27 -07:00
Nate McMaster
bbff308d22
Unmark System_UsesProvidedDirectoryAndCertificate as flaky ( #11125 )
2019-06-12 09:35:49 -07:00
Thiez
db72ea04a2
Fix incorrect documentation, parameter check for HttpMethodAttribute ( #11133 )
...
The second constructor of the `HttpMethodAttribute` class claims that the `template` parameter may not be `null`, and no such claim is present about the `httpMethods` parameter. However, when `httpMethods` is `null`, an exception is thrown, while `template` *is* allowed to be null (as can be seen in the `HttpMethodAttribute(IEnumerable<string>)` constructor, which passes `null`.
In addition, the `HttpMethodAttribute(IEnumerable<string>)` constructor contains a `null`-check for the `httpMethods` parameter, but since this check is *also* in the `HttpMethodAttribute(IEnumerable<string>, string)` constructor this check is dead code.
2019-06-12 09:33:52 -07:00
Nate McMaster
6c806f91b1
Add option for only packing runtime-specific packages ( #11116 )
...
* Add option for only packing runtime-specific packages
* Remove Microsoft.AspNetCore.Blazor.Templates.dll from the Blazor VSIX
* Cleanup implementation of ANCMSymbols packaging
2019-06-11 20:47:10 -07:00
Brennan
dd2e2186db
Fix typo in condition for Windows Auth with LongPolling ( #11051 )
...
Co-Authored-By: Stephen Halter <halter73@gmail.com>
2019-06-11 17:02:54 -07:00
Jeff Weiner
bc91bd0308
Fix _LoginPartial.OrgAuth.cshtml referencing non-existent CSS classes ( #10781 )
2019-06-11 16:51:40 -07:00
Ben Adams
d5f4f26437
Update Platform for api change ( #11110 )
2019-06-11 16:46:02 -07:00
Hao Kung
f8bd011d85
Don't strip amr and auth_time in OIDC by default ( #11076 )
2019-06-11 14:53:32 -07:00
dotnet-bot
800f380325
Merge in 'release/2.1' changes
2019-06-11 21:36:23 +00:00
Pranav K
d805ee112b
Make the test input a bit more reasonable ( #11096 )
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-11 14:35:19 -07:00
Justin Kotalik
92b90fd986
Deflaking a lot of tests ( #10960 )
2019-06-11 14:10:06 -07:00
John Luo
7a8487e2bd
Add PlatformManifest to runtime package ( #11046 )
2019-06-11 12:46:01 -07:00