Resolve a service using Autofac

33 views Asked by At

Im quite lost here guys, there's this plugin for a gameserver (https://github.com/EvolutionPlugins/Dummy/blob/openmod/Dummy/Services/DummyProvider.cs) which i need to access all the tasks from the DummyProvider service, I have been lead to Autofac Which is what OpenMod(https://github.com/openmod/openmod) uses for IoC, the framework in which the plugin is developed uses.

What Im looking for is to acces objects what the IOC container manages. Any additional information I could provide please let me know

0

There are 0 answers