Skip to content

Add FOSSA and Exclude tests from Qodana scan #142

Add FOSSA and Exclude tests from Qodana scan

Add FOSSA and Exclude tests from Qodana scan #142

Triggered via pull request December 27, 2024 19:42
@zingz0rzingz0r
synchronize #120
Status Success
Total duration 2m 38s
Artifacts

ci.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 150 notices
Return value of [MustUseReturnValue] annotated method is not used: CloudFlare.Client/Helpers/FileHelper.cs#L15
Return value of method is not used. Fewer bytes can be read than requested
Redundant using directive: CloudFlare.Client/Contexts/Connection.cs#L5
Using directive is not required by the code and can be safely removed
Auto-property accessor is never used: Non-private accessibility: CloudFlare.Client/Api/Zones/ZoneFilter.cs#L28
Auto-property accessor 'AccountName.set' is never used
Class with virtual (overridable) members never inherited: Non-private accessibility: CloudFlare.Client/CloudFlareClient.cs#L11
Class 'CloudFlareClient' has some virtual members but no inheritors