An addictive .NET IoC container
-
Updated
Jun 10, 2020 - C#
Is this for Autofac 5?
Yes
Have you read the docs?
Yes, the one about instance components
builder.RegisterInstance(new MyAsyncDisposable());
builder.RegisterInstance(new MyDisposable());
With just these registrations and no other components that requ
Add a description, image, and links to the autofac topic page so that developers can more easily learn about it.
To associate your repository with the autofac topic, visit your repo's landing page and select "manage topics."