Skip to content

fix: Use InvariantCulture in GroupKeyConverter to support InvariantGlobalization mode#314

Open
kletros-mood wants to merge 1 commit into
DAXGRID:masterfrom
kletros-mood:master
Open

fix: Use InvariantCulture in GroupKeyConverter to support InvariantGlobalization mode#314
kletros-mood wants to merge 1 commit into
DAXGRID:masterfrom
kletros-mood:master

Conversation

@kletros-mood

@kletros-mood kletros-mood commented May 21, 2026

Copy link
Copy Markdown
Contributor

This PR makes a small change to the StringifyJsonElement method in GroupKeyConverter.cs to improve the consistency of number formatting. The method now uses CultureInfo.InvariantCulture instead of a specific "en-US" culture when converting numbers to strings. This change also enables the support of InvariantGlobalization mode. Otherwise, a locale exception is thrown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant