Griffin.Container
1.1.9
dotnet add package Griffin.Container --version 1.1.9
NuGet\Install-Package Griffin.Container -Version 1.1.9
<PackageReference Include="Griffin.Container" Version="1.1.9" />
paket add Griffin.Container --version 1.1.9
#r "nuget: Griffin.Container, 1.1.9"
// Install Griffin.Container as a Cake Addin #addin nuget:?package=Griffin.Container&version=1.1.9 // Install Griffin.Container as a Cake Tool #tool nuget:?package=Griffin.Container&version=1.1.9
Easy to understand but powerful container.
Product | Versions 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. |
-
.NETFramework 4.5.2
- System.ComponentModel.Annotations (>= 4.4.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.4.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Griffin.Container:
Package | Downloads |
---|---|
Griffin.Decoupled.Container
Support for Griffin.Container |
|
Griffin.Container.Mvc3
ASP.NET integration package 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,939 | 12/11/2017 |
1.1.8 | 1,042 | 10/24/2017 |
1.1.7 | 1,091 | 10/5/2017 |
1.1.6 | 963 | 10/5/2017 |
1.1.5 | 956 | 9/28/2017 |
1.1.4 | 1,254 | 2/27/2017 |
1.1.3 | 1,001 | 2/27/2017 |
1.1.2 | 2,334 | 7/6/2014 |
1.1.1 | 1,570 | 2/20/2014 |
1.1.0 | 2,272 | 10/18/2012 |
1.0.5 | 1,745 | 8/28/2012 |
1.0.4 | 1,278 | 8/23/2012 |
1.0.3 | 1,318 | 8/22/2012 |
1.0.2 | 3,100 | 8/20/2012 |
1.0.1 | 1,647 | 6/21/2012 |
1.0.0 | 1,289 | 6/21/2012 |
0.1.4 | 1,334 | 6/6/2012 |
0.1.3.2 | 1,616 | 5/14/2012 |
0.1.3.1 | 1,354 | 5/14/2012 |
0.1.3 | 2,353 | 5/14/2012 |
0.1.2 | 1,305 | 5/13/2012 |
0.1.1 | 1,594 | 5/12/2012 |
0.1.0 | 1,394 | 5/12/2012 |
Corrected support for open generics in constructors.