Rekkonnect/GDAPI

Parsing issues due to lack of culture invariance

Closed this issue · 1 comments

Most of the parsing unfortunately depends on system culture, which is incompatible with the method GD stores its data, which is in invariant culture. Ensure that all places that parse strings are passed the CultureInfo.InvariantCulture object.

Closed in #70