Mike Alhayek
Mike Alhayek
When this Aspire sample run, you'll have access to OrchardCore CMS app in addition to an OrchardCore MVC app. 
The PR #16356 moved some of the theme related scripts into `OrchardCore.Themes` but did not include all the theme reusable scripts. Here is a summary of the improvements - The...
Fix #12722
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....
When we need to generate URL, we typically inject `IUrlHelperFactory` and `IActionContextAccessor` to create an instance if `IUrlHelper` for creating a URL. When the request comes in from Minimal API...
YesSQL 5.1.0 depends on Parlot 1.0.0. we can't used YesSQL 5.1.0 in OC along with shortcode unless we update shortcode to also use Parlot 1.0.0+
If you need to add multiple Having clause to a query, there is no way of detecting if there is already a having clause or not. Just like we have...
### Prepare the project Do some housekeeping on GitHub in the [main repo](https://github.com/OrchardCMS/OrchardCore). - [x] Assign the milestone of the release's version to this issue. - [ ] Close remaining...
### Describe the bug Randomly, the front end throws the following error > System.Exception: The shape type 'Layout' is not found I am not sure how to reproduce it as...