Skip to content

.

. #75

Triggered via push November 19, 2025 22:27
Status Failure
Total duration 2m 55s
Artifacts

sonarcloud.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Sonar Check
Process completed with exit code 1.
Sonar Check: NetSdrClientApp/NetSdrClient.cs#L123
Make '_udpClient_MessageReceived' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Sonar Check: NetSdrClientApp/Networking/TcpClientWrapper.cs#L72
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Sonar Check: NetSdrClientApp/Networking/TcpClientWrapper.cs#L72
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L94
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L87
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L94
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L87
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L71
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L71
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
Sonar Check: NetSdrClientApp/Networking/UdpClientWrapper.cs#L11
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)