Skip to content

7.0.x1: Feature/di separation (#3)

Compare
Choose a tag to compare
@grofit grofit released this 26 Mar 13:42
· 16 commits to main since this release
386e186
* First step, everything builds and apis map over

Still need to do further work to split things out but this at least is a first step.

* Separated out the Ninject parts

Given Ninject is not actually a split container its easy enough to represent, the difficulty will come with MS style ones.

* Have basic tests in place and working

* Confirming exceptions

* Adding basic implementation for new DI

Also added some tests for testing common scenarios

* Adding build pack for new packages

* Updating build and api keys