Skip to content

Add net8.0 target and increase net47 to net472 #279

Add net8.0 target and increase net47 to net472

Add net8.0 target and increase net47 to net472 #279

Triggered via pull request June 12, 2025 14:06
Status Success
Total duration 3m 32s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
ununtu: src/NetMQ/AsyncReceiveExtensions.cs#L187
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
ununtu: src/NetMQ/AsyncReceiveExtensions.cs#L200
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
ununtu: src/NetMQ/AsyncReceiveExtensions.cs#L110
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
ununtu: src/NetMQ/AsyncReceiveExtensions.cs#L102
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
ununtu: src/NetMQ/AsyncReceiveExtensions.cs#L115
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
ununtu: src/NetMQ/NetMQException.cs#L56
Member 'NetMQException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'NetMQException.GetObjectData(SerializationInfo, StreamingContext)'.
ununtu: src/NetMQ/NetMQException.cs#L55
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
ununtu: src/NetMQ/NetMQException.cs#L55
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
ununtu: src/NetMQ/NetMQFrame.cs#L261
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<NetMQFrame>.Equals(NetMQFrame? other)' (possibly because of nullability attributes).
ununtu: src/NetMQ/Core/Address.cs#L107
Dereference of a possibly null reference.
windows: src/NetMQ/AsyncReceiveExtensions.cs#L187
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
windows: src/NetMQ/AsyncReceiveExtensions.cs#L200
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
windows: src/NetMQ/AsyncReceiveExtensions.cs#L110
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
windows: src/NetMQ/AsyncReceiveExtensions.cs#L102
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
windows: src/NetMQ/AsyncReceiveExtensions.cs#L115
Nullability of reference types in type of parameter 'sender' of 'void Listener(object sender, NetMQSocketEventArgs args)' doesn't match the target delegate 'EventHandler<NetMQSocketEventArgs>' (possibly because of nullability attributes).
windows: src/NetMQ/NetMQException.cs#L56
Member 'NetMQException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'NetMQException.GetObjectData(SerializationInfo, StreamingContext)'.
windows: src/NetMQ/NetMQException.cs#L55
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
windows: src/NetMQ/NetMQException.cs#L55
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
windows: src/NetMQ/NetMQFrame.cs#L261
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<NetMQFrame>.Equals(NetMQFrame? other)' (possibly because of nullability attributes).
windows: src/NetMQ/Core/Address.cs#L107
Dereference of a possibly null reference.