add ICustomHeaderProvider for ConnectionFactory #4641
Annotations
10 warnings
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/Infrastructure/MockServiceHubDispatcher.cs#L48
Parameter 'IServiceProvider serviceProvider' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/ConnectionTrackingMockService.cs#L35
Member 'RemoveUnregisteredConnections' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideClientConnection.cs#L32
Member '_invId' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideConnection.cs#L31
Member 's_clientConnNum' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideConnection.cs#L33
Member 's_index' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideConnection.cs#L37
Member '_stopped' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideConnection.cs#L40
Member '_processIncomingException' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideConnection.cs#L75
Avoid unnecessary zero-length array allocations. Use Array.Empty<Claim>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/MockService/MockServiceSideClientConnection.cs#L36
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'MockServiceSideClientConnection.SendMessage(string, object[])' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.IntegrationTests/Infrastructure/MessageOrderTests/HotReloadMessageOrderTestParams.cs#L27
Avoid unnecessary zero-length array allocations. Use Array.Empty<ServiceEndpoint>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dotnet-results-8.0.x
|
276 KB |
|