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

Builder does not use Instance initializers #42

Closed
ENikS opened this issue Dec 21, 2017 · 0 comments
Closed

Builder does not use Instance initializers #42

ENikS opened this issue Dec 21, 2017 · 0 comments
Labels
wontfix ☠️ This issue will not be fixed
Milestone

Comments

@ENikS
Copy link
Contributor

ENikS commented Dec 21, 2017

While creating types builder call constructor and after it is initialized it setts properties and calls dependency methods.
Instead it should generate property initializes and invoke constructor and initialize properties in one call:

... new Constructor(args...) { Prop = xx, OtherProp = yy, ...};
@ENikS ENikS added the Enhancement 🔨 Improvement of existing features label Dec 21, 2017
@ENikS ENikS added this to the 6.0.0 milestone Dec 21, 2017
@ENikS ENikS added the IoC label Dec 21, 2017
@ENikS ENikS added wontfix ☠️ This issue will not be fixed and removed IoC Enhancement 🔨 Improvement of existing features labels Apr 12, 2018
@ENikS ENikS closed this as completed Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix ☠️ This issue will not be fixed
Projects
None yet
Development

No branches or pull requests

1 participant