FlitBit.IoC 2.6.0

.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package FlitBit.IoC --version 2.6.0
NuGet\Install-Package FlitBit.IoC -Version 2.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlitBit.IoC" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlitBit.IoC --version 2.6.0
#r "nuget: FlitBit.IoC, 2.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FlitBit.IoC as a Cake Addin
#addin nuget:?package=FlitBit.IoC&version=2.6.0

// Install FlitBit.IoC as a Cake Tool
#tool nuget:?package=FlitBit.IoC&version=2.6.0

Inversion of Control supporting dynamic implementations, and stereotypical behavior contributions.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on FlitBit.IoC:

Package Downloads
RedRocket.Persistence.EF

Entity Framework Implementation of the RedRocket Persistence Framework

FlitBit.IoC.WebApi

Everything you need to get started with WebApi 2 and FlitBit.IoC

RedRocket.Persistence.RavenDb

RavenDb implementation of the RedRocket Persistence Framework

FlitBit.IoC.Web.Common

Shared functionality for the .net web stack (Mvc, WebApi, SignalR, Etc) for FlitBit.IoC framework.

FlitBit.WebApi

FlitBit WebApi - utility classes enabling the Flitbit Frameworks on ASPNET and WebApi.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1 1,510 6/27/2014
3.1.0 997 5/10/2014
2.13.1 2,154 11/28/2013
2.13.0 1,064 11/28/2013
2.12.2 1,186 9/25/2013
2.12.1 3,816 9/1/2013
2.12.0 1,053 9/1/2013
2.11.2 1,204 5/17/2013
2.11.1 1,113 5/17/2013
2.11.0 1,094 5/17/2013
2.10.0 1,226 5/12/2013
2.9.1 1,094 5/6/2013
2.9.0 1,220 5/3/2013
2.8.2 1,122 4/5/2013
2.8.1 1,166 3/26/2013
2.8.0 1,083 3/25/2013
2.7.1 1,091 3/18/2013
2.7.0 1,072 3/15/2013
2.6.4 1,091 2/28/2013
2.6.2 1,109 2/17/2013
2.6.1 1,082 2/11/2013
2.6.0 17,115 2/11/2013

Now using independent CleanupScopes for containers, solves long-standing exception on app exit. Also using ContextFlow for nesting and reusing across threads.