Skip to content

修复因为ProtocolError导致下载任务一直不结束的问题 #138

修复因为ProtocolError导致下载任务一直不结束的问题

修复因为ProtocolError导致下载任务一直不结束的问题 #138

Triggered via push December 19, 2023 16:47
Status Success
Total duration 3m 44s
Artifacts

DDTV_GUI.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): BiliAccount/Core/ByQRCode.cs#L330
Missing XML comment for publicly visible type or member 'ByQRCode.QR_Object'
build (Release): BiliAccount/Core/ByQRCode.cs#L332
Missing XML comment for publicly visible type or member 'ByQRCode.QR_Object.SKData'
build (Release): BiliAccount/Core/ByQRCode.cs#L333
Missing XML comment for publicly visible type or member 'ByQRCode.QR_Object.OriginalString'
build (Release): BiliAccount/Exceptions/GetAccount_Exception.cs#L12
Missing XML comment for publicly visible type or member 'GetAccount_Exception.code'
build (Release): BiliAccount/Exceptions/GetAccount_Exception.cs#L18
Missing XML comment for publicly visible type or member 'GetAccount_Exception.GetAccount_Exception(int, string)'
build (Release): BiliAccount/Exceptions/Verify_Exception.cs#L12
Missing XML comment for publicly visible type or member 'Verify_Exception.code'
build (Release): BiliAccount/Exceptions/Verify_Exception.cs#L18
Missing XML comment for publicly visible type or member 'Verify_Exception.Verify_Exception(int, string)'
build (Release): DDTV_Core/SystemAssembly/BilibiliModule/User/Login.cs#L175
Cannot convert null literal to non-nullable reference type.
build (Release): DDTV_Core/SystemAssembly/ConfigModule/RoomConfigClass.cs#L59
'RoomConfigClass.RoomCardDiscard.Like' hides inherited member 'RoomConfigClass.RoomCard.Like'. Use the new keyword if hiding was intended.
build (Release): DDTV_Core/SystemAssembly/BilibiliModule/User/UserClass.cs#L144
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.