Commit Graph

16578 Commits

Author SHA1 Message Date
Matt Mitchell b6f59f17d9
Merge pull request #9654 from aspnet/darc-release/3.0-preview5-192ab0ff-a41e-4d55-8f4f-d96bb0f1be99
[release/3.0-preview5] Update dependencies from  2 repositories
2019-04-23 13:19:16 -07:00
Brennan 3f846d93b8 Fix channel stream cancellation 2019-04-23 10:08:12 -07:00
Pranav K fa3deae52c Quote the path to BlazorDevServer dll (#9659)
Fixes https://github.com/aspnet/AspNetCore/issues/9597
2019-04-22 20:05:50 -07:00
Justin Kotalik b0dfd15d28 Use correct path to x86 installers to ANCM (#9646) (#9662) 2019-04-22 18:20:12 -07:00
Steve Sanderson 5606899d48 Make RemoveEventHandlerIds not allocate in the sync case. Continuation of #9629 (#9635) 2019-04-22 11:50:16 -07:00
BrennanConroy 10dc6e3bdc
Custom hub options don't change global hub options (#9638) 2019-04-22 11:35:18 -07:00
Doug Bunting ce8f053af7
Rename all the service reference things (#9559)
- #7492
  - remove document generation from client project; will be included in Web API project infrastructure (coming soon)
  - adjust eng/ProjectReferences.props to new project name
  - simplify item de-duplication in `_CreateCompileItemsForServiceFileReferences` target i.e. use `Remove` attribute
    - also handle `.tsx` files in this target
- provide `%(FirstForGenerator)` metadata, #4916
- add `$(OpenApiGenerateAtDesignTime)` property (default `true` for now), #4944
- generate code in `obj` directory by default, #4945
- provide a default `%(CodeGenerator)` value, ##7491 1 of 2 (remainder will come in next milestone)

nits:
- remove a useless `StringBuilder.Append(...)` call
- remove `%(OpenApiProjectReference.SourceProject)` metadata, duplicated `%(OriginalItemSpec)`
- be more consistent about using element syntax for item metadata
2019-04-22 11:15:54 -07:00
Doug Bunting 1c19e8ee89
Merge branch 'release/2.2' -> 'master' (#9591) 2019-04-22 11:12:35 -07:00
Ben Adams f4972dc6b6 Skip string.Equals in FastPathTokenizer (#9579) 2019-04-22 10:06:21 -07:00
Ben Adams 48c97b425e Use .IndexOf(char/byte) where possible (#9539) 2019-04-22 10:05:40 -07:00
Stephen Halter 9b999b3afb Don't override jasmine.DEFAULT_TIMEOUT_INTERVAL from Common.ts (#9586) 2019-04-22 10:03:27 -07:00
Ben Adams 2e8e1b1ec1 Update src/Identity/EntityFrameworkCore/test/EF.Test/Utilities/ScratchDatabaseFixture.cs
Co-Authored-By: ajcvickers <ajcvickers@hotmail.com>
2019-04-22 09:27:45 -07:00
Arthur Vickers f0c8702f7e Remove use of LazyRef
Fixes #9172

Needed to stop https://github.com/aspnet/EntityFrameworkCore/pull/15434 from breaking ASP.NET Core build.
2019-04-22 09:27:45 -07:00
Steve Sanderson 55d706d63c Eliminate ContinueWith from Renderer.cs. Fixes #6385 2019-04-22 16:27:43 +01:00
Steve Sanderson 110e41f741 Fix InputCheckbox when initially checked. Fixes #8502 2019-04-22 15:56:30 +01:00
David Fowler d62d33c531
Avoid allocating the CandidateSet when there's a single match (#9622)
- Add fast path for 0 route values, and policies
- Remove RVD allocation in the fast path
2019-04-21 23:33:40 -07:00
Pranav K 418f3d82dd
React to new System.Text.Json features (#9572) 2019-04-21 20:48:41 -07:00
Ben Adams 19ce372887 Cache some Headers lookups (#9618) 2019-04-21 20:37:56 -07:00
David Fowler 667f7ca491
Don't fire DiagnosticSource.StopActivity in some cases (#9595)
- Don't fire the event if DiagnosticSource.StartActivity was never called. This avoids allocating the anonymous object and extra strings.
2019-04-21 16:09:40 -07:00
Ryan Nowak f0ea4fc8a1 Update solutions
We have a new SignalR package and it needs to be the added.
2019-04-21 15:16:54 -07:00
Pranav K e42f979cca
Add a System.Text.Json based IJsonHelper (#9566)
* Add a System.Text.Json based IJsonHelper

Fixes https://github.com/aspnet/AspNetCore/issues/9564
2019-04-21 12:10:47 -07:00
BrennanConroy c300c8c97c
Reuse Utf8JsonWriter (#9607) 2019-04-21 11:49:03 -07:00
Pranav K 0303c9e90b
AddControllersWithViewsCore should add CacheTagHelper services (#9580) 2019-04-21 09:51:41 -07:00
Pranav K 5e953124e6
Add support for System.Text.Json based JsonResult executor (#9558)
Fixes https://github.com/aspnet/AspNetCore/issues/9554
2019-04-21 09:13:30 -07:00
Ben Adams b893777898 HostingApplicationDiagnostics resolve Request.Headers once (#9605) 2019-04-20 20:41:49 -07:00
Doug Bunting dfae19ee7c
Merge branch 'release/2.2' -> 'master' 2019-04-19 18:53:15 -07:00
John Luo 7a040f310b
Enable Pubternal API checks (#9530)
* Enable Pubternal API checks

* Use pragma

* Convert to pragma

* Test fix

* Remove extra restore dependencies
2019-04-19 18:49:07 -07:00
James Newton-King 0831456fac
Change gRPC template logging level to info in development (#9538) 2019-04-20 12:53:04 +12:00
Nate McMaster 9212f4a3df
Update corefx dependencies and react to changes in JSON API (#9563) 2019-04-19 11:42:41 -07:00
Ben Adams 5ff2910d09 UriHelper use Ordinal string.IndexOf (#9537) 2019-04-19 10:14:03 -07:00
BrennanConroy a6fd8da9e8
Set camelCase as default in JsonHubProtocol (#9531) 2019-04-19 09:55:51 -07:00
Ben Adams d46388b58e Lazy create MVC ControllerActionInvoker statemachines (#9533)
* Lazy create ControllerActionInvoker.InvokeInnerFilterAsync statemachine

* Lazy create ControllerActionInvoker.InvokeNextActionFilterAwaitedAsync statemachine

* Lazy create ControllerActionInvoker.InvokeNextActionFilterAsync statemachine

* Lazy create ControllerActionInvoker.InvokeActionMethodAsync statemachine

* Lazy create Controller.OnActionExecutionAsync statemachine

* Ref assembly

* Formatting feedback
2019-04-19 07:48:26 -07:00
Artak Mkrtchyan a1d2d64120 Updated order for Blazor templates 2019-04-18 23:07:51 -07:00
Artak Mkrtchyan cab7ca6694 Changed the order of some templates to be explicit 2019-04-18 23:07:51 -07:00
Pranav K acf45106fc
Use FileBufferingWriteStream in ViewComponentResultExecutor (#9523)
Fixes https://github.com/aspnet/AspNetCore/issues/9443
2019-04-18 19:27:55 -07:00
Pranav K 9e4d5c14c7
Use LogicalName that works consistently in all platforms (#9527) 2019-04-18 19:27:25 -07:00
James Newton-King 7669cf0d03
Move Microsoft.AspNetCore.Authorization.Policy types (#9492) 2019-04-19 13:24:36 +12:00
James Newton-King c34cdefc95
Avoid async in AuthorizationMiddleware when no metadata (#9521) 2019-04-19 11:56:05 +12:00
Ben Adams 23efa15112 Lazy create EndpointRouting statemachines (#9506) 2019-04-18 16:40:06 -07:00
Ben Adams 507a765dfb Lazy create StaticFileMiddleware statemachine (#9507) 2019-04-18 14:44:00 -07:00
BrennanConroy c84e37f30d
Make System.Text.Json the default for SignalR and remove Newtonsoft from shared framework (#9476) 2019-04-18 13:49:24 -07:00
Pavel Krymets 56c064bd53 Display startup errors in ANCM (#8518) 2019-04-18 13:48:48 -07:00
Justin Kotalik eb41de88a9
Fix flaky routing test (#9505) 2019-04-18 13:40:43 -07:00
Mikael Mengistu ebb9ad20db
Client to Server Streaming with IAsyncEnumerable (#9310) 2019-04-18 13:20:39 -07:00
Ryan Nowak 6074daacae Fixes: #9468 2019-04-18 12:47:42 -07:00
Justin Kotalik 10d70c5c9e
Fix AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires (#9487) 2019-04-18 12:44:54 -07:00
Pranav K caac31c925
Correct some EventHandler entries (#9474)
* Correct some EventHandler entries

Fixes https://github.com/aspnet/AspNetCore/issues/7570
2019-04-18 12:44:31 -07:00
Ben Adams 8fcadf72cd Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
Ryan Brandenburg dac6756853
Default IdentityUI to Bootstrap4 (#9334) 2019-04-18 10:22:57 -07:00
Artak Mkrtchyan 6a7b94a2bd Updated order of projects in the new project dialog 2019-04-18 10:14:26 -07:00