microsoft / FHIR-Converter

Conversion utility to translate legacy data formats into FHIR
MIT License
399 stars 175 forks source link

How do I build the code? #482

Closed ashishb closed 1 year ago

ashishb commented 1 year ago

Any command-line interface (CLI) instructions that I can follow to build this code?

ms-teli commented 1 year ago

Hi, you can build the project just like a regular c# project with dotnet on this file: ./src/Microsoft.Health.Fhir.Liquid.Converter.Tool/Microsoft.Health.Fhir.Liquid.Converter.Tool.csproj

The artifacts will be located in the bin output folder.

You can also use Visual Studio or any other IDE to work with this solution file: ./Fhir.Liquid.Converter.sln