When running the application normally, appsettings.Development.json is correctly loaded and used for development/testing.
However, when running nd-codegen, only appsettings.json seems to be used and the environment-specific configuration (appsettings.Development.json) is ignored.
Is there a way to configure nd-codegen to detect and use the Development environment automatically, or to explicitly specify which environment configuration file should be used during code generation?
When running the application normally, appsettings.Development.json is correctly loaded and used for development/testing.
However, when running nd-codegen, only appsettings.json seems to be used and the environment-specific configuration (appsettings.Development.json) is ignored.
Is there a way to configure nd-codegen to detect and use the Development environment automatically, or to explicitly specify which environment configuration file should be used during code generation?