Commit Graph

37502 Commits

Author SHA1 Message Date
ASP.NET CI 1f7b75a938 Updating submodule(s)
EntityFrameworkCore => 7970b321146c88c5933fe0b21d519eb20cf918c2

[auto-updated: submodules]
2018-09-11 11:05:53 -07:00
ASP.NET CI 079e34c9c1 Updating submodule(s)
EntityFrameworkCore => 2bead6347c2dbfd59d6ef0578dfe652481725368

[auto-updated: submodules]
2018-09-11 10:53:36 -07:00
Ryan Brandenburg 4d637de70d Fix merge error 2018-09-11 10:45:52 -07:00
Ryan Brandenburg e13cfd1b28 Merge tag '2.1.4' into release/2.1 2018-09-11 10:43:23 -07:00
Andrew Stanton-Nurse c8157fba75 Merge branch 'release/2.2' 2018-09-11 10:17:09 -07:00
John Luo 5ba327faa1 Relax connection stop checks in tests to reduce flakiness 2018-09-11 10:00:48 -07:00
ASP.NET CI a46f59d4cf Updating submodule(s)
EntityFrameworkCore => fc064fea1ae5a0d2e6d9558cf3f747a3709462f8

[auto-updated: submodules]
2018-09-11 09:45:06 -07:00
ASP.NET CI 9dc56101ed Updating submodule(s)
KestrelHttpServer => f38f60f8ce

[auto-updated: submodules]
2018-09-11 08:54:29 -07:00
Steve Sanderson 6ff3674b16 Refactor server-side blazor startup to allow Azure SignalR. Fixes #1227 (#1396)
* Move startup action config into AddServerSideBlazor, so that UseServerSideBlazor is reduced to trivial shorthand that can become optional

* Make BlazorHub public so developers can use it with UseAzureSignalR

* Move BlazorHub to Microsoft.AspNetCore.Blazor.Server namespace for easier consumption

* Add notes

* Have E2E tests validate that devs don't have to call UseServerSideBlazor

* Add forgotten tweak

* CR: Document that BlazorHub methods are not intended for application use.

* CR: Rename extension method to UseSignalRWithBlazorHub

* CR: TryAdd
2018-09-11 09:55:27 +01:00
ASP.NET CI bc37ea1dfa Updating submodule(s)
Routing => 087e6d05ee

