C# (CSharp) DryIoc Namespace

Nested Namespaces

DryIoc.Microsoft
DryIoc.Mvc
DryIoc.Web
DryIoc.WebApi

Classes

Name Description
FactoryCompiler
FactoryCompiler.EmittingVisitor Supports emitting of selected expressions, e.g. lambda are not supported yet. When emitter find not supported expression it will return false from TryVisit, so I could fallback to normal and slow Expression.Compile.