Problem I would like Autofac to instantiate components based on connection strings in the form of the URI: autofac://assembly-name/full-class-name?param1=arg1&param2=arg2 So […]