Skip to content

CodeQL

CodeQL #20

Triggered via schedule November 14, 2024 07:40
Status Success
Total duration 5m 57s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Webserver.API/Services/ApiStandardServiceFactory.cs#L283
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiStandardServiceFactory.GetApiHttpClientRequestHandlerAsync(string, string, string, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/Backup/ApiBackupHandler.cs#L43
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiBackupHandler.DownloadBackupAsync(string, string, bool, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/Backup/ApiBackupHandler.cs#L73
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiBackupHandler.RestoreBackupAsync(string, string, string, TimeSpan?, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/Backup/IApiBackupHandler.cs#L31
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IApiBackupHandler.DownloadBackupAsync(string, string, bool, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/Backup/IApiBackupHandler.cs#L49
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'IApiBackupHandler.RestoreBackupAsync(string, string, string, TimeSpan?, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/FileHandling/ApiDirectoryHandler.cs#L44
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiDirectoryHandler.DeployAsync(ApiFileResource, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/FileHandling/ApiDirectoryHandler.cs#L75
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiDirectoryHandler.DeleteAsync(ApiFileResource, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/FileHandling/ApiDirectoryHandler.cs#L121
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiDirectoryHandler.BrowseAndBuildResourceAsync(ApiFileResource, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/FileHandling/ApiDirectoryHandler.cs#L164
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiDirectoryHandler.UpdateResourceAsync(ApiFileResource, ApiFileResource, CancellationToken)' (but other parameters do)
Analyze (csharp): src/Webserver.API/Services/FileHandling/ApiDirectoryHandler.cs#L208
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiDirectoryHandler.UpdateFileResourceAsync(ApiFileResource, ApiFileResource, CancellationToken)' (but other parameters do)