onebeyond/onebeyond-studio-file-storage

View on GitHub
src/OneBeyond.Studio.FileStorage.Domain/FileStorageBase.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method DownloadFileContentsAsZipAsync has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public async Task<Stream> DownloadFileContentsAsZipAsync(
        IEnumerable<FileRecord> fileRecords,
        CancellationToken cancellationToken = default)
    {
        EnsureArg.IsNotNull(fileRecords, nameof(fileRecords));
Severity: Minor
Found in src/OneBeyond.Studio.FileStorage.Domain/FileStorageBase.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status