onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.Crosscuts/Reflection/TypeExtensions.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static bool IsNumeric(this Type type)
    {
        EnsureArg.IsNotNull(type, nameof(type));

        switch (Type.GetTypeCode(type))
Severity: Minor
Found in src/OneBeyond.Studio.Crosscuts/Reflection/TypeExtensions.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status