need to fix funcionality now #36
Annotations
1 error and 10 warnings
|
windows
Process completed with exit code 1.
|
|
windows:
Infinity.Tests/Infinity.Udp.Tests/NoConnectionUdpConnection.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
windows:
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)
|
|
windows:
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)
|
|
windows:
Infinity.Udp/UdpClientConnection.cs#L300
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
windows:
Infinity.Udp/UdpClientConnection.cs#L106
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
windows:
Infinity.Udp/UdpServerConnection.cs#L123
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
windows:
Infinity.Udp/UdpServerConnection.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
windows:
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.
|
|
windows:
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.
|
|
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.'
|