I have an abstract base controller which has a constructor I hoped would be populated by autofac when the controllers were built.
public abstract class BaseContr
Autofac for .NET Core
Install
PM> Install-Package Autofac.Core.NonPublicProperty
Use
builder.RegisterType() .AsImplementedInterfaces() .AutoWireNonPublicProperties();