onebeyond/onebeyond-studio-file-storage

View on GitHub
src/OneBeyond.Studio.FileStorage.Azure/Helpers/ContainerHelper.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetSharedAccessUriFromContainer has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static Uri GetSharedAccessUriFromContainer(
        string blobFileId,
        CloudStorageAction action,
        BlobContainerClient containerClient,
        TimeSpan sharedAccessDuration)
Severity: Minor
Found in src/OneBeyond.Studio.FileStorage.Azure/Helpers/ContainerHelper.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status