Skip to content

Instantly share code, notes, and snippets.

@davidalpert
Created May 31, 2011 07:18
Show Gist options
  • Save davidalpert/1000095 to your computer and use it in GitHub Desktop.
Save davidalpert/1000095 to your computer and use it in GitHub Desktop.
Configure.TypesToScan.Where(t => typeof(INeedToInstallSomething).IsAssignableFrom(t))
.ToList().ForEach(t => config.Configurer.ConfigureComponent(t, DependencyLifecycle.InstancePerCall));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment