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
Currently as of version 1.2 Bindicate does not support decorators.
Possible implementation:
Implement a new attribute (e.g., DecoratorAttribute) that can be applied to decorator classes, specifying the type to be decorated.
Update the assembly scanning logic to detect classes marked with DecoratorAttribute.
Update the .Register() method to properly handle the stacking of decorators.
The text was updated successfully, but these errors were encountered:
Currently as of version 1.2 Bindicate does not support decorators.
Possible implementation:
Implement a new attribute (e.g., DecoratorAttribute) that can be applied to decorator classes, specifying the type to be decorated.
Update the assembly scanning logic to detect classes marked with DecoratorAttribute.
Update the .Register() method to properly handle the stacking of decorators.
The text was updated successfully, but these errors were encountered: