Update README.md #10
Annotations
15 warnings
src/N_m3u8DL-RE/CommandLine/MyOption.cs#L247
Non-nullable property 'MuxOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
src/N_m3u8DL-RE/Program.cs#L75
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.
|
src/N_m3u8DL-RE/Program.cs#L305
Dereference of a possibly null reference.
|
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).
|
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/Log/CustomAnsiConsole.cs#L50
Non-nullable property 'Console' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/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.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.Parser/Config/ParserConfig.cs#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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