Conversation
Removed Microsoft.OpenApi as a dependency for source generation.
Definition files are no longer required to be added as AdditionalFiles
Add azure build pipeline
This reverts commit 990f503.
|
@GinoCanessa - Hadn't seen this PR before, but I guess this needs to change quite a bit after the refactoring of the codegen to use StructureDefinition instead of the custom metadata structures.... |
|
Most of my code changes is related to multitargeting to netstandard2.0 which is a requirement for source generators. But from what I saw from the experimental branch, this will not be simple. |
|
Hi Christian - it is on my list to re-review everything. I started looking into it yesterday and will be making sure your use case is not left out. |
|
Alright @almostchristian , the current contents of the *After we merge into main, I will finish sorting out the pipeline to release on NuGet as libraries and the CLI as a tool, so the build requirements are only until then. Cheers! |
Microsoft.Health.Fhir.CodeGeneration.Usage:
Currently the FhirVersionInfo used for code generation is hard-coded to R4B, and I don't see any difference when it's R5.
Resolves #140