Replies: 3 comments 10 replies
-
Are you talking about distinct repositories ? Maybe we could have :
It may help to isolate issues and maintain clean dependency graph, but it could also be more work to maintain repositories, consistent versioning and CI pipelines. Or if we don't want multiple repositories, as you suggest, maybe just create an "OrchardCore.Cms" solution folder and distinct solution files. |
Beta Was this translation helpful? Give feedback.
-
We may consider using Submodules, Lombiq is already has a very good experience using them, I'm just learn about them ;) for that I will let @Piedone explains the pros & cons for using Git Submodules |
Beta Was this translation helpful? Give feedback.
-
When I wrote my comment, I was trying to setup a modular app with admin UI but without any CMS feature nor YesSQL. That said, I don't think Git sub-modules would be easy to maintain. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of the most frastration thing in Orchard Core for new comers is they can distinguish between Framework vs. CMS APIs, my suggession to split the APIs logically or physically without breaking things
The main idea to make everything clear, something like Modules, we already have Core modules vs CMS modules
Beta Was this translation helpful? Give feedback.
All reactions