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
Describe the bug
Currently on systems with an European culture is set not using the InvariantCulture might result in Decimal.ToString() to result in something like: "123,45" instead of "123.45". This then results in a parsing error when using in BigDecimal.Parse() for example.
To Reproduce
Steps to reproduce the behavior:
Set your system's culture to something like 'nl-NL' (so your system's decimal becomes a comma).
Run a project which uses the RPC Server (for example: neo-express).
See error logging for format exception.
Expected behavior
Independent of the culture of the system where NEO projects are ran, parsing should work as expected.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform:
OS: Windows 10 x64
Version: v3.0.0-preview4
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently on systems with an European culture is set not using the InvariantCulture might result in Decimal.ToString() to result in something like: "123,45" instead of "123.45". This then results in a parsing error when using in BigDecimal.Parse() for example.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Independent of the culture of the system where NEO projects are ran, parsing should work as expected.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform:
The text was updated successfully, but these errors were encountered: