Skip to content

Enable generation of SIPSorcery.xml documentation file (#1106) #470

Enable generation of SIPSorcery.xml documentation file (#1106)

Enable generation of SIPSorcery.xml documentation file (#1106) #470

Triggered via push April 24, 2024 19:05
Status Failure
Total duration 1m 7s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build (net8.0)
Process completed with exit code 1.
build (net8.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): src/sys/Crypto/PasswordHash.cs#L68
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build (net8.0): src/net/SCTP/SctpDataReceiver.cs#L84
XML comment has cref attribute '_receivedChunks' that could not be resolved
build (net8.0): src/net/SCTP/SctpPacket.cs#L85
XML comment has cref attribute 'GetChunks' that could not be resolved
build (net8.0): test/unit/net/RTP/RTPHeaderExtensionUnitTest.cs#L64
The variable 'timestamp' is assigned but its value is never used