FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
824 stars 342 forks source link

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

Closed ewoutkramer closed 3 months ago

ewoutkramer commented 3 months ago

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.