Bump coverlet.collector from 6.0.1 to 6.0.4 #62
Annotations
1 error and 10 warnings
|
ubuntu
Process completed with exit code 1.
|
|
ubuntu:
Infinity.Core/NetworkConnection.cs#L51
'IPAddress.Address' is obsolete: 'IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.'
|
|
ubuntu:
Infinity.Tests/Infinity.Udp.Tests/UdpFragmentationTest.cs#L72
Public method 'FragmentedSendTest10000' on test class 'UdpFragmentationTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
ubuntu:
Infinity.Tests/Infinity.Udp.Tests/StressTests.cs#L53
Public method 'StressTestMessages' on test class 'StressTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
ubuntu:
Infinity.Tests/Infinity.Udp.Tests/StressTests.cs#L21
Public method 'StressTestConnections' on test class 'StressTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
ubuntu:
Infinity.Udp/Reliable/UdpPacket.cs#L33
Non-nullable field 'writer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
ubuntu:
Infinity.Tests/Infinity.SNTP.Tests/NtpClientTests.cs#L69
Public method 'QueryStressed' on test class 'NtpClientTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
ubuntu:
Infinity.Tests/Infinity.SNTP.Tests/NtpClientTests.cs#L18
Public method 'Timeout' on test class 'NtpClientTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
ubuntu:
Infinity.SNTP/NtpClient.cs#L9
Non-nullable field 'Buffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
ubuntu:
Infinity.SNTP/NtpClient.cs#L8
Non-nullable field 'Request' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
ubuntu:
Infinity.Core/NetworkConnection.cs#L51
'IPAddress.Address' is obsolete: 'IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.'
|