fremag/MemoScope.Net

View on GitHub
MemoScope/Modules/Threads/ThreadsModule.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Setup has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void Setup(ClrDump clrDump)
        {
            ClrDump = clrDump;
            Icon = Properties.Resources.processor_small;
            Name = $"#{clrDump.Id} - Threads";
Severity: Minor
Found in MemoScope/Modules/Threads/ThreadsModule.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status