JasperFx / baseline

Grab bag of generic utilities and extension methods for .Net development
Apache License 2.0
110 stars 21 forks source link

Fix globalization invariant mode. (#26) #27

Closed prodigy closed 1 year ago

prodigy commented 1 year ago

Simply switched the hard-coded culture "en-US" to the invariant culture.

Proof that the stack trace is also written in english with the invariant culture: https://dotnetfiddle.net/HdfYUB

Fixes #26