WebRTC enhancements and fixes post-NuGet package upgrade#18
Merged
Annotations
10 warnings
|
rc2-core/RC2Server.cs#L64
Non-nullable field 'OnWebRTCFormats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
rc2-core/RC2Server.cs#L64
Non-nullable field 'TxAudioCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
rc2-core/WebRTC.cs#L38
Non-nullable event 'OnFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
rc2-core/Radio.cs#L141
Non-nullable property 'Replace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
rc2-core/Radio.cs#L139
Non-nullable property 'Match' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
rc2-core/Radio.cs#L237
Cannot convert null literal to non-nullable reference type.
|
|
rc2-core/Radio.cs#L235
Cannot convert null literal to non-nullable reference type.
|
|
rc2-core/Radio.cs#L234
Cannot convert null literal to non-nullable reference type.
|
|
rc2-core/Radio.cs#L233
Cannot convert null literal to non-nullable reference type.
|
|
rc2-core/Radio.cs#L232
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading