System.Composition
5.0.1
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.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Composition -Version 5.0.1
dotnet add package System.Composition --version 5.0.1
<PackageReference Include="System.Composition" Version="5.0.1" />
paket add System.Composition --version 5.0.1
#r "nuget: System.Composition, 5.0.1"
// Install System.Composition as a Cake Addin
#addin nuget:?package=System.Composition&version=5.0.1
// Install System.Composition as a Cake Tool
#tool nuget:?package=System.Composition&version=5.0.1
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
- System.Composition.AttributedModel (>= 5.0.1)
- System.Composition.Convention (>= 5.0.1)
- System.Composition.Hosting (>= 5.0.1)
- System.Composition.Runtime (>= 5.0.1)
- System.Composition.TypedParts (>= 5.0.1)
Used By
NuGet packages (101)
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/5f00f4d6ffb242a337e21a196aab0593891e430e.
|
|
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 (43)
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.
|