Bernhard Richter

Results 31 issues of Bernhard Richter
trafficstars

``` 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.

Feature

``` void RegisterAssembly(string searchPattern, Func shouldRegister); ```

Feature
Improvement

The proxy type should throw a NotImplementedException for methods that is not handled by an interceptor.

Improvement