Update main.yml #23
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/Rdm/UId.cs#L130
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Rdm/UId.cs#L141
Nullability of reference types in type of parameter 'obj' of 'int UId.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (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.
|
Loading