hrntsm/STBDotNet

View on GitHub

Showing 2 of 8 total issues

Method Serialize has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static bool Serialize(object stBridge, string outPath, Version stbVersion)
        {
            var namespaces = new XmlSerializerNamespaces();
            var serializer = new XmlSerializer(typeof(v140.ST_BRIDGE));
            try
Severity: Minor
Found in STBDotNet/Serialization/Serializer.cs - About 1 hr to fix

Method Serialize has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static bool Serialize(object stBridge, string outPath)
        {
            var namespaces = new XmlSerializerNamespaces();
            var serializer = new XmlSerializer(typeof(v140.ST_BRIDGE));
            switch (stBridge)
Severity: Minor
Found in STBDotNet/Serialization/Serializer.cs - About 1 hr to fix
Severity
Category
Status
Source
Language