microting/eform-sdk-dotnet

View on GitHub
eFormCore/Infrastructure/Data/Entities/PnBase.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        private object MapVersion(object obj)
        {
            Type type = obj.GetType().UnderlyingSystemType;
            String className = type.Name;
            var name = obj.GetType().FullName + "Version";
Severity: Minor
Found in eFormCore/Infrastructure/Data/Entities/PnBase.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status