CommonComposition 0.2.4
dotnet add package CommonComposition --version 0.2.4
NuGet\Install-Package CommonComposition -Version 0.2.4
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.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.
#r "nuget: CommonComposition, 0.2.4"
#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.4 // Install CommonComposition as a Cake Tool #tool nuget:?package=CommonComposition&version=0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
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