You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the "External composition configuration" feature is implemented ( #25 ) there can be policy-based configurations that specify general rules (rather that individual components and configuration).
Examples include:
All non-abstract classes that inherit from class X are components
All classes in the assembly X that their name end in Controller should be [Transient]
Consider all constructor parameters of component in assembly X as optional
All properties of classes in namespace X should be treated as [ComponentPlug]s
The text was updated successfully, but these errors were encountered:
If the "External composition configuration" feature is implemented ( #25 ) there can be policy-based configurations that specify general rules (rather that individual components and configuration).
Examples include:
[Transient]
[ComponentPlug]
sThe text was updated successfully, but these errors were encountered: