Autofac (@autofacioc) 's Twitter Profile
Autofac

@autofacioc

An addictive .NET IoC container for Microsoft .NET.

ID: 1863620382

linkhttp://autofac.org calendar_today14-09-2013 12:21:42

181 Tweet

492 Followers

4 Following

Nicholas Blumhardt (@nblumhardt) 's Twitter Profile Photo

Simplifying and condensing Autofac's `Resolve()` failure exceptions: github.com/autofac/Autofa… - would love to hear whether this seems like an improvement, or whether there are trade-offs we haven't spotted!

Kevin Reck (@kevin_reck) 's Twitter Profile Photo

TIL - Azure API Management uses Autofac ! "Failed to load role entrypoint. Autofac.Core.DependencyResolutionException: An exception was thrown"

Autofac (@autofacioc) 's Twitter Profile Photo

We've gotten a great response here - thanks Scott Hanselman 🌮 ! If you're truly interested in being an owner, drop me a line at tillig - at - paraesthesia - dot - com. I'm compiling the list of folks now, will start some sort of onboarding early this coming week.

Travis Illig (@tillig) 's Twitter Profile Photo

We've got some great response from folks about working on Autofac! I think at this point, unless you're truly ready to commit the time and energy to being a full-time owner on the project, the best way to help is with PRs and answering community questions. Thanks!

Autofac (@autofacioc) 's Twitter Profile Photo

If you're still interested in helping out Autofac, the best way to do that is to jump in and start answering questions on StackOverflow, looking at issues, and hitting us up with some PRs. THANKS!

Patrik Svensson (@patriksvensson@mstdn.social) (@firstdrafthell) 's Twitter Profile Photo

After a lot of work I'm proud to finally be able to release Ghostly into the wild. I built something that I wanted to use myself and hopefully others will benefit from it 😅

Alistair Evans (@evocationist) 's Twitter Profile Photo

After implementing IAsyncDisposable support in Autofac, I thought I'd write a blog post about implementing the new IAsyncDisposable interface on your own classes, read for some useful do's and don'ts. #dotnetcore #aspnetcore alistairevans.co.uk/2019/10/24/net…

Alistair Evans (@evocationist) 's Twitter Profile Photo

Autofac 5.0 got released today! It's the first major release in some time, and there's been loads of work from the whole team. Try out the async disposal support, the nullable reference type annotations, and the immutable container! Autofac Travis Illig github.com/autofac/Autofa…

Travis Illig (@tillig) 's Twitter Profile Photo

We're excited to announce the release of Autofac 5.0! This post outlines the breaking changes, new features, and fixes available in this release. paraesthesia.com/archive/2020/0…

Alistair Evans (@evocationist) 's Twitter Profile Photo

Lots of new features and improvements coming in Autofac v6.0, which we just merged into develop: - Composite Pattern Support - Diagnostic Tracing - Resolve Middleware - Concurrency Performance Improvements - Pooled Registrations - and more! More details when we release!

Lots of new features and improvements coming in <a href="/AutofacIoC/">Autofac</a> v6.0, which we just merged into develop:
- Composite Pattern Support
- Diagnostic Tracing
- Resolve Middleware
- Concurrency Performance Improvements
- Pooled Registrations
- and more!

More details when we release!
Elizabeth Gallagher (@lizzyisnotbusy) 's Twitter Profile Photo

Just published an "An Illustrated Guide to Autofac"! Did I maybe go overboard with all the food analogies? Yes. Did I have so, so much fun thinking of these food analogies? Also yes. lizzy-gallagher.github.io/illustrated-au…

Just published an "An Illustrated Guide to <a href="/AutofacIoC/">Autofac</a>"! 

Did I maybe go overboard with all the food analogies? 
Yes.

Did I have so, so much fun thinking of these food analogies? 
Also yes.

lizzy-gallagher.github.io/illustrated-au…
Alistair Evans (@evocationist) 's Twitter Profile Photo

Can't wait to try out the new minimal API goodness in the .NET 6 previews, but want to use Autofac features? We've just released a preview of our integration for .NET 6, which makes auto-detection of any services work nicely with the simpler syntax. nuget.org/packages/Autof…

Can't wait to try out the new minimal API goodness in the .NET 6 previews, but want to use <a href="/AutofacIoC/">Autofac</a> features?

We've just released a preview of our integration for .NET 6, which makes auto-detection of any services work nicely with the simpler syntax.

nuget.org/packages/Autof…
Adam Storr (@westdiscgolf) 's Twitter Profile Photo

With the launch of .NET 6 and v4 out of process Azure Functions you maybe wondering "Can I use Autofac in this new world?". Well let's take a look and find out! #serverless #functions #techtwitter #dotnet6 adamstorr.azurewebsites.net/blog/using-aut…

Alistair Evans (@evocationist) 's Twitter Profile Photo

We just shipped Autofac v7, with automatic support for required properties, and improved ability to support unloadable assemblies and AssemblyLoadContext! Blog post with some more details: alistairevans.co.uk/2023/03/07/new…