Skip to content

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

Add net8.0 target and increase net47 to net472

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

Triggered via pull request June 12, 2025 11:44
Status Success
Total duration 3m 42s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
ununtu: src/NetMQ/Core/Utils/ByteArrayEqualityComparer.cs#L21
Nullability of reference types in type of parameter 'y' of 'bool ByteArrayEqualityComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
ununtu: src/NetMQ/Core/Utils/ByteArrayEqualityComparer.cs#L21
Nullability of reference types in type of parameter 'x' of 'bool ByteArrayEqualityComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
ununtu: src/NetMQ/NetMQSynchronizationContext.cs#L24
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
ununtu: src/NetMQ/NetMQSynchronizationContext.cs#L17
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
ununtu: src/NetMQ/Core/Transports/ByteArraySegment.cs#L416
Nullability of type of parameter 'otherObject' doesn't match overridden member (possibly because of nullability attributes).
ununtu: src/NetMQ/NetMQFrame.cs#L271
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/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)
windows: src/NetMQ/Core/Utils/ByteArrayEqualityComparer.cs#L21
Nullability of reference types in type of parameter 'y' of 'bool ByteArrayEqualityComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
windows: src/NetMQ/Core/Utils/ByteArrayEqualityComparer.cs#L21
Nullability of reference types in type of parameter 'x' of 'bool ByteArrayEqualityComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
windows: src/NetMQ/NetMQSynchronizationContext.cs#L24
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
windows: src/NetMQ/NetMQSynchronizationContext.cs#L17
Nullability of type of parameter 'state' doesn't match overridden member (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#L271
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/Transports/ByteArraySegment.cs#L416
Nullability of type of parameter 'otherObject' doesn't match overridden member (possibly because of nullability attributes).