add some tests #506
Annotations
1 error and 11 warnings
Run tests
Process completed with exit code 1.
|
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 solution:
src/Downloader/ConcurrentStream.cs#L17
Missing XML comment for publicly visible type or member 'ConcurrentStream._position'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L20
Missing XML comment for publicly visible type or member 'ConcurrentStream.Stream'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L22
Missing XML comment for publicly visible type or member 'ConcurrentStream.IsDisposed'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L177
Missing XML comment for publicly visible type or member 'ConcurrentStream.GetStream()'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L17
Missing XML comment for publicly visible type or member 'ConcurrentStream._position'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L20
Missing XML comment for publicly visible type or member 'ConcurrentStream.Stream'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L22
Missing XML comment for publicly visible type or member 'ConcurrentStream.IsDisposed'
|
Build solution:
src/Downloader/ConcurrentStream.cs#L177
Missing XML comment for publicly visible type or member 'ConcurrentStream.GetStream()'
|
Build solution:
src/Downloader.Test/GlobalUsings.cs#L17
The using directive for 'Downloader.Test.Helper' appeared previously in this namespace
|
Build solution:
src/Downloader.Test/UnitTests/TaskStateManagementTest.cs#L3
Parameter 'output' is unread.
|
Loading