morrisjdev/FileContextCore

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

Summary

Maintainability
A
0 mins
Test Coverage

Method Update has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

        public virtual void Update(IUpdateEntry entry)
        {
            var key = CreateKey(entry);

            if (_rows.ContainsKey(key))
Severity: Minor
Found in FileContextCore/Storage/Internal/FileContextTable.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status