Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 615 Bytes

README_NUGET.md

File metadata and controls

7 lines (5 loc) · 615 Bytes

FactoryGenerator is an IoC container that uses Roslyn to prepare a container for consumption at compile-time. Inspired by, but having little in common with Autofac beyond syntax choices.

Features

  • Attribute-based Generation: Simply decorate your code with attributes like [Inject],[Singleton],[Self] and more and your IoC container will be woven together.
  • Test-Overridability: Need to swap out one injection for another to test something? Simply [Inject] a replacement inside your test project for a new container.