Add net8.0 target and increase net47 to net472 #278
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/RoutingKey.cs#L69
Nullability of reference types in type of parameter 'x' of 'bool RoutingKey.Equals(byte[] x)' doesn't match implicitly implemented member 'bool IEquatable<byte[]>.Equals(byte[]? other)' (possibly because of nullability attributes).
|
|
ununtu:
src/NetMQ/RoutingKey.cs#L53
Nullability of type of parameter 'obj' 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/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#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).
|
|
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/RoutingKey.cs#L69
Nullability of reference types in type of parameter 'x' of 'bool RoutingKey.Equals(byte[] x)' doesn't match implicitly implemented member 'bool IEquatable<byte[]>.Equals(byte[]? other)' (possibly because of nullability attributes).
|
|
windows:
src/NetMQ/RoutingKey.cs#L53
Nullability of type of parameter 'obj' 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/Core/Transports/ByteArraySegment.cs#L416
Nullability of type of parameter 'otherObject' doesn't match overridden member (possibly because of nullability attributes).
|
|
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).
|