If you're not exactly sure what to say, here are some suggestions: https://stackoverflow.com/help/how-to-ask
I followed the sample code provided in this repository. I added a new service registration in MyPlugin2, but it cannot be resolved via dependency injection in the plugin context. However, the same service can be resolved normally in the host project using GetServices.
Is there anything additional I need to configure to make services from MyPlugin2 available for injection?
dependency-injection.zip
If you're not exactly sure what to say, here are some suggestions: https://stackoverflow.com/help/how-to-ask
I followed the sample code provided in this repository. I added a new service registration in MyPlugin2, but it cannot be resolved via dependency injection in the plugin context. However, the same service can be resolved normally in the host project using GetServices.
Is there anything additional I need to configure to make services from MyPlugin2 available for injection?
dependency-injection.zip