System.Composition.Runtime 1.2.0-preview2-26406-04

Prefix Reserved
This is a prerelease version of System.Composition.Runtime.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.Composition.Runtime --version 1.2.0-preview2-26406-04
                    
NuGet\Install-Package System.Composition.Runtime -Version 1.2.0-preview2-26406-04
                    
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="System.Composition.Runtime" Version="1.2.0-preview2-26406-04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Composition.Runtime" Version="1.2.0-preview2-26406-04" />
                    
Directory.Packages.props
<PackageReference Include="System.Composition.Runtime" />
                    
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 System.Composition.Runtime --version 1.2.0-preview2-26406-04
                    
#r "nuget: System.Composition.Runtime, 1.2.0-preview2-26406-04"
                    
#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.
#addin nuget:?package=System.Composition.Runtime&version=1.2.0-preview2-26406-04&prerelease
                    
Install System.Composition.Runtime as a Cake Addin
#tool nuget:?package=System.Composition.Runtime&version=1.2.0-preview2-26406-04&prerelease
                    
Install System.Composition.Runtime as a Cake Tool

Contains runtime components of the Managed Extensibility Framework.

Commonly Used Types:
System.Composition.CompositionContext

7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
When using NuGet 3.x this package requires at least version 3.4.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Windows 8.0

    • No dependencies.
  • WindowsPhone 8.0

    • No dependencies.
  • WindowsPhoneApp 8.1

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on System.Composition.Runtime:

Package Downloads
System.Composition.Hosting

Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts. Commonly Used Types: System.Composition.Hosting.CompositionHost

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

System.Composition.TypedParts

Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration

GitHub repositories (25)

Showing the top 20 popular GitHub repositories that depend on System.Composition.Runtime:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
icsharpcode/RefactoringEssentials
Refactoring Essentials for Visual Studio
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
sonatype-nexus-community/DevAudit
Open-source, cross-platform, multi-purpose security auditing tool
dotnet/platform-compat
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
godotengine/godot-csharp-visualstudio
Godot C# extension for Visual Studio
oleg-shilo/cs-script.npp
CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
curiosity-ai/h5
🚀 The next generation C# to JavaScript compiler
PeterWaher/IoTGateway
New project
monroe31s/Nullpoint-Stealer
Nullpoint Stealer Designed To Steal Everything, And Send To Nullpoint Panel.
loamen/Kalman.Studio
Kalman.Studio代码生成器是一款基于T4模板引擎的代码生成器和开发辅助工具。可以根据数据库元数据架构信息来生成代码,还可以解析PowerDesigner物理模型文件,根据PDM模型对象来生成代码等。
ylatuya/XAMLator
rexcardan/Evil-DICOM
A C# DICOM Library
mavaddat/wasp
Windows Automation Snapin for PowerShell
geaz/sharpDox
A c# documentation tool (Discontinued)
szehetner/InliningAnalyzer
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.