Openai localfunction fixes (#1293) #572
Annotations
10 warnings
Build WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/WebRtcClient.cs#L16
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/WebRtcClient.cs#L16
Non-nullable event 'SocketOpened' 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/WebRtcClient.cs#L16
Non-nullable event 'MessageReceived' 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/WebRtcClient.cs#L16
Non-nullable event 'OnWsClose' 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/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/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/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 WebRTC Examples:
examples/webrtcexamples/RtspToWebRTCAudioAndVideo/FFmpegListener.cs#L34
Non-nullable field '_videoRTP' 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/FFmpegListener.cs#L34
Non-nullable field '_audioRTP' 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/FFmpegListener.cs#L34
Non-nullable event 'OnAudioRtpPacketReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Loading