-
Hi everyone, I've created the package AspNetCore.ControllerInjection which add support for field, property and method injection for AspNet core controller, and I would like to extend Microsoft.Extensions.Dependencyinjection to support such functionality, and because such task is big I would like to know if it would be acceptable? I know the implementation would be different but I know how to do it, I just need to know before I go on doing it. |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Jan 17, 2021
Replies: 1 comment 3 replies
-
No we have no plans to support this. You should use another DI container if you need this feature. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
muhamad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No we have no plans to support this. You should use another DI container if you need this feature.