My favorites | Sign in
Logo
                
Search
for
Updated Nov 28, 2008 by rinat.abdullin
BuildingFromSource  
How to build Autofac from the source

Introduction

Autofac solution could be used to build container for multiple platforms:

.NET 3.5

In order to build and test under .NET 3.5 you need to execute following command in the Autofac folder:

    go integrate

Requirements: .NET 3.5 SDK

.NET 2.0

Build command for .NET 2.0 is:

    go net20 integrate

Requirements: .NET 3.5 SDK

Silverlight 2.0

Build command for the Silverlight 2.0:

    go silverlight integrate

Requirements: Silverlight 2.0 SDK

Platform Limitations:

  1. Core library is being built at the moment
  2. Xml configuration is not available

Comment by garthk, May 18, 2009

Under .NET 3.5, I'm getting an error for go net20 integrate:

MSBUILD : error MSB1008: Only one project can be specified.

Sign in to add a comment
Hosted by Google Code