aspnetcore/test
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
..
Microsoft.AspNetCore.Blazor.Analyzers.Test
Microsoft.AspNetCore.Blazor.Browser.Test
Microsoft.AspNetCore.Blazor.Build.Test Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
Microsoft.AspNetCore.Blazor.E2ETest Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
Microsoft.AspNetCore.Blazor.Test Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
Microsoft.AspnetCore.Blazor.Server.Test In RenderBatchWriter, deduplicate strings only when safe to do so (#1340) 2018-08-22 14:52:35 +01:00
shared Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
testapps Refactor server-side blazor startup to allow Azure SignalR. Fixes #1227 (#1396) 2018-09-11 09:55:27 +01:00