Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Decorators #18

Closed
Tim-Maes opened this issue Oct 23, 2023 · 0 comments
Closed

Add support for Decorators #18

Tim-Maes opened this issue Oct 23, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Tim-Maes
Copy link
Owner

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.

@Tim-Maes Tim-Maes added enhancement New feature or request good first issue Good for newcomers labels Oct 23, 2023
@Tim-Maes Tim-Maes changed the title Add support for Decorator Add support for Decorators Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant