Skip to content

updated README.md to add EnableLiveStreaming option #434

updated README.md to add EnableLiveStreaming option

updated README.md to add EnableLiveStreaming option #434

Re-run triggered September 18, 2024 13:39
Status Success
Total duration 4m 20s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Downloader/ConcurrentPacketBuffer.cs#L18
XML comment has badly formed XML -- 'Expected an end tag for element 'remarks'.'
build: src/Downloader/Request.cs#L42
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: src/Downloader/AbstractDownloadService.cs#L15
Missing XML comment for publicly visible type or member 'AbstractDownloadService'
build: src/Downloader/AbstractDownloadService.cs#L17
Missing XML comment for publicly visible type or member 'AbstractDownloadService._logger'
build: src/Downloader/AbstractDownloadService.cs#L18
Missing XML comment for publicly visible type or member 'AbstractDownloadService._parallelSemaphore'
build: src/Downloader/AbstractDownloadService.cs#L19
Missing XML comment for publicly visible type or member 'AbstractDownloadService._singleInstanceSemaphore'
build: src/Downloader/AbstractDownloadService.cs#L20
Missing XML comment for publicly visible type or member 'AbstractDownloadService._globalCancellationTokenSource'
build: src/Downloader/AbstractDownloadService.cs#L21
Missing XML comment for publicly visible type or member 'AbstractDownloadService._taskCompletion'
build: src/Downloader/AbstractDownloadService.cs#L22
Missing XML comment for publicly visible type or member 'AbstractDownloadService._pauseTokenSource'
build: src/Downloader/AbstractDownloadService.cs#L23
Missing XML comment for publicly visible type or member 'AbstractDownloadService._chunkHub'