DryIocAttributes 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DryIocAttributes --version 2.3.0
                    
NuGet\Install-Package DryIocAttributes -Version 2.3.0
                    
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="DryIocAttributes" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIocAttributes" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DryIocAttributes" />
                    
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 DryIocAttributes --version 2.3.0
                    
#r "nuget: DryIocAttributes, 2.3.0"
                    
#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.
#:package DryIocAttributes@2.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIocAttributes&version=2.3.0
                    
Install as a Cake Addin
#tool nuget:?package=DryIocAttributes&version=2.3.0
                    
Install as a Cake Tool

Superset of MEF attributes. In addition to Export/Import contains attributes to support modern IOC (DryIoc) features.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DryIocAttributes:

Package Downloads
DryIoc.MefAttributedModel

DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0 8,610 4/13/2022
6.1.0 3,830 12/10/2020
6.0.1 1,492 10/17/2020
6.0.0 1,691 8/25/2020
5.0.0 3,246 3/4/2019
4.0.2 4,424 7/9/2018
4.0.1 3,718 7/7/2018
4.0.0 3,302 6/28/2018
4.0.0-preview-01 3,482 2/5/2018
3.1.0 3,585 6/5/2017
3.0.0 5,129 5/31/2017
3.0.0-preview-02 3,048 3/15/2017
3.0.0-preview-01 3,551 11/17/2016
2.6.0-pre-01 3,135 6/17/2016
2.5.0 4,163 6/10/2016
2.4.0 3,529 5/25/2016
2.3.0 3,509 4/14/2016
2.2.0 4,209 2/26/2016
2.1.0 3,578 2/1/2016
2.0.0 13,293 11/19/2015
Loading failed

v2.3.0
         - added: #263: Add IfAlreadyRegistered.AppendNewImplementation option for better collection handling
         v2.2.1:
         - fixed: spelling error in AsResolutionRoot
         v2.2.0
         - added: UseParentReuseAttribute to support DryIoc Setup.UseParentReuse
         - added: UseDecorateeReuse option in AsDecoratorAttribute