add ConfigureAwait(false) method to all missing tasks #435
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#L20
Missing XML comment for publicly visible type or member 'AbstractDownloadService._logger'
|
build:
src/Downloader/AbstractDownloadService.cs#L21
Missing XML comment for publicly visible type or member 'AbstractDownloadService._parallelSemaphore'
|
build:
src/Downloader/AbstractDownloadService.cs#L22
Missing XML comment for publicly visible type or member 'AbstractDownloadService._singleInstanceSemaphore'
|
build:
src/Downloader/AbstractDownloadService.cs#L23
Missing XML comment for publicly visible type or member 'AbstractDownloadService._globalCancellationTokenSource'
|
build:
src/Downloader/AbstractDownloadService.cs#L24
Missing XML comment for publicly visible type or member 'AbstractDownloadService._taskCompletion'
|
build:
src/Downloader/AbstractDownloadService.cs#L25
Missing XML comment for publicly visible type or member 'AbstractDownloadService._pauseTokenSource'
|
build:
src/Downloader/AbstractDownloadService.cs#L26
Missing XML comment for publicly visible type or member 'AbstractDownloadService._chunkHub'
|
build:
src/Downloader/AbstractDownloadService.cs#L27
Missing XML comment for publicly visible type or member 'AbstractDownloadService._requestInstances'
|