async stuff and things #35
Annotations
7 errors and 10 warnings
|
windows
Process completed with exit code 1.
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L77
'NoConnectionUdpConnection.ReadConfiguration(MessageReader)': return type must be 'Task' to match overridden member 'UdpConnection.ReadConfiguration(MessageReader)'
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L49
'NoConnectionUdpConnection.ConnectAsync(MessageWriter)': return type must be 'Task' to match overridden member 'NetworkConnection.ConnectAsync(MessageWriter)'
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L39
'NoConnectionUdpConnection.WriteBytesToConnection(byte[], int)': return type must be 'Task' to match overridden member 'UdpConnection.WriteBytesToConnection(byte[], int)'
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L77
'NoConnectionUdpConnection.ReadConfiguration(MessageReader)': return type must be 'Task' to match overridden member 'UdpConnection.ReadConfiguration(MessageReader)'
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L49
'NoConnectionUdpConnection.ConnectAsync(MessageWriter)': return type must be 'Task' to match overridden member 'NetworkConnection.ConnectAsync(MessageWriter)'
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L39
'NoConnectionUdpConnection.WriteBytesToConnection(byte[], int)': return type must be 'Task' to match overridden member 'UdpConnection.WriteBytesToConnection(byte[], int)'
|
|
windows:
Infinity.Core/Net/Sockets/NativeSocket.cs#L7
Non-nullable field 'inner_native_socket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L126
Non-nullable field 'm_ToString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L95
Non-nullable field 'm_ToString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L88
Non-nullable field 'm_ToString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L57
Non-nullable field 'm_ToString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/NetworkConnection.cs#L52
'IPAddress.Address' is obsolete: 'IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.'
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L48
Non-nullable field 'm_ToString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows:
Infinity.Core/Net/NativeIPAddress.cs#L651
Nullability of type of parameter 'comparand' doesn't match overridden member (possibly because of nullability attributes).
|
|
windows:
Infinity.Core/Net/NativeSocketAddress.cs#L250
Nullability of type of parameter 'comparand' doesn't match overridden member (possibly because of nullability attributes).
|
|
windows:
Infinity.Core/Net/NativeEndPoint.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|