nHapi icon indicating copy to clipboard operation
nHapi copied to clipboard

Add appsetting.json support

Open milkshakeuk opened this issue 4 years ago • 0 comments

Currently App.config is used for configuring various things within the project.

  • Hl7PackageCollection used for adding custom packages to the PackageManager so the PipeParser can find the custom definitions.
  • UseFactory changes some of the generated source code
  • ConnectionString used in the source code generator

This ticket is to add support for appsettings.json which is used for configuration in modern dotnet applications.

milkshakeuk avatar Oct 30 '20 15:10 milkshakeuk