CommonComposition 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.
Install-Package CommonComposition -Version 0.2.4
dotnet add package CommonComposition --version 0.2.4
<PackageReference Include="CommonComposition" Version="0.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommonComposition --version 0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
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
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.