OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Recipes Improvements

Open MikeAlhayek opened this issue 1 month ago • 19 comments

One of the issues with recipes is that we currently tie a recipe to a specific feature when a module has multiple features. This should not longer be a limitation.

Since #15793 was merged, we should be able to tie a service to a feature with no problems. With that, we should be able to register multiple instanced of the RecipeDescriptor where each RecipeDescriptor will have info needed to locate the recipe file.

Then we probably, would remove IRecipeHarvester and it's implementation since this info will be in the IoC.

MikeAlhayek avatar Jun 03 '24 20:06 MikeAlhayek