CommonComposition 0.2.3

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

// Install CommonComposition as a Cake Tool
#tool nuget:?package=CommonComposition&version=0.2.3

Portable component composition annotations, dependency injection framework agnostic.
       
Automatically register your application components by convention with the most popular DI frameworks, while keeping your code container-agnostic.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.4 7,467 8/14/2014
0.2.3 6,280 12/3/2013
0.2.2 11,391 12/3/2013
0.2.1 9,702 12/3/2013
0.2.0 1,169 12/2/2013
0.1.1309.2622 4,795 9/26/2013

v0.2

* Added [Named] annotation that is available on components or constructor parameters
 to specify named components and dependencies

v0.1

* Initial ComponentAttribute annotation, with IsSingleton support