❔ Is there some generic type for factories in asp net core?
Making such a factory kinda requires a bunch of code, and I haven't even made the standard fluent configuration helpers. Are there classes that do this generically in asp net core?
3 Replies
What is that?
It's just a resolution by name, right? You can do that with other di containers e.g. autofac
yeah
so I need to use a library for that
ok I'll check out your suggestion
thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.