Fix FNE encryption key loading and request keys for encrypted home channels on startup#17
Merged
Annotations
10 warnings
|
rc2-core/WebRTC.cs#L76
Non-nullable field 'RecTxEncoder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
rc2-core/WebRTC.cs#L76
Non-nullable field 'TxEncoder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field 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/RC2Server.cs#L50
Cannot convert null literal to non-nullable reference type.
|
|
rc2-core/Radio.cs#L236
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