Implement presence API for IServiceConnectionContainer
#4257
Annotations
11 warnings
Build with dotnet
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build with dotnet
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/MultiEndpointServiceConnectionContainerTests.cs#L143
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'MultiEndpointServiceConnectionContainerTests.ConnectionString2' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/MultiEndpointServiceConnectionContainerTests.cs#L141
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'MultiEndpointServiceConnectionContainerTests.ConnectionString1' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/MultiEndpointServiceConnectionContainerTests.cs#L145
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'MultiEndpointServiceConnectionContainerTests.ConnectionString3' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L20
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L32
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L71
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/TestClasses/TestServiceConnectionContainer.cs#L80
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'TestServiceConnectionContainer.MockReceivedStatusPing(bool, int)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/ClientConnectionContextFacts.cs#L50
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results-6.0.x", "dotnet-results-8.0.x", "dotnet-results-9.0.x".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading