CommonComposition 0.2.4
dotnet add package CommonComposition --version 0.2.4
NuGet\Install-Package CommonComposition -Version 0.2.4
<PackageReference Include="CommonComposition" Version="0.2.4" />
paket add CommonComposition --version 0.2.4
#r "nuget: CommonComposition, 0.2.4"
// Install CommonComposition as a Cake Addin #addin nuget:?package=CommonComposition&version=0.2.4 // Install CommonComposition as a Cake Tool #tool nuget:?package=CommonComposition&version=0.2.4
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.
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.
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