移除ZIP组件 #701
Annotations
10 warnings
build:
src/c#/GeneralUpdate.Common/FileBasic/GeneralFileManager.cs#L240
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Internal/Exception/ExceptionEventArgs.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Internal/Exception/ExceptionEventArgs.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Internal/Pipeline/PipelineBuilder.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L38
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#L84
Possible null reference return.
|
Loading