Setting the format inside the constructor of table.Write to Format.Alternative, causes a null reference exception to be thrown. Happening somewhere in ToStringAlternative() method
System.NullReferenceException: Object reference not set to an instance of an object.
at ConsoleTables.ConsoleTable.ToStringAlternative()
at ConsoleTables.ConsoleTable.Write(Format format)
Setting the format inside the constructor of
table.WritetoFormat.Alternative, causes a null reference exception to be thrown. Happening somewhere inToStringAlternative()method