Skip to content

Bump actions/setup-dotnet from 4 to 5 #42

Bump actions/setup-dotnet from 4 to 5

Bump actions/setup-dotnet from 4 to 5 #42

Triggered via pull request October 31, 2025 04:01
Status Failure
Total duration 2m 35s
Artifacts

test-ubuntu.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
ubuntu
Process completed with exit code 1.
ubuntu: 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.
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.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.
ubuntu: 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.
ubuntu: 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.
ubuntu: 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.
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#L52
'IPAddress.Address' is obsolete: 'IPAddress.Address is address family dependent and has been deprecated. Use IPAddress.Equals to perform comparisons instead.'