- 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 |
||
|---|---|---|
| .. | ||
| HttpConnectionTests.cs | ||
| HubConnectionBuilderExtensionsTests.cs | ||
| HubConnectionBuilderTests.cs | ||
| HubConnectionExtensionsTests.cs | ||
| HubConnectionProtocolTests.cs | ||
| HubConnectionTests.cs | ||
| LongPollingTransportTests.cs | ||
| Microsoft.AspNetCore.SignalR.Client.Tests.csproj | ||
| ResponseUtils.cs | ||
| ServerSentEventsParserTests.cs | ||
| ServerSentEventsTransportTests.cs | ||
| TaskQueueTests.cs | ||
| TestConnection.cs | ||
| TestTransportFactory.cs | ||