You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decimal separators across cultures are different. This project converts objects using CultureInfo.InvariantCulture, but not primitives, which means that doubles are read in incorrectly in certain cultures.