Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed decimal to string conversions that did not use invariant culture #2807

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

ewoutkramer
Copy link
Member

The recent FhirPath PRs by @brianpos introduced a few conversions from decimal to string that did not use the invariant culture. Our build server misses these, as the build server is located in the US, but it does break when running the tests (and the SDK) on a non-US culture machine.

@ewoutkramer ewoutkramer requested a review from mmsmits June 26, 2024 12:41
@mmsmits mmsmits enabled auto-merge June 26, 2024 12:57
@mmsmits mmsmits merged commit 40904d3 into develop Jun 26, 2024
16 checks passed
@mmsmits mmsmits deleted the fix-fhirpath-quantity-localization-errors branch June 26, 2024 13:12
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.

None yet

2 participants