System.Composition.TypedParts 9.0.0-rc.2.24473.5

About

System.Composition.TypedParts is part of the Managed Extensibility Framework (MEF) 2.0, a composition library for .NET that enables dependency injection through attributes or conventions.

Provides ContainerConfiguration and some extension methods for the Managed Extensibility Framework (MEF).

Key Features

  • Provides container configuration.

How to Use

Register parts from an entire assembly.

using System.Composition;
using System.Composition.Hosting;
using System.Reflection;

// Register all parts from the current assembly
var configuration = new ContainerConfiguration()
    .WithAssembly(Assembly.GetExecutingAssembly());

using CompositionHost container = configuration.CreateContainer();

var handlers = container.GetExports<IHandler>();
foreach (var handler in handlers)
{
    handler.Handle();
}
// HandlerA is handling.
// HandlerB is handling.

public interface IHandler
{
    void Handle();
}

[Export(typeof(IHandler))]
public class HandlerA : IHandler
{
    public void Handle() => Console.WriteLine("HandlerA is handling.");
}

[Export(typeof(IHandler))]
public class HandlerB : IHandler
{
    public void Handle() => Console.WriteLine("HandlerB is handling.");
}

Main Types

The main types provided by this library are:

  • System.Composition.Hosting.ContainerConfiguration
  • System.Composition.CompositionContextExtensions

Additional Documentation

Feedback & Contributing

System.Composition.TypedParts is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Composition.TypedParts.

Packages Downloads
System.Composition
This package provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
31
System.Composition
This package provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
32
System.Composition
This package provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
116
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
31
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
37
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
38
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
122
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3 When using NuGet 3.x this package requires at least version 3.4.
32
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
33
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
31
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
32
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
33
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
34
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
36
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
37
System.Composition
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.
53

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET 9.0

.NET 8.0

Version Downloads Last updated
9.0.0 0 11/12/2024
9.0.0-rc.2.24473.5 3 10/14/2024
9.0.0-rc.1.24431.7 3 10/22/2024
9.0.0-preview.7.24405.7 8 08/19/2024
9.0.0-preview.6.24327.7 28 07/18/2024
9.0.0-preview.5.24306.7 26 07/18/2024
9.0.0-preview.4.24266.19 28 07/18/2024
9.0.0-preview.3.24172.9 25 07/18/2024
9.0.0-preview.2.24128.5 29 07/18/2024
9.0.0-preview.1.24080.9 21 07/18/2024
8.0.0 24 07/18/2024
8.0.0-rc.2.23479.6 21 07/18/2024
8.0.0-rc.1.23419.4 24 07/18/2024
8.0.0-preview.7.23375.6 29 07/16/2024
8.0.0-preview.6.23329.7 29 07/18/2024
8.0.0-preview.5.23280.8 26 07/18/2024
8.0.0-preview.4.23259.5 20 07/18/2024
8.0.0-preview.3.23174.8 31 07/18/2024
8.0.0-preview.2.23128.3 34 07/18/2024
8.0.0-preview.1.23110.8 25 07/18/2024
7.0.0 127 02/05/2024
7.0.0-rc.2.22472.3 24 07/18/2024
7.0.0-rc.1.22426.10 34 07/18/2024
7.0.0-preview.7.22375.6 24 07/18/2024
7.0.0-preview.6.22324.4 25 07/18/2024
7.0.0-preview.5.22301.12 25 07/18/2024
7.0.0-preview.4.22229.4 20 07/18/2024
7.0.0-preview.3.22175.4 25 07/18/2024
7.0.0-preview.2.22152.2 27 07/18/2024
7.0.0-preview.1.22076.8 27 07/18/2024
6.0.2-mauipre.1.22102.15 4 09/02/2024
6.0.0 103 02/04/2024
6.0.0-rc.2.21480.5 36 07/18/2024
6.0.0-rc.1.21451.13 27 07/18/2024
6.0.0-preview.7.21377.19 31 07/18/2024
6.0.0-preview.6.21352.12 35 07/18/2024
6.0.0-preview.5.21301.5 25 07/18/2024
6.0.0-preview.4.21253.7 29 07/18/2024
6.0.0-preview.3.21201.4 27 07/18/2024
6.0.0-preview.2.21154.6 31 07/18/2024
6.0.0-preview.1.21102.12 28 07/18/2024
5.0.1 20 07/18/2024
5.0.0 28 07/18/2024
5.0.0-rc.2.20475.5 25 07/18/2024
5.0.0-rc.1.20451.14 31 07/18/2024
5.0.0-preview.8.20407.11 23 07/18/2024
5.0.0-preview.7.20364.11 31 07/18/2024
5.0.0-preview.6.20305.6 22 07/18/2024
5.0.0-preview.5.20278.1 31 07/18/2024
5.0.0-preview.4.20251.6 20 07/18/2024
5.0.0-preview.3.20214.6 27 07/18/2024
5.0.0-preview.2.20160.6 19 07/18/2024
5.0.0-preview.1.20120.5 29 07/18/2024
1.4.1 22 07/18/2024
1.4.0 27 07/18/2024
1.4.0-preview3.19551.4 33 07/18/2024
1.4.0-preview2.19523.17 27 07/18/2024
1.4.0-preview1.19504.10 28 07/18/2024
1.3.0 35 07/18/2024
1.3.0-rc1.19456.4 30 07/18/2024
1.3.0-preview9.19421.4 25 07/18/2024
1.3.0-preview9.19416.11 25 07/18/2024
1.3.0-preview8.19405.3 28 07/18/2024
1.3.0-preview7.19362.9 26 07/18/2024
1.3.0-preview6.19303.8 27 07/18/2024
1.3.0-preview6.19264.9 28 07/18/2024
1.3.0-preview5.19224.8 29 07/18/2024
1.3.0-preview4.19212.13 28 07/18/2024
1.3.0-preview3.19128.7 25 07/18/2024
1.3.0-preview.19073.11 36 07/18/2024
1.3.0-preview.18571.3 18 07/18/2024
1.2.0 32 07/18/2024
1.2.0-rc1 23 07/18/2024
1.2.0-preview2-26406-04 29 07/18/2024
1.2.0-preview1-26216-02 34 07/18/2024
1.1.0 29 07/18/2024
1.1.0-preview2-25405-01 33 07/18/2024
1.1.0-preview1-25305-02 24 07/18/2024
1.0.31 51 02/04/2024
1.0.31-preview1-24530-04 17 07/18/2024