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
The end result was that only TestPropertyFromBuild was present in the final settings and the ICompileX "layer" was ignored (not called).
This is probably because they layers are not virtual.
Using GetValueNonVirtual instead of GetValue in the new Apply method resulted in no layers being called at all.
Description
GetTarget
to supportInvocationExpression
ApplyX
method withExpression<Configure<T>>
(no overload, since ambiguous)Apply
method and check ifconfigurator.Target/Method
is declared by interfaceGetAllMembers
to get quasi-override for original member similar as inValueInjectionAttributeBase.GetMemberValue<T>
.Apply<T>(...)
Usage Example
The text was updated successfully, but these errors were encountered: