Imported Upstream version 5.10.0.69

Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-29 19:03:06 +00:00
parent d8f8abd549
commit e2950ec768
6283 changed files with 453847 additions and 91879 deletions

View File

@@ -64,8 +64,13 @@
"CommonTypes": []
},
{
"Name": "Microsoft.NETFramework.Compatibility",
"Description": "References a number of .NET Core libraries that are intended to provide support for more APIs that exist on .NET Framework.",
"Name": "Microsoft.Windows.Compatibility",
"Description": "This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.",
"CommonTypes": []
},
{
"Name": "Microsoft.Windows.Compatibility.Shims",
"Description": "This package provides infrastructure services and shouldn't be referenced directly from your code. It provides facade assemblies in order to make the Microsoft.Windows.Compatibility package work across all .NET implementations.",
"CommonTypes": []
},
{
@@ -163,7 +168,7 @@
},
{
"Name": "Microsoft.XmlSerializer.Generator",
"Description": "Provides SGen tool to generate Xml serialization code for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types",
"Description": "Like the Xml Serializer Generator (sgen.exe) on desktop, Microsoft.XmlSerializer.Generator NuGet package is the solution for .NET Core and .NET Standard Libraries. It creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.",
"CommonTypes": []
},
{
@@ -334,6 +339,27 @@
"System.ComponentModel.DataAnnotations.KeyAttribute"
]
},
{
"Name": "System.ComponentModel.Composition",
"Description": "This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.",
"CommonTypes": [
"System.ComponentModel.Composition.ChangeRejectedException",
"System.ComponentModel.Composition.CompositionContractMismatchException",
"System.ComponentModel.Composition.CompositionError",
"System.ComponentModel.Composition.CompositionException",
"System.ComponentModel.Composition.ExportAttribute",
"System.ComponentModel.Composition.ImportAttribute",
"System.ComponentModel.Composition.ImportCardinalityMismatchException",
"System.ComponentModel.Composition.Hosting.AggregateCatalog",
"System.ComponentModel.Composition.Hosting.ApplicationCatalog",
"System.ComponentModel.Composition.Hosting.AssemblyCatalog",
"System.ComponentModel.Composition.Hosting.CompositionContainer",
"System.ComponentModel.Composition.Primitives.ComposablePartException",
"System.ComponentModel.Composition.Primitives.ExportDefinition",
"System.ComponentModel.Composition.Primitives.ImportDefinition",
"System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices"
]
},
{
"Name": "System.ComponentModel.EventBasedAsync",
"Description": "Provides support classes and delegates for the event-based asynchronous pattern. Developers should prefer the classes in the System.Threading.Tasks package.",
@@ -558,6 +584,20 @@
"System.Diagnostics.FileVersionInfo"
]
},
{
"Name": "System.Diagnostics.EventLog",
"Description": "Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service.",
"CommonTypes": [
"System.Diagnostics.EventLog"
]
},
{
"Name": "System.Diagnostics.PerformanceCounter",
"Description": "Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.",
"CommonTypes": [
"System.Diagnostics.PerformanceCounter"
]
},
{
"Name": "System.Diagnostics.Process",
"Description": "Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes.",
@@ -940,6 +980,15 @@
"System.Linq.EnumerableQuery"
]
},
{
"Name": "System.Management",
"Description": "Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.",
"CommonTypes": [
"System.Management.ManagementClass",
"System.Management.ManagementObject",
"System.Management.SelectQuery"
]
},
{
"Name": "System.Memory",
"Description": "Provides types for efficient low-allocation access to memory.",
@@ -990,6 +1039,13 @@
"System.Net.WebResponse"
]
},
{
"Name": "System.Net.WebSockets.WebSocketProtocol",
"Description": "Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream.",
"CommonTypes": [
"System.Net.WebSockets.WebSocketProtocol"
]
},
{
"Name": "System.Net.Http.WinHttpHandler",
"Description": "Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.",
@@ -1349,6 +1405,22 @@
"System.Uri"
]
},
{
"Name": "System.Runtime.Caching",
"Description": "Provides classes to use caching facilities.",
"CommonTypes": [
"System.Runtime.Caching.CacheEntryChangeMonitor",
"System.Runtime.Caching.CacheEntryRemovedArguments",
"System.Runtime.Caching.CacheEntryUpdateArguments",
"System.Runtime.Caching.CacheItem",
"System.Runtime.Caching.CacheItemPolicy",
"System.Runtime.Caching.ChangeMonitor",
"System.Runtime.Caching.FileChangeMonitor",
"System.Runtime.Caching.HostFileChangeMonitor",
"System.Runtime.Caching.MemoryCache",
"System.Runtime.Caching.ObjectCache",
]
},
{
"Name": "System.Runtime.CompilerServices.Unsafe",
"Description": "Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.",
@@ -1872,6 +1944,14 @@
"System.Security.AccessControl.SemaphoreSecurity"
]
},
{
"Name": "System.Threading.Channels",
"Description": "Provides types for passing data between producers and consumers.",
"CommonTypes": [
"System.Threading.Channel",
"System.Threading.Channel<T>"
]
},
{
"Name": "System.Threading.ExecutionContext",
"Description": "Provides types for managing the information relevant to a logic thread or task of execution.",