onebeyond/onebeyond-studio-file-storage

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

Summary

Maintainability
A
1 hr
Test Coverage

Method UploadFileAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string fileName,
        Stream fileContent,
        string fileContentType,
        IDictionary<string, string>? tags = null,
        CancellationToken cancellationToken = default);
Severity: Minor
Found in src/OneBeyond.Studio.FileStorage.Domain/ICloudFileStorage.cs - About 35 mins to fix

    Method UploadFileAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string fileName,
            byte[] fileContent,
            string fileContentType,
            IDictionary<string, string>? tags = null,
            CancellationToken cancellationToken = default);
    Severity: Minor
    Found in src/OneBeyond.Studio.FileStorage.Domain/ICloudFileStorage.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status