Skip to content

Update GeneralUpdate.Bowl.csproj #725

Update GeneralUpdate.Bowl.csproj

Update GeneralUpdate.Bowl.csproj #725

Triggered via push November 29, 2024 07:58
Status Success
Total duration 1m 37s
Artifacts

dotnet-ci.yaml

on: push
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/Download/DownloadManager.cs#L15
Non-nullable field '_downloadTasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/c#/GeneralUpdate.Common/Download/DownloadManager.cs#L31
Non-nullable event 'MultiAllDownloadCompleted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/c#/GeneralUpdate.Common/Download/DownloadManager.cs#L32
Non-nullable event 'MultiDownloadCompleted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/c#/GeneralUpdate.Common/Download/DownloadManager.cs#L33
Non-nullable event 'MultiDownloadError' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/c#/GeneralUpdate.Common/Download/DownloadManager.cs#L34
Non-nullable event 'MultiDownloadStatistics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
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/Compress/CompressProvider.cs#L9
Non-nullable field '_compressionStrategy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
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)'.