Skip to content

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 18.0.0 #55

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 18.0.0

Bump Microsoft.NET.Test.Sdk from 17.9.0 to 18.0.0 #55

Triggered via pull request October 31, 2025 04:34
Status Failure
Total duration 4m 55s
Artifacts

test-windows.yml

on: pull_request
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#L45
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.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/KeepAlive/UdpConnection.KeepAlive.cs#L80
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/KeepAlive/UdpConnection.KeepAlive.cs#L90
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
windows: Infinity.Udp/UdpClientConnection.cs#L291
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#L35
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#L49
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#L98
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
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.'