Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 (#85) #23
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)
|