kranid / Examples

Example projects that consume and demonstrate Autofac IoC functionality and integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

##Building the Examples The Examples.sln file has all the samples in it except the ASP.NET Core example. Opening and building that solution gets you pretty far.

To build the ASP.NET Core example, execute the build-aspnetcore.ps1 script or use the dotnet CLI to restore and build the project. It's not currently in the solution due to tooling challenges with AppVeyor being unable to call nuget restore on a solution that has dotnet CLI projects.

About

Example projects that consume and demonstrate Autofac IoC functionality and integration

License:MIT License


Languages

Language:C# 84.1%Language:CSS 10.8%Language:ASP 4.8%Language:HTML 0.2%Language:PowerShell 0.1%