适配新版本mp4box的verbose命令 #214
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish [win]:
BBDown.Core/Util/HTTPUtil.cs#L72
Cannot convert null literal to non-nullable reference type.
|
Publish [win]:
BBDown.Core/Entity/ParsedResult.cs#L7
Non-nullable property 'WebJsonString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish [win]:
BBDown.Core/Util/HTTPUtil.cs#L67
Dereference of a possibly null reference.
|
Publish [win]:
BBDown.Core/Util/HTTPUtil.cs#L67
Dereference of a possibly null reference.
|
Publish [win]:
BBDown.Core/Parser.cs#L164
Converting null literal or possible null value to non-nullable type.
|
Publish [win]:
BBDown/BBDownApiServer.cs#L65
Possible null reference argument for parameter 'option' in 'Task BBDownApiServer.AddDownloadTaskAsync(MyOption option)'.
|
Publish [win]:
BBDown/Program.cs#L71
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Publish [win]:
BBDown/Program.cs#L456
Possible null reference argument for parameter 'encoding' in 'Task<ParsedResult> Parser.ExtractTracksAsync(string aidOri, string aid, string cid, string epId, bool tvApi, bool intlApi, bool appApi, string encoding, string qn = "0")'.
|
Publish [win]:
BBDown/BBDownUtil.cs#L567
Possible null reference argument for parameter 'sub' in 'string BBDownUtil.RSubString(string sub)'.
|
Publish [win]:
BBDown/BBDownUtil.cs#L567
Possible null reference argument for parameter 'sub' in 'string BBDownUtil.RSubString(string sub)'.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "BBDown_linux-arm64", "BBDown_linux-x64", "BBDown_osx-arm64", "BBDown_osx-x64", "BBDown_win-arm64", "BBDown_win-x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading