Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2640351

Browse files
committed
Merge pull request #2422 from stephentoub/update_readme
Update README.md to include missing libraries
2 parents f085313 + c30ae81 commit 2640351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,11 @@ More libraries are coming soon (the overall list of items we currently plan to m
9292
|<sub>**System.Linq.Queryable**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Linq.Queryable.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides LINQ standard query operators that operate on objects that implement ```IQueryable<T>```.</sub>|
9393
|<sub>**System.Net.Http**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Net.Http.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers.</sub>|
9494
|<sub>**System.Net.Http.WinHttpHandler**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Net.Http.WinHttpHandler.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>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.</sub>|
95+
|<sub>**System.Net.Requests**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Net.Requests.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides older classes for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. _This library is available primarily for compatibility; developers should prefer the classes in the System.Net.Http package._</sub>|
9596
|<sub>**System.Net.WebHeaderCollection**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Net.WebHeaderCollection.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Contains types that represent HTTP request and response headers. This library is used with classes such as System.Net.HttpWebRequest and System.Net.HttpWebResponse and allows developers to query/edit header names/values.</sub>|
97+
|<sub>**System.Net.WebSockets**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Net.WebSockets.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.</sub>|
9698
|<sub>**System.Numerics.Vectors**<br/>[![MyGet Package](https://img.shields.io/nuget/vpre/System.Numerics.Vectors.svg)](http://www.nuget.org/packages/System.Numerics.Vectors/)</sub>|<sub>Provides a set of basic vector types that leverage single instruction, multiple data (SIMD) CPU instructions.</sub>|
99+
|<sub>**System.Numerics.Vectors.WindowsRuntime**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Numerics.Vectors.WindowsRuntime.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides extension methods for converting between types in System.Numerics.Vectors and types in the Windows Runtime (WinRT).</sub>|
97100
|<sub>**System.ObjectModel**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.ObjectModel.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types and interfaces that enable the creation of observable types that provide notifications to clients when changes are made.</sub>|
98101
|<sub>**System.Reflection**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata.</sub>|
99102
|<sub>**System.Reflection.DispatchProxy**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.DispatchProxy.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides a mechanism for dynamically creating proxy types that implement a specified interface and derive from a specified DispatchProxy type.</sub>|
@@ -132,6 +135,7 @@ More libraries are coming soon (the overall list of items we currently plan to m
132135
|<sub>**System.Text.Encodings.Web**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Text.Encodings.Web.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub> Provides support for encodings related to HTML, JavaScript, and URLs.</sub>|
133136
|<sub>**System.Text.RegularExpressions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Text.RegularExpressions.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides a regular expression engine. The types in this library provide useful functionality for running common operations using regular expressions.</sub>|
134137
|<sub>**System.Threading**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Threading.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides synchronization primitives used when writing multi-threaded and asynchronous code.</sub>|
138+
|<sub>**System.Threading.Overlapped**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Threading.Overlapped.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides common types for interacting with asynchronous (or overlapped) input and output (I/O) on Windows.</sub>|
135139
|<sub>**System.Threading.Tasks**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Threading.Tasks.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that simplify the work of writing concurrent and asynchronous code.</sub>|
136140
|<sub>**System.Threading.Tasks.Dataflow**<br/>[![MyGet Package](https://img.shields.io/nuget/vpre/Microsoft.Tpl.Dataflow.svg)](http://www.nuget.org/packages/Microsoft.Tpl.Dataflow/)</sub>|<sub> Provides a set of types that support actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining.</sub>|
137141
|<sub>**System.Threading.Tasks.Parallel**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Threading.Tasks.Parallel.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub> Provides library-based data parallel replacements for common operations such as for loops, for each loops, and execution of a set of statements.</sub>|

0 commit comments

Comments
 (0)