DryIoc.MefAttributedModel
3.0.0-preview-03
Prefix Reserved
See the version list below for details.
dotnet add package DryIoc.MefAttributedModel --version 3.0.0-preview-03
NuGet\Install-Package DryIoc.MefAttributedModel -Version 3.0.0-preview-03
<PackageReference Include="DryIoc.MefAttributedModel" Version="3.0.0-preview-03" />
<PackageVersion Include="DryIoc.MefAttributedModel" Version="3.0.0-preview-03" />
<PackageReference Include="DryIoc.MefAttributedModel" />
paket add DryIoc.MefAttributedModel --version 3.0.0-preview-03
#r "nuget: DryIoc.MefAttributedModel, 3.0.0-preview-03"
#:package DryIoc.MefAttributedModel@3.0.0-preview-03
#addin nuget:?package=DryIoc.MefAttributedModel&version=3.0.0-preview-03&prerelease
#tool nuget:?package=DryIoc.MefAttributedModel&version=3.0.0-preview-03&prerelease
DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container
Learn more about Target Frameworks and .NET Standard.
-
- DryIoc (>= 2.9.7 && < 3.0.0)
- DryIocAttributes (>= 3.0.0-preview-01)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.2 | 1,610 | 10/17/2023 |
| 7.0.1 | 3,861 | 4/13/2022 |
| 6.2.0 | 4,715 | 2/27/2022 |
| 6.1.0 | 1,127 | 12/10/2020 |
| 6.0.2 | 1,076 | 10/20/2020 |
| 6.0.1 | 1,024 | 8/27/2020 |
| 6.0.0 | 1,022 | 8/25/2020 |
| 5.0.0 | 1,755 | 3/4/2019 |
| 4.0.4 | 2,387 | 7/11/2018 |
| 4.0.3 | 2,267 | 7/11/2018 |
| 4.0.2 | 2,231 | 7/9/2018 |
| 4.0.1 | 2,255 | 7/7/2018 |
| 4.0.0 | 2,269 | 6/28/2018 |
| 4.0.0-preview-03 | 2,051 | 2/5/2018 |
| 4.0.0-preview-02 | 2,042 | 2/5/2018 |
| 4.0.0-preview-01 | 1,604 | 10/1/2017 |
| 3.2.0 | 2,411 | 12/21/2017 |
| 3.1.3 | 1,942 | 9/1/2017 |
| 3.0.0-preview-03 | 1,681 | 1/16/2017 |
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: #343: Specifying the default Reuse in MefAttributedModel
- added: #352: Mef should fallback to default constructor for types without ImportingConstructor
- added: #371: MEF: multiple metadata attributes
- added: Support for ImportEx as a future replacement in V3 for ImportWithKey, similar to what was done with ExportEx/WithKey
- fixed: #350: Metadata provided via ExportMetadata attribute is missing
- fixed: #361: Class shared part creation policy should be applied to all member exports