Skip to content
Triggered via pull request November 29, 2024 07:34
@JusterZhuJusterZhu
opened #73
dev
Status Success
Total duration 1m 30s
Artifacts

dotnet-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/c#/GeneralUpdate.Common/FileBasic/StorageManager.cs#L241
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L37
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L40
Dereference of a possibly null reference.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L40
Possible null reference argument for parameter 'url' in 'Task DownloadTask.DownloadFileRangeAsync(string url, string path)'.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L45
Possible null reference argument for parameter 'version' in 'MultiDownloadErrorEventArgs.MultiDownloadErrorEventArgs(Exception exception, object version)'.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L86
Possible null reference argument for parameter 'version' in 'MultiDownloadErrorEventArgs.MultiDownloadErrorEventArgs(Exception exception, object version)'.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L86
Possible null reference return.
build: src/c#/GeneralUpdate.Common/FileBasic/StorageManager.cs#L156
Possible null reference return.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L128
Possible null reference argument for parameter 'version' in 'MultiDownloadErrorEventArgs.MultiDownloadErrorEventArgs(Exception exception, object version)'.
build: src/c#/GeneralUpdate.Common/Download/DownloadTask.cs#L147
Possible null reference argument for parameter 'version' in 'MultiDownloadStatisticsEventArgs.MultiDownloadStatisticsEventArgs(object version, TimeSpan remaining, string speed, long totalBytes, long bytesReceived, double progressPercentage)'.