Grace 2.4.2

dotnet add package Grace --version 2.4.2
NuGet\Install-Package Grace -Version 2.4.2
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="Grace" Version="2.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Grace --version 2.4.2
#r "nuget: Grace, 2.4.2"
#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 Grace as a Cake Addin
#addin nuget:?package=Grace&version=2.4.2

// Install Grace as a Cake Tool
#tool nuget:?package=Grace&version=2.4.2

Grace is a portable class library that contains a feature rich Dependency Injection Container

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on Grace:

Repository Stars
mgth/LittleBigMouse
DPI Aware mouse move across screens
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
Version Downloads Last updated
2.4.2 708 10/28/2014
2.4.1 133 9/29/2014
2.4.0 314 9/22/2014
2.3.10 216 8/15/2014
2.3.9 166 7/14/2014
2.3.8 88 7/10/2014
2.3.7 183 6/28/2014
2.3.6 943 6/21/2014
2.3.5 54 6/17/2014
2.3.4 53 6/14/2014
2.3.3 55 6/14/2014
2.3.2 58 6/11/2014
2.3.1 59 5/31/2014
2.3.0 55 5/25/2014
2.2.5 59 5/17/2014
2.2.4 53 4/23/2014
2.2.3 49 4/15/2014
2.2.2 53 4/8/2014
2.2.1 51 3/22/2014
2.2.0 55 3/3/2014
2.1.0 165 2/13/2014
2.0.4 57 2/6/2014
2.0.3 49 1/27/2014
2.0.2 54 1/21/2014
2.0.1 65 1/15/2014
2.0.0 58 1/5/2014
1.0.0 104 11/17/2013

This is a minor bug fix release to address SingletonPerScoped being disposed twice and a bug in the property injection picking logic