DryIocAttributes 2.3.0
See the version list below for details.
dotnet add package DryIocAttributes --version 2.3.0
NuGet\Install-Package DryIocAttributes -Version 2.3.0
<PackageReference Include="DryIocAttributes" Version="2.3.0" />
<PackageVersion Include="DryIocAttributes" Version="2.3.0" />
<PackageReference Include="DryIocAttributes" />
paket add DryIocAttributes --version 2.3.0
#r "nuget: DryIocAttributes, 2.3.0"
#:package DryIocAttributes@2.3.0
#addin nuget:?package=DryIocAttributes&version=2.3.0
#tool nuget:?package=DryIocAttributes&version=2.3.0
Superset of MEF attributes. In addition to Export/Import contains attributes to support modern IOC (DryIoc) features.
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 |
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