musicbeeremote / mbrc-plugin

MusicBee Remote Plugin
http://mbrc.kelsos.net
Other
114 stars 13 forks source link

Evaluate replacing StructureMap with Simple Injector #75

Open kelsos opened 4 years ago

kelsos commented 4 years ago

StructureMap is no longer developed. The suggestion is to replace it with Simple Injector.

https://simpleinjector.readthedocs.io/en/latest/consoleintegration.html

Having a quick look the Simple Injector API seems to be similar to StructureMap's API so the transition should be easy.