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

Change AutoRegisterAttribute to DependencyAttribute #3

Closed
hartmannr76 opened this issue Mar 30, 2017 · 1 comment
Closed

Change AutoRegisterAttribute to DependencyAttribute #3

hartmannr76 opened this issue Mar 30, 2017 · 1 comment
Assignees
Milestone

Comments

@hartmannr76
Copy link
Owner

Reading the code:

[AutoRegister]
public class SomeClass : ISomeClass {

I feel doesn't read as nice as

[Dependency]
public class SomeClass : ISomeClass {
@hartmannr76 hartmannr76 added this to the v2.0.0 milestone Mar 31, 2017
@hartmannr76 hartmannr76 self-assigned this Mar 31, 2017
@hartmannr76
Copy link
Owner Author

Fixed in #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant