Atlas-Rhythm / Hive

A general backend project for modding communities.
GNU Affero General Public License v3.0
11 stars 1 forks source link

Switch to using DryIoc as our DI system #89

Closed nike4613 closed 3 years ago

nike4613 commented 3 years ago

This PR switches from using MSDI to DryIoc, for the much nicer API it provides. It also adjusts the plugin loader to expose ConfigureContainer to plugins, as well as adjusting the plugin SDK to make plugins build correctly by default.