aspnetcore/test/testapps/TestServer
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
..
Controllers Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
Program.cs Infrastructure for E2E tests where the app makes requests to an API server 2018-02-23 13:28:58 +00:00
Startup.cs Refactor server-side blazor startup to allow Azure SignalR. Fixes #1227 (#1396) 2018-09-11 09:55:27 +01:00
TestServer.csproj Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00
appsettings.Development.json
appsettings.json