FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
829 stars 345 forks source link

Generalize handling of Base/Conformance properties that changed type #2981

Closed ewoutkramer closed 2 hours ago

ewoutkramer commented 6 days ago

To review the generated code: there are no relevant code changes in the satellites, only in Base and Conformance, so you would only have to look through the generated files in those projects.

Otherwise, I only had to fix some unit tests lightly, esp. for Attachment.size, since this is no longer always a long.

Fixes #2967.

:warning: Make sure to also review https://github.com/FirelyTeam/fhir-codegen/pull/47, as this generated the code for this PR.

Breaking changes