Solution level settings default values #119
stephanjohnson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building micro-services means we are constantly adding new projects to our solutions. We have to remember to set specific settings for every new service. We want to be able to quickly on-board new projects into our solution, knowing that they share the same basic settings.
It would be great if, at solution level, there can be some sort of default settings template that is based on what modules are installed in all of the projects. I want to be able to right click the solution and have an option called Default Settings where I can set default values that can be applied to projects that have those modules installed.
The way I imagine this is that it looks at all of the modules that are installed in every application and then builds a settings page that has the settings for every module in one place. I can then change these settings, and when a new project is created, it will use the settings from the solution level settings as the default values.
This can then maybe extend into the settings to allow me to, per module, choose to always use the solution level settings, or override on a per-application level.
Possible issues
Beta Was this translation helpful? Give feedback.
All reactions