nHapi
nHapi copied to clipboard
Add appsetting.json support
Currently App.config is used for configuring various things within the project.
-
Hl7PackageCollectionused for adding custom packages to thePackageManagerso thePipeParsercan find the custom definitions. -
UseFactorychanges some of the generated source code -
ConnectionStringused in the source code generator
This ticket is to add support for appsettings.json which is used for configuration in modern dotnet applications.