Refresh AccessKey passively #4134
Annotations
11 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results-6.0.x", "dotnet-results-7.0.x", "dotnet-results-8.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/
|
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/AckHandlerTest.cs#L29
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#L17
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#L68
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/ServiceMessageTests.cs#L62
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L62
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/ClientConnectionManagerTests.cs#L31
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/ClientInvocationManagerTests.cs#L68
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)
|
Build with dotnet:
test/Microsoft.Azure.SignalR.Tests/ClientInvocationManagerTests.cs#L94
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)
|
Loading