Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Refactor registrations to allow common usage patter #108

Closed
sebastienros opened this issue Sep 25, 2014 · 1 comment
Closed

Refactor registrations to allow common usage patter #108

sebastienros opened this issue Sep 25, 2014 · 1 comment

Comments

@sebastienros
Copy link
Member

Instead of having this code:

var builder = new ContainerBuilder();

AutofacRegistration.Populate(
  builder,
  TestServices.DefaultServices(),
  fallbackProvider);

We would then have

var builder = new ContainerBuilder();

builder.Populate(
  TestServices.DefaultServices(),
  fallbackProvider);
@davidfowl
Copy link
Member

Why isn't this closed and put in a milestone?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants