Skip to content

Remvoed erroneous use of bit converter tochar in stun error attribute… #1

Remvoed erroneous use of bit converter tochar in stun error attribute…

Remvoed erroneous use of bit converter tochar in stun error attribute… #1

Triggered via push November 20, 2024 10:10
Status Success
Total duration 1m 12s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (net8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (net8.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (net8.0): test/unit/core/SIPTransactions/SIPTransactionEngineUnitTest.cs#L158
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 (net8.0): test/unit/core/SIP/Channels/SIPUDPChannelUnitTest.cs#L53
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 (net8.0): test/unit/core/SIP/Channels/SIPUDPChannelUnitTest.cs#L88
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 (net8.0): test/unit/net/RTP/RTPChannelUnitTest.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 (net8.0): test/unit/net/RTP/RTPChannelUnitTest.cs#L116
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 (net8.0): test/unit/net/SDP/SessionParameterUnitTest.cs#L117
The literal or constant value $"{SDPSecurityDescription.SessionParameter.WSH_PREFIX}64" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'WshTest' on type 'SessionParameterUnitTest'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (net8.0): test/unit/net/RTP/RTPChannelUnitTest.cs#L163
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 (net8.0): test/unit/net/SCTP/SctpAssociationUnitTest.cs#L78
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 (net8.0): test/unit/net/SCTP/SctpAssociationUnitTest.cs#L104
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 (net8.0): test/unit/net/SCTP/SctpAssociationUnitTest.cs#L107
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)