Replies: 3 comments
-
All of my tests pass so you are probably correct about culture settings. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Definitely was. Works correctly when adding this to the ShortFormat |
Beta Was this translation helpful? Give feedback.
0 replies
-
I updated this in 3.3.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason my AngleTest is now failing, is definetly unrelated to this my recent PR but might be worth opening a issue for. It's definetly a culture issue aswell. Probably just in how the formatting works.
This is the result from AngleTest -> IFormattableTest. Same for all cases.
String lengths are both 13. Strings differ at index 4. Expected: "413°.63911575" But was: "413°,63911575" ---------------^
Not sure if this is something important so figured I would open a discussion instead of a issue.
Beta Was this translation helpful? Give feedback.
All reactions