Fixed issue with binding #33
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Sockets/RdmReliableSocket.cs#L347
Nullability of reference types in type of 'event PropertyChangedEventHandler RdmReliableSocket.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build:
src/Sockets/RdmReliableSocket.cs#L50
Nullability of reference types in type of parameter 'x' of 'bool TransactionUniverseComparer.Equals(Transaction x, Transaction y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Transaction>.Equals(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L50
Nullability of reference types in type of parameter 'y' of 'bool TransactionUniverseComparer.Equals(Transaction x, Transaction y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Transaction>.Equals(Transaction? x, Transaction? y)' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Sockets/RdmReliableSocket.cs#L66
Nullability of reference types in type of parameter 'sender' of 'void RdmReliableSocket.socket_NewRdmPacket(object sender, NewPacketEventArgs<RdmPacket> e)' doesn't match the target delegate 'EventHandler<NewPacketEventArgs<RdmPacket>>' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L67
Nullability of reference types in type of parameter 'sender' of 'void RdmReliableSocket.socket_RdmPacketSent(object sender, NewPacketEventArgs<RdmPacket> e)' doesn't match the target delegate 'EventHandler<NewPacketEventArgs<RdmPacket>>' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L69
Nullability of reference types in type of parameter 'state' of 'void RdmReliableSocket.Retry(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'NewRdmPacket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'RdmPacketSent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build:
src/Sockets/RdmReliableSocket.cs#L62
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Loading