Skip to content

移除压缩组件 #699

移除压缩组件

移除压缩组件 #699

Triggered via push November 25, 2024 15:16
Status Success
Total duration 1m 41s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/c#/GeneralUpdate.Common/Download/MultiEventArgs/MutiDownloadProgressChangedEventArgs.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/FileBasic/GeneralFileManager.cs#L225
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/Shared/Service/VersionService.cs#L84
Possible null reference return.
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/MultiEventArgs/MutiDownloadProgressChangedEventArgs.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/c#/GeneralUpdate.Common/Download/MultiEventArgs/MutiDownloadProgressChangedEventArgs.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.