Skip to content

still have some problems with stress tests and fragmentation but over… #61

still have some problems with stress tests and fragmentation but over…

still have some problems with stress tests and fragmentation but over… #61

Triggered via push November 26, 2025 05:38
Status Failure
Total duration 3m 46s
Artifacts

test-windows.yml

on: push
Fit to window
Zoom out
Zoom in

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.Udp/UdpClientConnection.cs#L302
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#L124
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/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.
windows: Infinity.Udp/UdpServerConnection.cs#L42
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.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#L51
'IPAddress.Address' is obsolete: 'IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.'