Build Latest #144
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3.1.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/N_m3u8DL-RE.Common/Util/GlobalUtil.cs#L77
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
src/N_m3u8DL-RE.Common/Entity/StreamSpec.cs#L54
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/N_m3u8DL-RE.Common/Entity/StreamSpec.cs#L59
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/N_m3u8DL-RE.Common/Entity/Playlist.cs#L13
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/N_m3u8DL-RE.Common/Entity/MediaSegment.cs#L22
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/N_m3u8DL-RE.Parser/StreamExtractor.cs#L23
Non-nullable field 'extractor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/N_m3u8DL-RE.Parser/StreamExtractor.cs#L23
Non-nullable field 'rawText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/N_m3u8DL-RE.Parser/StreamExtractor.cs#L28
Non-nullable field 'extractor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/N_m3u8DL-RE.Parser/StreamExtractor.cs#L28
Non-nullable field 'rawText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/N_m3u8DL-RE.Parser/Mp4/MP4TtmlUtil.cs#L145
The variable 'sawMDAT' is assigned but its value is never used
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "N_m3u8DL-RE_Beta_linux-arm64", "N_m3u8DL-RE_Beta_linux-x64", "N_m3u8DL-RE_Beta_osx-arm64", "N_m3u8DL-RE_Beta_osx-x64", "N_m3u8DL-RE_Beta_win-arm64", "N_m3u8DL-RE_Beta_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/
|
This job succeeded
Loading