Terracord/Config.cs
Method Generate
has 95 lines of code (exceeds 50 allowed). Consider refactoring. Wontfix
Wontfix
public static void Generate()
{
try
{
Directory.CreateDirectory(TerracordPath);
File Config.cs
has 257 lines of code (exceeds 250 allowed). Consider refactoring. Wontfix
Wontfix
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
Method Parse
has 66 lines of code (exceeds 50 allowed). Consider refactoring. Wontfix
Wontfix
public static void Parse()
{
// Set default locale if value cannot be read from terracord.xml
LocaleString = "en-US";
Locale = new CultureInfo(LocaleString);