Bernhard Richter
Bernhard Richter
``` scope.Register ```
Remove the need to specify runtime arguments up front. Add lifetime support to services registered/resolved using runtime arguments. This might mean extending the ILifetime interface passing in the runtime argument...
``` proxyDefiniton.AddCustomAttribute(() => new CustomAttribute()); ``` Create a Expression visitor to figure out how the attribute was created.
``` void RegisterAssembly(string searchPattern, Func shouldRegister); ```
The proxy type should throw a NotImplementedException for methods that is not handled by an interceptor.