aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 11343ea15d
Add logging by default to HubConnectionBuilder (#1867)
- Use the AddLogging extension method by default in the HubConnection
- Removed WithConsoleLogger extension methods
- Removed WithLoggerFactory extension method (moved to test only)
- Added WithLogger that uses the new the new ILoggerBuilder
2018-04-05 10:05:07 -07:00
..
ChannelExtensions.cs
HubConnectionBuilderTestExtensions.cs Add logging by default to HubConnectionBuilder (#1867) 2018-04-05 10:05:07 -07:00
HubConnectionContextUtils.cs
HubProtocolHelpers.cs
LogRecord.cs
Microsoft.AspNetCore.SignalR.Tests.Utils.csproj Add logging by default to HubConnectionBuilder (#1867) 2018-04-05 10:05:07 -07:00
PipeCompletionExtensions.cs
PipeReaderExtensions.cs Merge release/2.1 into dev (#1834) 2018-04-03 10:45:44 -07:00
ServerFixture.cs
TaskExtensions.cs
TestClient.cs
TestHelpers.cs
WebSocketsSupportedConditionAttribute.cs