You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,11 @@ More libraries are coming soon (the overall list of items we currently plan to m
92
92
|<sub>**System.Linq.Queryable**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides LINQ standard query operators that operate on objects that implement ```IQueryable<T>```.</sub>|
93
93
|<sub>**System.Net.Http**<br/>[](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>|
94
94
|<sub>**System.Net.Http.WinHttpHandler**<br/>[](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/>[](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>|
95
96
|<sub>**System.Net.WebHeaderCollection**<br/>[](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/>[](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>|
96
98
|<sub>**System.Numerics.Vectors**<br/>[](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/>[](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>|
97
100
|<sub>**System.ObjectModel**<br/>[](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>|
98
101
|<sub>**System.Reflection**<br/>[](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>|
99
102
|<sub>**System.Reflection.DispatchProxy**<br/>[](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
132
135
|<sub>**System.Text.Encodings.Web**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub> Provides support for encodings related to HTML, JavaScript, and URLs.</sub>|
133
136
|<sub>**System.Text.RegularExpressions**<br/>[](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>|
134
137
|<sub>**System.Threading**<br/>[](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/>[](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>|
135
139
|<sub>**System.Threading.Tasks**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that simplify the work of writing concurrent and asynchronous code.</sub>|
136
140
|<sub>**System.Threading.Tasks.Dataflow**<br/>[](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>|
137
141
|<sub>**System.Threading.Tasks.Parallel**<br/>[](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