I finally decided to put this integration to a NuGet package.
There are two versions now:
- The first version (1.0.1) supports ServiceStack V3, which remains a free version
Install-Package Autofac.Extras.ServiceStack -Version 1.0.1
- Version 2.0 supports ServiceStack version 4
Install-Package Autofac.Extras.ServiceStack
The repository is on GitHub