mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +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#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%