DryIocAttributes 4.0.0-preview-01
See the version list below for details.
dotnet add package DryIocAttributes --version 4.0.0-preview-01
NuGet\Install-Package DryIocAttributes -Version 4.0.0-preview-01
<PackageReference Include="DryIocAttributes" Version="4.0.0-preview-01" />
<PackageVersion Include="DryIocAttributes" Version="4.0.0-preview-01" />
<PackageReference Include="DryIocAttributes" />
paket add DryIocAttributes --version 4.0.0-preview-01
#r "nuget: DryIocAttributes, 4.0.0-preview-01"
#:package DryIocAttributes@4.0.0-preview-01
#addin nuget:?package=DryIocAttributes&version=4.0.0-preview-01&prerelease
#tool nuget:?package=DryIocAttributes&version=4.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,769 | 4/13/2022 |
| 6.1.0 | 3,871 | 12/10/2020 |
| 6.0.1 | 1,532 | 10/17/2020 |
| 6.0.0 | 1,730 | 8/25/2020 |
| 5.0.0 | 3,297 | 3/4/2019 |
| 4.0.2 | 4,537 | 7/9/2018 |
| 4.0.1 | 3,831 | 7/7/2018 |
| 4.0.0 | 3,381 | 6/28/2018 |
| 4.0.0-preview-01 | 3,595 | 2/5/2018 |
| 3.1.0 | 3,661 | 6/5/2017 |
| 3.0.0 | 5,206 | 5/31/2017 |
| 3.0.0-preview-02 | 3,124 | 3/15/2017 |
| 3.0.0-preview-01 | 3,628 | 11/17/2016 |
| 2.6.0-pre-01 | 3,211 | 6/17/2016 |
| 2.5.0 | 4,238 | 6/10/2016 |
| 2.4.0 | 3,608 | 5/25/2016 |
| 2.3.0 | 3,587 | 4/14/2016 |
| 2.2.0 | 4,285 | 2/26/2016 |
| 2.1.0 | 3,653 | 2/1/2016 |
| 2.0.0 | 13,369 | 11/19/2015 |
v4.0.0-preview-01:
- Compatible with DryIoc v3-preview-05
v3.1.0
- added: ScopedOrSingletonReuseAttribute
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: Xamarin MacOS support
- added: ImportEx as replacement for ImportWithKey
- removed: ImportWithKeyAttribute
- changed: Obsoleting AsFactoryAttribute as not required anymore