arunkumarmcsd / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Readme for Autofac Developers

Readme for Autofac Developers

This document explains the developer setup and build execution for Autofac.

Developer Environment

Building the Project

Developer build:
msbuild default.proj

Production/Release build:
msbuild default.proj /p:Production=true

The developer build will...

The production/release build will do everything in the developer build plus...

Note for developers: If you are working on the Autofac core, there is also a project in Core/Tests/Autofac.Tests.AppCert that should be built/run separately to verify changes will pass Windows App Store certification. This build is not chained into the standard developer build since it takes time to run. There is a readme in that folder explaining more about how to run that build and assess results.

Production package versions are centrally controlled through the PackageVersions.proj. Documentation in that file explains how to use it. Before releasing new versions for consumption, be sure to update the appropriate version(s).