- fixing namespace issue #15
Merged
Annotations
10 warnings and 1 notice
|
NetSdrClientApp/Networking/TcpClientWrapper.cs#L25
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
EchoTspServer/Program.cs#L48
Make 'HandleClientAsync' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
|
EchoTspServer/Program.cs#L143
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
|
EchoTspServer/Program.cs#L114
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
|
EchoTspServer/Program.cs#L14
Make '_cancellationTokenSource' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
|
EchoTspServer/Program.cs#L84
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.
|
|
EchoTspServer/Program.cs#L17
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
EchoTspServer/Program.cs#L163
Cannot convert null literal to non-nullable reference type.
|
|
EchoTspServer/Program.cs#L133
Nullability of reference types in type of parameter 'state' of 'void UdpTimedSender.SendMessageCallback(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
|
|
EchoTspServer/Program.cs#L121
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading