morrisjdev/FileContextCore

View on GitHub
FileContextCore/Storage/Internal/FileContextStore.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ExecuteTransaction has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public virtual int ExecuteTransaction(
            IList<IUpdateEntry> entries,
            IDiagnosticsLogger<DbLoggerCategory.Update> updateLogger)
        {
            var rowsAffected = 0;
Severity: Minor
Found in FileContextCore/Storage/Internal/FileContextStore.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status