[auto-updated: submodules]
2018-09-11 02:04:23 +00:00
Ryan Nowak d4cbb86f46 Add Support for Templated Components (#1404)
* Test namespace cleanup

* Add recognication for RenderFragment in tag helpers

* Remove dead code from node writers

* refactor type check

* Continue to treat child content as a delegate in codegen

* Add extension to enumerate child content

* Reorganize code generation tests

These were growing a bit disorganized, and weren't really result in good
code reuse.

* fix test base class

* Add some child-content tests

* Add an explicit node for ChildContent

Adds a strongly typed node to represent a 'ChildContent' and what it
contains. This allows us to simplify the code generation path,
detect/processes more issues in IR passes, and will be essential for
supporting multiple child content.

* Ignore ChildContent in components when it's just whitespace

* Add diagnostic for duplicate child content

* Add support for explicit child content elements

Precursor to support for multiple child content items

* Add support for multiple child-content elements

* Change delegate signature for RenderFragment<T>

* Clean up Tag Helper constants

* Allow RenderFragment<T> as a child content

* Allow renaming the template parameter

* Improve error message for invalid child content

* Add diagnostic for repeated child content parameter names
2018-09-10 18:59:51 -07:00
Ryan Nowak 087e6d05ee
Merge pull request #790 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-09-10 18:54:06 -07:00
ASP.NET CI 4d2965262e Updating submodule(s)
Routing => e5cc4564cb

[auto-updated: submodules]
2018-09-11 00:30:15 +00:00
ASP.NET CI 7efe2414c7 Updating BuildTools from 2.2.0-preview1-20180910.1 to 2.2.0-preview1-20180910.3
[auto-updated: buildtools]
2018-09-10 23:59:38 +00:00
ASP.NET CI 3ed3842980 Updating submodule(s)
Routing => 5f172efa9d

[auto-updated: submodules]
2018-09-10 23:59:30 +00:00
Ryan Nowak e5cc4564cb add docs for constructor 2018-09-10 16:55:39 -07:00
Ryan Nowak 5f172efa9d Add support Endpoint Name endpoint finding 2018-09-10 16:50:46 -07:00
Ryan Nowak 57cc8aea96 Various improvments to route values link APIs
- Add docs
- Add support for templates
- Remove undesirable constructor parameter
- misc cleanup
2018-09-10 16:50:46 -07:00
ASP.NET CI d55460d35c Updating submodule(s)
Razor => d2d84d00f5

[auto-updated: submodules]
2018-09-10 16:38:07 -07:00
Chris Ross (ASP.NET) f38f60f8ce Map ListenOptions.Protocols from IConfiguration #2903 2018-09-10 16:27:51 -07:00
ASP.NET CI 887f95cb30 Updating submodule(s)
Routing => c683844817

[auto-updated: submodules]
2018-09-10 23:22:50 +00:00
N. Taylor Mullen d2d84d00f5 Allow GeneratedCodeContainer to accept initial output. 2018-09-10 16:14:25 -07:00
Ryan Nowak c683844817 Fix #553 - Add logging for new LinkGenerator
Adds logging for all of the failure cases of link generation.
2018-09-10 16:11:43 -07:00
ASP.NET CI caa0ba7ebe Updating submodule(s)
Mvc => 81cb0e6945

[auto-updated: submodules]
2018-09-10 16:10:45 -07:00
James Newton-King 81cb0e6945
Merge branch 'merge/release/2.2-to-master' 2018-09-11 11:03:23 +12:00
ASP.NET CI b4d4705630 Updating submodule(s)
Mvc => 6e27a04bf3

[auto-updated: submodules]
2018-09-10 22:49:47 +00:00
ASP.NET CI 081a1e040e Updating BuildTools from 3.0.0-alpha1-20180907.9 to 3.0.0-alpha1-20180910.2
[auto-updated: buildtools]
2018-09-10 15:43:11 -07:00
ASP.NET CI 38642e1466 Updating submodule(s)
Razor => da935bfa95
Templating => c5f1d5a3eb

[auto-updated: submodules]
2018-09-10 15:43:01 -07:00
N. Taylor Mullen da935bfa95 Generated document output persists result to generated code container.
- Prior to this we had a `BackgroundDocumentGenerator` that would constantly be updating generated code containers. With this changes we've changed the details in how a `GeneratedCodeContainer` can be mutated. It can now be touched from any thread and is updated when an underlying `DocumentSnapshot` has available content. However, if a generated output comes through that's older then the last seen output we no-op.
- Removed `BackgroundDocumentGenerator` SetOutput logic.
- Updated tests to react to new behavior of `GetGeneratedOutputAsync`.
- Added new test to verify getting generated output results in the setting of the host documents output.
2018-09-10 15:24:35 -07:00
ASP.NET CI b42d1d0793 Updating submodule(s)
EntityFrameworkCore => 78689f7da93f2c63624e2614342f113b9aae655b
KestrelHttpServer => a50b455d12
Mvc => 13bb673774

[auto-updated: submodules]
2018-09-10 15:15:34 -07:00
Ryan Brandenburg c5f1d5a3eb Merge branch 'merge/release/2.2-to-master' 2018-09-10 15:14:41 -07:00
ASP.NET CI e643ff1919 Updating submodule(s)
SignalR => 399ac267ca

[auto-updated: submodules]
2018-09-10 15:14:17 -07:00
James Newton-King 6e27a04bf3
No HttpContext to route constraints in MvcEndpointDataSource (#8436) 2018-09-11 10:12:09 +12:00
Ryan Brandenburg 13bb673774 Merge branch 'merge/release/2.2-to-master' 2018-09-10 15:10:13 -07:00
ASP.NET CI 3006f745ef Updating submodule(s)
Razor => f93f67a53a

[auto-updated: submodules]
2018-09-10 22:09:31 +00:00
BrennanConroy 399ac267ca
Cancel previous request on close (#2923) 2018-09-10 15:09:05 -07:00
Andrew Stanton-Nurse 188bbc6ce1
add component detection task (#1338) 2018-09-10 14:58:47 -07:00
Ajay Bhargav Baaskaran f93f67a53a
Better logging to help debug test failure (#2576) 2018-09-10 14:17:53 -07:00
ASP.NET CI 20d5cf9bb2 Updating submodule(s)
KestrelHttpServer => de5ccb5c78

[auto-updated: submodules]
2018-09-10 14:04:40 -07:00
John Luo a50b455d12 Merge branch 'release/2.2' 2018-09-10 13:59:35 -07:00
John Luo de5ccb5c78 PR feedback for https://github.com/aspnet/KestrelHttpServer/pull/2838 2018-09-10 13:58:46 -07:00
Brice Lambson e2e88c3d03 Merge branch 'release/2.2' 2018-09-10 13:26:38 -07:00
ASP.NET CI 982abb6971 Updating submodule(s)
EntityFrameworkCore => dc0f1b01d352ca6afe9c8af85b3608fa5db698e9
Templating => 14b1432481

[auto-updated: submodules]
2018-09-10 13:18:36 -07:00
Brice Lambson 2f7359d20f
React to aspnet/EntityFrameworkCore#13245 2018-09-10 13:14:48 -07:00
Ryan Brandenburg 14b1432481 Fix min.css files 2018-09-10 12:25:27 -07:00
ASP.NET CI 9842863a5d Updating BuildTools from 2.2.0-preview1-20180907.8 to 2.2.0-preview1-20180910.1
[auto-updated: buildtools]
2018-09-10 18:57:36 +00:00
ASP.NET CI 44e88c417f Updating submodule(s)
SignalR => adc5706bcb

[auto-updated: submodules]
2018-09-10 18:57:28 +00:00
BrennanConroy adc5706bcb
Add more redis logs (#2936) 2018-09-10 11:51:27 -07:00
ASP.NET CI f159d0294b Updating submodule(s)
Scaffolding => 7f3aedfc07451af8c28ab2b1c4234a441b668af0

[auto-updated: submodules]
2018-09-10 11:33:08 -07:00
ASP.NET CI f91c0d1738 Updating submodule(s)
Razor => 96709c4d77

[auto-updated: submodules]
2018-09-10 11:05:08 -07:00