CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Newtonsoft.Json/Serialization/DefaultSerializationBinder.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetTypeFromTypeNameKey has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private static Type GetTypeFromTypeNameKey(TypeNameKey typeNameKey)
        {
            string assemblyName = typeNameKey.AssemblyName;
            string typeName = typeNameKey.TypeName;

    There are no issues that match your filters.

    Category
    Status