microsoft-performance-toolkit-sdk icon indicating copy to clipboard operation
microsoft-performance-toolkit-sdk copied to clipboard

Refactor the runtime extension repositories to properly support multiple calls to processing assemblies

Open mslukebo opened this issue 2 years ago • 0 comments

Is your feature request an entirely new concept? No

Is your feature request related to an existing component? Yes - the runtime ExtensionRoot and DataExtensionRepository

Is your feature request related to a problem? Please describe. The PluginsLoader does redundant work finalizing data extensions every time a new set of directories are loaded.

Describe the solution you'd like The ExtensionRoot and DataExtensionRepository should be refactored to expose an API that natively supports loading sets of directories as plugins at different times.

mslukebo avatar Oct 24 '22 23:10 mslukebo