Test same server reroute #4479
Annotations
3 errors and 12 warnings
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.Tests/SameServerRerouteTests.cs#L80
'string' does not contain a definition for 'GenerateAccessTokenAsync' and no accessible extension method 'GenerateAccessTokenAsync' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.Tests/SameServerRerouteTests.cs#L80
'string' does not contain a definition for 'GenerateAccessTokenAsync' and no accessible extension method 'GenerateAccessTokenAsync' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build_ubuntu (8.0.x)
Process completed with exit code 1.
|
build_ubuntu (8.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_ubuntu (8.0.x)
No files were found with the provided path: TestResults-ubuntu-8.0.x. No artifacts will be uploaded.
|
build_ubuntu (8.0.x)
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_ubuntu (8.0.x)
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_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.Tests/SameServerRerouteTests.cs#L80
Dereference of a possibly null reference.
|
build_ubuntu (8.0.x):
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_ubuntu (8.0.x):
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_ubuntu (8.0.x):
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_ubuntu (8.0.x):
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_ubuntu (8.0.x):
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)
|
build_ubuntu (8.0.x):
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_ubuntu (8.0.x):
test/Microsoft.Azure.SignalR.Tests/ClientConnectionContextFacts.cs#L91
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)
|