Skip to content

Add support for HTTP range requests in DownloadTask #812

Add support for HTTP range requests in DownloadTask

Add support for HTTP range requests in DownloadTask #812

Triggered via push December 15, 2025 10:22
Status Success
Total duration 2m 10s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/c#/GeneralUpdate.ClientCore/Pipeline/PatchMiddleware.cs#L13
Possible null reference argument for parameter 'appPath' in 'Task DifferentialCore.Dirty(string appPath, string patchPath)'.
build: src/c#/GeneralUpdate.Differential/DifferentialCore.cs#L76
Dereference of a possibly null reference.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L75
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L75
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L62
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L61
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L34
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L33
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/FileBasic/StorageManager.cs#L241
Cannot convert null literal to non-nullable reference type.
build: src/c#/GeneralUpdate.Common/Shared/Trace/TextTraceListener.cs#L53
'TextTraceListener.Dispose()' hides inherited member 'TraceListener.Dispose()'. Use the new keyword if hiding was intended.