Fix a few typos found while reading the code. (#1318) #591
Annotations
30 warnings
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
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:
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:
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:
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:
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:
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/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/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/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/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.
|