Is your feature request related to a problem? Please describe.
There is a lot of code in the Shell Extension that could be moved to the core in order to be reusable or tested.
Describe the solution you'd like
What ever code that can be moved to the core is good.
Describe alternatives you've considered
Duplicated code ?!?!?
Additional context
N/A
Is your feature request related to a problem? Please describe.
There is a lot of code in the Shell Extension that could be moved to the core in order to be reusable or tested.
Describe the solution you'd like
What ever code that can be moved to the core is good.
ShellAnythingApp,ApporSettingsclass to store global settings. This class shall be a good candidate for moving code from DLL to the core.InitConfigManager().Move functionWon't do. Function is already too much win32/Windows specific. Not appropriate for the core.LogEnvironment().PropertyManager::SetApplicationPath().InstallDefaultConfigurations().FindMenuByCommandId()).Describe alternatives you've considered
Duplicated code ?!?!?
Additional context
N/A