Initial version of sipsorcery cli console app #1243
Annotations
25 warnings
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
examples/softphone/UIHelper.cs#L115
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
build:
examples/softphone/UIHelper.cs#L115
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
build:
examples/webrtccmdline/Program.cs#L240
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build:
examples/webrtccmdline/Program.cs#L240
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_audioThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoThread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/Program.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/Program.cs#L33
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L43
The variable 'ex' is declared but never used
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegDemuxer.cs#L25
Non-nullable field '_ffmpegProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L21
Non-nullable event 'OnWebSocketClosed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L21
Non-nullable event 'OnPeerConnecionClosed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L21
Non-nullable field '_pc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L21
Non-nullable field '_ws' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L264
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
build:
examples/sipexamples/CallHoldAndTransfer/Program.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build:
examples/sipexamples/UserAgentServer/Program.cs#L188
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build:
examples/sipexamples/SIPCallServer/Program.cs#L148
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L915
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
build:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L903
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
build:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L264
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
build:
examples/sipexamples/CallHoldAndTransfer/Program.cs#L129
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
build:
examples/sipexamples/UserAgentServer/Program.cs#L188
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build:
examples/sipexamples/SIPCallServer/Program.cs#L148
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|