yass007 / FASTBuildMonitor

Event monitor for FASTBuild
MIT License
80 stars 33 forks source link

Follow-up of "float.Parse uses the current system culture by default" #12

Closed G4m4 closed 7 years ago

G4m4 commented 7 years ago

The issue #11 actually affected two different places in exactly the same way; ExecuteCommandProgressStatus() which has been fixed, but also ExecuteCommandGraph() where it should be:

float value = float.Parse(tokens[CommandArgumentIndex.GRAPH_COUNTER_VALUE], CultureInfo.InvariantCulture );

yass007 commented 7 years ago

Thanks for the note! Fixed in v1.021.