revert #12
Annotations
11 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/.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Common/Log/CustomAnsiConsole.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Common/Util/GlobalUtil.cs#L77
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Common/Log/CustomAnsiConsole.cs#L50
Non-nullable property 'Console' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L12
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L14
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading