-
Notifications
You must be signed in to change notification settings - Fork 343
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
Installing two FHIR versions in same project clobbers specification.zip #1657
Installing two FHIR versions in same project clobbers specification.zip #1657
Comments
In Firely Server we solve the issue by renaming the specification zip. The following snippet can be added to the .csproj
Make sure to set GeneratePathProperty to true in the PackageReference:
|
Hi Vadim, |
And that name is also in the |
We will document this in docs.fire.ly. No code change. |
See documentation here: https://docs.fire.ly/projects/Firely-NET-SDK/model/multiple-fhir-versions.html |
Describe the bug
Installing the SDK for two versions of FHIR produces a single
specification.zip
in the output, which means that only one version will actually work.Suggestion: Iinclude the version of the FHIR spec in the name of the specification.zip.
To Reproduce
Steps to reproduce the behavior:
Hl7.Fhir.Specification.STU3
andHl7.Fhir.Specification.R4
in the same projectThe text was updated successfully, but these errors were encountered: