aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 2e695c935e Made tweaks to .NET client logging API (#869)
- Removed ConnectionFactoryDelegate and used Func<IConnection>
- Changed WithLogger that accepts ILoggerFactory to WithLoggerFactory
- Made UseLogger configure the existing ILoggerFactory or create a LoggerFactory
- Add support for setting the log level for console logs
- Updated tests
2017-09-13 09:18:06 -07:00
..
Internal
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs Made tweaks to .NET client logging API (#869) 2017-09-13 09:18:06 -07:00
HubEndpointTests.cs Add extension method to get HttpContext on HubConnectionContext (#849) 2017-09-11 16:55:32 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj
SignalRDependencyInjectionExtensionsTests.cs Initializing HubOptions.JsonSerializationSettings to default settings 2017-09-07 09:51:20 -07:00
Startup.cs
TestClient.cs
UncreatableHub.cs
WebSocketsTransportTests.cs