mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
606d1869abfa5a7886e82dd88ffc54f76518a0f2
Suppose Module A is loaded through its pre-compiled version Suppose Module B is loaded through its pre-compiled version Suppose Module A depends on Module B If the csproj of Module B is updated, Module B will be dynamically compiled. We have to ensure Module A is also dynamically compiled, because Module A can't reference the pre-compiled version of B anymore. The way we enforce this is by asking every loader if they are compatible with all module references of a module before picking it as the actual loader. If a loader decides it's not compatible with the module references, the next loader in order of priority will be considered. --HG-- branch : dev
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
46.6%
JavaScript
41.2%
HTML
5.6%
CSS
3.3%
SCSS
1.1%
Other
2.1%