convert PauseToken to record type and add xml docs #441
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/Bandwidth.cs#L6
Missing XML comment for publicly visible type or member 'Bandwidth'
|
build:
src/Downloader/Bandwidth.cs#L13
Missing XML comment for publicly visible type or member 'Bandwidth.Speed'
|
build:
src/Downloader/Bandwidth.cs#L14
Missing XML comment for publicly visible type or member 'Bandwidth.AverageSpeed'
|
build:
src/Downloader/Bandwidth.cs#L15
Missing XML comment for publicly visible type or member 'Bandwidth.BandwidthLimit'
|
build:
src/Downloader/Bandwidth.cs#L17
Missing XML comment for publicly visible type or member 'Bandwidth.Bandwidth()'
|
build:
src/Downloader/Bandwidth.cs#L23
Missing XML comment for publicly visible type or member 'Bandwidth.CalculateSpeed(long)'
|
build:
src/Downloader/Bandwidth.cs#L44
Missing XML comment for publicly visible type or member 'Bandwidth.PopSpeedRetrieveTime()'
|
build:
src/Downloader/Bandwidth.cs#L49
Missing XML comment for publicly visible type or member 'Bandwidth.Reset()'
|