A fast .NET Inversion of Control container heavily optimized for usage in ASP.Net Core and other .NET server side applications. The successor to the venerable StructureMap library.
๐งต Dynamic Code Weaving
Dynamic code in C# without the headaches of Expression trees or esoteric IL emitting by generating nice, clean C# in memory using Roslyn to build .NET types on the fly.
๐ Batteries Included
Built-in diagnostics tools for IoC container which is a big differentiator in comparison to other IoC libraries. Helpers to create in-memory compilation of C# via Roslyn.