Griffin.Container 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Griffin.Container --version 1.1.7
NuGet\Install-Package Griffin.Container -Version 1.1.7
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="Griffin.Container" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Griffin.Container --version 1.1.7
#r "nuget: Griffin.Container, 1.1.7"
#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 Griffin.Container as a Cake Addin
#addin nuget:?package=Griffin.Container&version=1.1.7

// Install Griffin.Container as a Cake Tool
#tool nuget:?package=Griffin.Container&version=1.1.7

Easy to understand but powerful container.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Griffin.Container:

Package Downloads
Griffin.Container.Mvc3

ASP.NET integration package for Griffin.Container

Griffin.Decoupled.Container

Support for Griffin.Container

Griffin.Container.Mvc4

ASP.NET MVC4/WebApi integration package for Griffin.Container. Add "GriffinContainerConfig.Configure();" to global.asax after the installation.

Griffin.Container.Mvc5

ASP.NET MVC5 & WebApi2 integration package for Griffin.Container. Add "GriffinContainerConfig.Configure();" to global.asax after the installation.

Griffin.Container.Interception

Allows you to for instance log all method calls or log all exceptions without having to change any of your classes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.9 2,816 12/11/2017
1.1.8 1,006 10/24/2017
1.1.7 1,051 10/5/2017
1.1.6 929 10/5/2017
1.1.5 922 9/28/2017
1.1.4 1,221 2/27/2017
1.1.3 968 2/27/2017
1.1.2 2,286 7/6/2014
1.1.1 1,527 2/20/2014
1.1.0 2,226 10/18/2012
1.0.5 1,698 8/28/2012
1.0.4 1,242 8/23/2012
1.0.3 1,282 8/22/2012
1.0.2 2,955 8/20/2012
1.0.1 1,595 6/21/2012
1.0.0 1,255 6/21/2012
0.1.4 1,295 6/6/2012
0.1.3.2 1,563 5/14/2012
0.1.3.1 1,317 5/14/2012
0.1.3 2,273 5/14/2012
0.1.2 1,270 5/13/2012
0.1.1 1,547 5/12/2012
0.1.0 1,355 5/12/2012

Corrected a bug when registering services using factory methods and different life times.