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

Refactor registrations to allow common usage patter #108

@sebastienros

Description

@sebastienros

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);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions