Autofac InstancePerDependency
as the default if no other option is specified.
Is it possible to set InstancePerRequest
as default instance scope option for Autofac?
No, there is no way to change the default lifetime scope preference on the container.