fremag/MemoScope.Net

View on GitHub
MemoScope/Modules/Arrays/ArraysAnalysis.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Analyse has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        internal static List<ArraysInformation> Analyse(ClrDump clrDump, MessageBus msgBus)
        {
            CancellationTokenSource token = new CancellationTokenSource();
            var arrays = new List<ArraysInformation>();
            msgBus.BeginTask("Analyzing arrays...", token);
Severity: Minor
Found in MemoScope/Modules/Arrays/ArraysAnalysis.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status