Build Latest #211
Annotations
12 warnings
Run dotnet publish src/N_m3u8DL-RE -r osx-x64 -c Release -o artifact-x64:
src/N_m3u8DL-RE/Program.cs#L35
'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)
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Common/Entity/StreamSpec.cs#L49
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Common/Entity/StreamSpec.cs#L54
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Common/Entity/Playlist.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Common/Entity/MediaSegment.cs#L16
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L12
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Config/ParserConfig.cs#L14
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Mp4/MP4Parser.cs#L12
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Mp4/MP4Parser.cs#L17
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/N_m3u8DL-RE -r osx-arm64 -c Release -o artifact-arm64:
src/N_m3u8DL-RE.Parser/Extractor/HLSExtractor.cs#L29
Non-nullable property 'ParserConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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-musl-arm64", "N_m3u8DL-RE_Beta_linux-musl-x64", "N_m3u8DL-RE_Beta_linux-x64", "N_m3u8DL-RE_Beta_osx-arm64", "N_m3u8DL-RE_Beta_osx-x64", "N_m3u8DL-RE_Beta_win_NT6.0-x86", "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/
|
Loading