cameron5906 / OverkillFramework

A .NET Core framework for building telepresent robots with modular functionality through plugins and custom drivers. Overkill is meant to allow for the easy development of robots controllable from anywhere.
0 stars 0 forks source link

Plugin dependency injection #9

Closed cameron5906 closed 4 years ago

cameron5906 commented 4 years ago

Properly inject dependencies into plugins instead of just passing a ServiceProvider to the constructor.

This replaces the old custom method I was using with Activator.CreateInstance.