DryIocAttributes 3.0.0-preview-01
See the version list below for details.
dotnet add package DryIocAttributes --version 3.0.0-preview-01
NuGet\Install-Package DryIocAttributes -Version 3.0.0-preview-01
<PackageReference Include="DryIocAttributes" Version="3.0.0-preview-01" />
<PackageVersion Include="DryIocAttributes" Version="3.0.0-preview-01" />
<PackageReference Include="DryIocAttributes" />
paket add DryIocAttributes --version 3.0.0-preview-01
#r "nuget: DryIocAttributes, 3.0.0-preview-01"
#:package DryIocAttributes@3.0.0-preview-01
#addin nuget:?package=DryIocAttributes&version=3.0.0-preview-01&prerelease
#tool nuget:?package=DryIocAttributes&version=3.0.0-preview-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,613 | 4/13/2022 |
| 6.1.0 | 3,830 | 12/10/2020 |
| 6.0.1 | 1,493 | 10/17/2020 |
| 6.0.0 | 1,691 | 8/25/2020 |
| 5.0.0 | 3,247 | 3/4/2019 |
| 4.0.2 | 4,424 | 7/9/2018 |
| 4.0.1 | 3,718 | 7/7/2018 |
| 4.0.0 | 3,303 | 6/28/2018 |
| 4.0.0-preview-01 | 3,483 | 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,136 | 6/17/2016 |
| 2.5.0 | 4,163 | 6/10/2016 |
| 2.4.0 | 3,531 | 5/25/2016 |
| 2.3.0 | 3,511 | 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 |
v3.0.0
- added: #292: Add ImportManyAttribute support for full MEF compatibility
- added: #294: Support for MEF IPartImportSatisfiedNotification interface in DI.Mef
- added: #323: Support multiple WithMetadataAttribute(key, value)
- added: #353: MEF support for ExportFactory<T> imports
- added: #360: MEF: Lazy<T, TMetadata> support
- added: Support for ExportMetadataAttribute
- added: ImportEx as a future replacement in V3 for ImportWithKey, similar to what was done with ExportEx/WithKey