-
Im running elsa from orchard core but when i go to the admin menu Elsa workflows at
//localhost:5001/admin/elsa/server/local/workflow-definition/index
Im getting the exception :
```
Elsa.O…
-
Hi all,
The following (simplified) query using an predicate and an index
```
var tokens = session.Query(
token => token.CreationDate < threshold.UtcDateTime, collection: OpenIdToken.OpenIdCo…
-
### Is your feature request related to a problem? Please describe.
When developing an Orchard Core module/app it would be nice to have a Testing Library to get you started with unit and integration t…
-
### Describe the bug
When using Elasticsearch service, I am seeing the following in my logs
```
ElasticSearch services throw an exception while trying to search for related documents. Elasticse…
-
Currently we have some events open in OC, but those are not enough, some events may be an intermediate process,
for example, we get an object and try UpdateAsync first, the object state is then sa…
-
Thanks for sharing these helpers! The shape tracing helper really filled a need for us. However, one thing I noticed... it doesn't seem to report wrappers. I think the problem is that OrchardCore proc…
-
### Describe the bug
Since the release 1.8.0, OC is not able to render ContentCulturePicker using liquid templates (a RuntimeBinderException is thrown)
### Orchard Core version
We try to upda…
-
I get an "Invalid serial number for shell descriptor" error if I have a module with two data migrations, and each migration executes a recipe with a "Feature" step. Example from DataMigration class:
…
-
![image](https://github.com/user-attachments/assets/1e80af43-1174-405a-89ee-3163a2b5612e)
zh-CN and zh-Hans set the same folder:"zh-Hans"
And in the "OrchardCore.Translations//Localization/zh-Hans…
-
In Orchard CMS which is quite allocaty, the second culprit is DI. This code path does a database request and renders the html. During that process several services are resolved, increasing the size of…