Build Latest #142
Annotations
15 warnings
Run dotnet publish src/N_m3u8DL-RE -r win-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE/CommandLine/MyOption.cs#L239
Non-nullable property 'MuxOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r win-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE/DownloadManager/HTTPLiveRecordManager.cs#L87
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Run dotnet publish src/N_m3u8DL-RE -r win-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE/DownloadManager/HTTPLiveRecordManager.cs#L89
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Run dotnet publish src/N_m3u8DL-RE -r win-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE/Program.cs#L74
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Run dotnet publish src/N_m3u8DL-RE -r win-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE/Program.cs#L297
Dereference of a possibly null reference.
|
Run dotnet publish src/N_m3u8DL-RE -r win-x64 -c Release -o artifact-x64:
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 win-x64 -c Release -o artifact-x64:
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 win-x64 -c Release -o artifact-x64:
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 win-x64 -c Release -o artifact-x64:
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 win-x64 -c Release -o artifact-x64:
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 win-x64 -c Release -o artifact-x64:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r win-x64 -c Release -o artifact-x64:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r win-x64 -c Release -o artifact-x64:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r win-x64 -c Release -o artifact-x64:
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.
|
Run dotnet publish src/N_m3u8DL-RE -r win-x64 -c Release -o artifact-x64:
src/N_m3u8DL-RE.Parser/Mp4/MP4TtmlUtil.cs#L145
The variable 'sawMDAT' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading