Mike Alhayek

Results 135 issues of Mike Alhayek

When this Aspire sample run, you'll have access to OrchardCore CMS app in addition to an OrchardCore MVC app. ![293112077-b8e6d864-eb39-4964-ad19-be9b7463b890](https://github.com/dotnet/aspire-samples/assets/24724371/19db120d-a09f-400c-a37e-24bb5226f90f)

area-samples

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

breaking change :boom:
merge conflict
stale

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....

enhancement

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...

enhancement

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...

release

### 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...

bug :bug: