fremag/MemoScope.Net

View on GitHub
MemoScope/Core/ProcessInfo/ClrDumpInfo.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Load has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static ClrDumpInfo Load(string dumpPath)
        {
            ClrDumpInfo clrDumpInfo = null;
            string clrDumpInfoPath = GetClrDumpInfoPath(dumpPath);
            try
Severity: Minor
Found in MemoScope/Core/ProcessInfo/ClrDumpInfo.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status