Release NotesIf you don't already have a reference to
FlitBit IoC add one using the NuGet command line:
PM> Install-Package FlitBit.IoC
Summary
FlitBit IoC is an inversion of control container created to replace the long-standing FlitBit
factory component.
This library was born out of a desire to weave code-generation and dynamic implementations into an application at run-time. While it is possible to register dynamic implementations into my former favorite
autofac, I wanted to push down the registered implementations to occur on-demand. Not being one to shy away from re-inventing, this library was born.
Other Useful Frameworks
Visit the
Core library's page to learn more about the
FlitBit Frameworks.
After I get the other frameworks published I'll make another pass and document the interesting parts of this library.
Build Requirements
Some of the command lines rely on Powershell. Ensure your execution policy is permissive enough if you run the batch files or powershells.
~P