DryIocAttributes 2.6.0-pre-01
See the version list below for details.
dotnet add package DryIocAttributes --version 2.6.0-pre-01
NuGet\Install-Package DryIocAttributes -Version 2.6.0-pre-01
<PackageReference Include="DryIocAttributes" Version="2.6.0-pre-01" />
<PackageVersion Include="DryIocAttributes" Version="2.6.0-pre-01" />
<PackageReference Include="DryIocAttributes" />
paket add DryIocAttributes --version 2.6.0-pre-01
#r "nuget: DryIocAttributes, 2.6.0-pre-01"
#:package DryIocAttributes@2.6.0-pre-01
#addin nuget:?package=DryIocAttributes&version=2.6.0-pre-01&prerelease
#tool nuget:?package=DryIocAttributes&version=2.6.0-pre-01&prerelease
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,723 | 4/13/2022 |
| 6.1.0 | 3,861 | 12/10/2020 |
| 6.0.1 | 1,523 | 10/17/2020 |
| 6.0.0 | 1,721 | 8/25/2020 |
| 5.0.0 | 3,286 | 3/4/2019 |
| 4.0.2 | 4,510 | 7/9/2018 |
| 4.0.1 | 3,804 | 7/7/2018 |
| 4.0.0 | 3,362 | 6/28/2018 |
| 4.0.0-preview-01 | 3,568 | 2/5/2018 |
| 3.1.0 | 3,643 | 6/5/2017 |
| 3.0.0 | 5,188 | 5/31/2017 |
| 3.0.0-preview-02 | 3,105 | 3/15/2017 |
| 3.0.0-preview-01 | 3,610 | 11/17/2016 |
| 2.6.0-pre-01 | 3,193 | 6/17/2016 |
| 2.5.0 | 4,220 | 6/10/2016 |
| 2.4.0 | 3,590 | 5/25/2016 |
| 2.3.0 | 3,569 | 4/14/2016 |
| 2.2.0 | 4,267 | 2/26/2016 |
| 2.1.0 | 3,635 | 2/1/2016 |
| 2.0.0 | 13,351 | 11/19/2015 |
v2.6.0
- added: #292: Add ImportManyAttribute support for full MEF compatibility
- added: #294: Support for MEF IPartImportSatisfiedNotification interface in DI.Mef
- added: ImportEx as a future replacement in V3 for ImportWithKey, similar to what was done with ExportEx/WithKey
v2.5.0
- added: Source code (contentFiles) package for UWP (uap10.0)
v2.4.0
- added: Compatibility with DryIoc 2.5
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