Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-07-18 21:35:44 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-07-18 21:35:44 +0300
commit9c80fc6b6b80ff832a911b022d6e1b88fa62fada (patch)
tree1aa9b7e7747b7451db97c119c2dd122905b002a2 /pkg/descriptions.json
parentfb26cd82d67c9bf065fc7370a40684be74c8d571 (diff)
parent79623eeeb4961df57b0188bf926e87c2c9b257f7 (diff)
Merge remote-tracking branch 'master' into dev/api
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 6679da4262..2933d9884e 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -331,6 +331,60 @@
]
},
{
+ "Name": "System.Composition",
+ "Description": "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.",
+ "CommonTypes": [
+ "System.Composition.ExportAttribute",
+ "System.Composition.ImportAttribute",
+ "System.Composition.Convention.ConventionBuilder",
+ "System.Composition.Hosting.CompositionHost",
+ "System.Composition.CompositionContext",
+ "System.Composition.CompositionContextExtensions",
+ ]
+ },
+ {
+ "Name": "System.Composition.AttributedModel",
+ "Description": "Provides common attributes used by System.Composition types.",
+ "CommonTypes": [
+ "System.Composition.ExportAttribute",
+ "System.Composition.ImportAttribute",
+ "System.Composition.Convention.AttributedModelProvider"
+ ]
+ },
+ {
+ "Name": "System.Composition.Convention",
+ "Description": "Provides types that support using Managed Extensibility Framework with a convention-based configuration model.",
+ "CommonTypes": [
+ "System.Composition.Convention.ConventionBuilder",
+ "System.Composition.Convention.ExportConventionBuilder",
+ "System.Composition.Convention.ImportConventionBuilder",
+ "System.Composition.Convention.PartConventionBuilder",
+ "System.Composition.Convention.ParameterImportConventionBuilder"
+ ]
+ },
+ {
+ "Name": "System.Composition.Hosting",
+ "Description": "Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.",
+ "CommonTypes": [
+ "System.Composition.Hosting.CompositionHost"
+ ]
+ },
+ {
+ "Name": "System.Composition.Runtime",
+ "Description": "Contains runtime components of the Managed Extensibility Framework.",
+ "CommonTypes": [
+ "System.Composition.CompositionContext"
+ ]
+ },
+ {
+ "Name": "System.Composition.TypedParts",
+ "Description": "Provides some extension methods for the Managed Extensibility Framework.",
+ "CommonTypes": [
+ "System.Composition.CompositionContextExtensions",
+ "System.Composition.Hosting.ContainerConfiguration"
+ ]
+ },
+ {
"Name": "System.Console",
"Description": "Provides the System.Console class, which represents the standard input, output and error streams for console applications.",
"CommonTypes": [