-
I created these web projects
* Orchard CMS
* Module
* Reusable API
Module references Reusable API, and it works fine on it's own
Added Module into CMS and enabled it
The problem is, it …
-
1. Create a "ASP.NET Core Web App (Model-View-Controller) in Visual Studio
2. Edit the csproj with the following
```
netcoreapp3.1
true
```
3. Edit the Start…
-
What is the guidance for a new asp.net project in .net 7?
We don't have a startup file anymore and instead just have a program.cs.
The documentation has a gif showing the steps for I assume pre .net…
-
Hello,
Currently I need to deploy Orchard Core headless on 2 servers for load balancing, so the images need to be the same.
I'm planning to make the **Media** folder to become a shared folder so…
-
### Is your feature request related to a problem? Please describe.
Sometimes, we encounter issues that require using the source code debugging capabilities of `OrchardCore`, but most business modul…
-
### Is your feature request related to a problem? Please describe.
https://www.mikesdotnetting.com/article/355/css-isolation-in-razor-pages
Will it work out of the box if targeting .NET 6?
### De…
-
Hello,
I'm experiencing a problem with orchard. From time to time in getting error while reading streams from db after first page load... When I try to reload page - problem disappears
Call stac…
-
### Is your feature request related to a problem? Please describe.
We have ~190 open PRs currently, with many from years ago (22 of these are dontmerge/notready, and [an additional 20 are drafts](htt…
-
I have created Razor class library project "RazorUIClassLib" as per following link
https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-2.2&tabs=visual-studio
and I…
-
It's not clear to me why the OpenID module is enabled by default for the SaaS recipe.
@sebastienros @jersiovic is there any particular reason for this?