Skip to content

Merge pull request #15 from ppanchen/lab2 #20

Merge pull request #15 from ppanchen/lab2

Merge pull request #15 from ppanchen/lab2 #20

Triggered via push September 29, 2025 07:25
Status Failure
Total duration 1m 54s
Artifacts

sonarcloud.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 1 notice
Sonar Check
Process completed with exit code 1.
Sonar Check: NetSdrClientApp/Messages/NetSdrMessageHelper.cs#L10
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Sonar Check: NetSdrClientApp/NetSdrClient.cs#L160
Cannot convert null literal to non-nullable reference type.
Sonar Check: NetSdrClientApp/NetSdrClient.cs#L141
Possible null reference return.
Sonar Check: NetSdrClientApp/Networking/TcpClientWrapper.cs#L120
The variable 'ex' is declared but never used
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L38
The variable 'ex' is declared but never used
Sonar Check: NetSdrClientApp/NetSdrClient.cs#L22
Non-nullable field 'responseTaskSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Sonar Check: NetSdrClientApp/Networking/TcpClientWrapper.cs#L63
Cannot convert null literal to non-nullable reference type.
Sonar Check: 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.
Sonar Check: 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).
Sonar Check: 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.
Sonar Check
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