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
Microsoft.AspnetCore.Blazor.Server.Test
shared
testapps Refactor server-side blazor startup to allow Azure SignalR. Fixes #1227 (#1396) 2018-09-11 09:55:27 +01:00