-
Notifications
You must be signed in to change notification settings - Fork 57
Update Microsoft fhir-codegen with Firely SDK6 codegen #176
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
Open
ewoutkramer
wants to merge
93
commits into
microsoft:main
Choose a base branch
from
FirelyTeam:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove unused files (they have been moved)
#2901 Add SetValue method
Removed generation of nested/resource args to fhirtype.
Fix attachment url datatype
…of .net primitive.
…children (For 2973) Remove Children/Namedchildren
# Conflicts: # src/Microsoft.Health.Fhir.CodeGen/Language/Firely/CSharpFirely2.cs
…ct-shared-properties # Conflicts: # src/Microsoft.Health.Fhir.CodeGen/Language/Firely/CSharpFirely2.cs
…perties Generalize handling of Base/Conformance properties that changed type
…anually correct these.
Removed Bw-compat code
Also made dictionary-like operations public.
…parer # Conflicts: # src/Microsoft.Health.Fhir.CodeGen/Language/Firely/CSharpFirely2.cs
No longer touches the overflow when copying pocos when its empty.
Renamed ObjectValue to JsonValue
3108 Added AllowNull for lists
Small correction in name of one of the launchsettings
Changes to be able to generate FHIR R6.
# Conflicts: # src/fhir-codegen/Properties/launchSettings.json
Changes to codegen to make R6 satellites compile
# Conflicts: # src/Microsoft.Health.Fhir.CodeGen/Language/Firely/CSharpFirely2.cs # src/fhir-codegen/Properties/launchSettings.json
Merge sdk5 into sdk6
…s-not-nullable made required elements not nullable in the model
Create special allowed types attributes for open choice types
Add OpenTypes generation
Skip generation of abstract enum members
Merge dev sdk6 in main sdk5
Contributor
Author
|
@GinoCanessa - would you mind reviewing and pulling this PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Firely has released SDK6, so it's time to donate the changes from Firely's fhir-codegen back into MS codegen!