Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 869 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 869 Bytes

Autofac Examples

Example projects that consume and demonstrate Autofac functionality and integration.

Build status

Reading the Examples

The examples in the repo are always for the latest Autofac versions and libraries. Look at the tags on this repo to see examples for older and/or deprecated functionality.

The examples attempt to stick pretty close to the Autofac documentation so it helps to have that available.

Open this repo in Visual Studio Code.

Building the Examples

The Examples.sln file has all the samples in it except the ServiceFabric example. ServiceFabric is in a child directory and has its own solution.