System.Composition
1.2.0
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
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Composition -Version 1.2.0
dotnet add package System.Composition --version 1.2.0
<PackageReference Include="System.Composition" Version="1.2.0" />
paket add System.Composition --version 1.2.0
#r "nuget: System.Composition, 1.2.0"
// Install System.Composition as a Cake Addin #addin nuget:?package=System.Composition&version=1.2.0 // Install System.Composition as a Cake Tool #tool nuget:?package=System.Composition&version=1.2.0
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
- System.Composition.AttributedModel (>= 1.2.0)
- System.Composition.Convention (>= 1.2.0)
- System.Composition.Hosting (>= 1.2.0)
- System.Composition.Runtime (>= 1.2.0)
- System.Composition.TypedParts (>= 1.2.0)
Used By
NuGet packages (100)
Showing the top 5 NuGet packages that depend on System.Composition:
Package | Downloads |
---|---|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/93b8af2b1f2c9d6318f0fceddc04bb736684bf66.
|
|
Microsoft.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.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Portable Class Libraries
|
|
Microsoft.VisualStudio.Composition
Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.
|
|
Microsoft.VisualStudio.ProjectSystem
Reference assemblies for Visual Studio Project System Extensibility
|
|
Microsoft.VisualStudio.LiveShare
Enables VS extensions to access Live Share capabilities.
|
GitHub repositories (44)
Showing the top 5 popular GitHub repositories that depend on System.Composition:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
|
|
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|