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.
<PackageVersion Include="Grace" Version="2.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Grace" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Grace&version=2.4.2
                    
Install Grace as a Cake Addin
#tool nuget:?package=Grace&version=2.4.2
                    
Install Grace as a Cake Tool

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 10 popular GitHub repositories that depend on Grace:

Repository Stars
mgth/LittleBigMouse
DPI Aware mouse move across screens
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
WOA-Project/WOA-Deployer-Rpi
WOA Deployer for Raspberry Pi
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
seesharper/LightInject
An ultra lightweight IoC container
maartenba/MvcSiteMapProvider
An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
WOA-Project/WOA-Deployer-Lumia
Making your Lumias great again!
Piotrekol/StreamCompanion
osu! information extractor, ranging from selected map info to live play data
OmniGUI/OmniGUI
A cross-platform GUI framework from scratch just to learn
Version Downloads Last updated
2.4.2 709 10/28/2014
2.4.1 134 9/29/2014
2.4.0 315 9/22/2014
2.3.10 217 8/15/2014
2.3.9 167 7/14/2014
2.3.8 89 7/10/2014
2.3.7 184 6/28/2014
2.3.6 944 6/21/2014
2.3.5 56 6/17/2014
2.3.4 55 6/14/2014
2.3.3 56 6/14/2014
2.3.2 59 6/11/2014
2.3.1 60 5/31/2014
2.3.0 56 5/25/2014
2.2.5 60 5/17/2014
2.2.4 54 4/23/2014
2.2.3 50 4/15/2014
2.2.2 54 4/8/2014
2.2.1 53 3/22/2014
2.2.0 57 3/3/2014
2.1.0 166 2/13/2014
2.0.4 58 2/6/2014
2.0.3 50 1/27/2014
2.0.2 55 1/21/2014
2.0.1 66 1/15/2014
2.0.0 59 1/5/2014
1.0.0 105 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