Refactor logging and string formatting for ICE #1668
Merged
Annotations
25 warnings
|
Complete job
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 Soft Phone Example:
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 Soft Phone Example:
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 WebRTC Command Line Example:
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 WebRTC Command Line Example:
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 WebRTC Examples:
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 WebRTC Examples:
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 WebRTC Examples:
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 WebRTC Examples:
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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L49
The variable 'ex' is declared but never used
|
|
Build WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebSocketSignalingServer.cs#L27
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build SIP Examples:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L264
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
Build SIP Examples:
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 SIP Examples:
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 SIP Examples:
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 SIP Examples:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L915
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
Build SIP Examples:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L903
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
Build SIP Examples:
src/SIPSorceryMedia.FFmpeg/FFmpegVideoEncoder.cs#L264
'AVCodec.pix_fmts' is obsolete: 'use avcodec_get_supported_config()'
|
|
Build SIP Examples:
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 SIP Examples:
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 SIP Examples:
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)
|
background
wait
wait-all
cancel
Loading