MarGraz

Results 7 issues of MarGraz

### Describe the bug According to what discussed [here](https://github.com/OrchardCMS/OrchardCore/discussions/15372#discussioncomment-8544179) with @hishamco, I'm opening this issue to verify it. The module `OrchardCore.Contents` exposes an `ApiController.cs` with endpoints to _create_, _update_, and...

bug :bug:

### Describe the bug I followed the [official documentation](https://docs.orchardcore.net/en/main/docs/getting-started/templates/#from-visual-studio-manual-way) to create a new Orchard Core Web App and installed the `OrchardCore.Application.Cms.Targets` and `OrchardCore.Application.Targets` NuGet packages **as suggested in the second...

documentation

When you running your solution on Azure Functions, you didn't have a storage, the user must use the cache in RamDirectory. This info could be useful, because otherwise the user...

Hello, following the discussion [here](https://github.com/OrchardCMS/OrchardCore/discussions/15372#discussioncomment-8593137), I'm interested in knowing if it's possible to **include user endpoints in the "Swagger Module" to retrieve user information**. I looked through "[OrchardCore.Users](https://github.com/OrchardCMS/OrchardCore/tree/main/src/OrchardCore.Modules/OrchardCore.Users/Controllers)" but couldn't...

I'm using **.net 6** and **Azure Function v. 4**, and I get the error: "The specified container already exists", status 409. Those are the **dependencies** in my project: ``` ```...

Needs: Triage (functions)

Hi, I think it would be great if the [OrchardCoreContrib.Email.SendGrid](https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/tree/main/src/OrchardCoreContrib.Email.SendGrid) module could implement the SendGrid client library to send emails using pre-created `Dynamic Templates`. **SendGrid allows you to create email...

Hi, I'm using **SendGrid version 9.29.3** and I noticed that when I use `SendGridMessage.SetSubject("my subject title")` or `SendGridMessage.SetGlobalSubject("another subject")`, neither is rendered in my template using the `{{Subject}}` placeholder. I...