Skip to content

Updated getting authenticated STUN request to use FIPS compliant libr… #549

Updated getting authenticated STUN request to use FIPS compliant libr…

Updated getting authenticated STUN request to use FIPS compliant libr… #549

Triggered via push December 13, 2024 09:56
Status Success
Total duration 1m 25s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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)
build (net8.0): test/unit/net/SCTP/SctpAssociationUnitTest.cs#L129
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)