DryIoc.MefAttributedModel 3.0.0-preview-03

Prefix Reserved
This is a prerelease version of DryIoc.MefAttributedModel.
There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DryIoc.MefAttributedModel" Version="3.0.0-preview-03" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.MefAttributedModel" Version="3.0.0-preview-03" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.MefAttributedModel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DryIoc.MefAttributedModel --version 3.0.0-preview-03
                    
#r "nuget: DryIoc.MefAttributedModel, 3.0.0-preview-03"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DryIoc.MefAttributedModel@3.0.0-preview-03
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc.MefAttributedModel&version=3.0.0-preview-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.MefAttributedModel&version=3.0.0-preview-03&prerelease
                    
Install as a Cake Tool

DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
Loading failed

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