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

Commit 1701801

Browse files
committed
Merge pull request #2222 from stephentoub/update_readme
Update README.md with recent libraries added
2 parents ab0d91a + e824b10 commit 1701801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ More libraries are coming soon (the overall list of items we currently plan to m
7272
|<sub>**System.Diagnostics.Tools**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Diagnostics.Tools.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides attributes, such as GeneratedCodeAttribute, that are emitted or consumed by analysis tools.</sub>|
7373
|<sub>**System.Diagnostics.TraceSource**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Diagnostics.TraceSource.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes that help you trace the execution of your code.</sub>|
7474
|<sub>**System.Dynamic.Runtime**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Dynamic.Runtime.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes and interfaces that support the Dynamic Language Runtime (DLR).</sub>|
75+
|<sub>**System.Globalization**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Globalization.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that define culture-related information, including language, country/region, calendars, format patterns, and sort orders.</sub>|
7576
|<sub>**System.Globalization.Calendars**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Globalization.Calendars.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars.</sub>|
7677
|<sub>**System.Globalization.Extensions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Globalization.Extensions.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes for performing unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names.</sub>|
7778
|<sub>**System.IO**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.IO.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides base input and output (I/O) types that enable reading and writing data streams.</sub>|
@@ -95,17 +96,18 @@ More libraries are coming soon (the overall list of items we currently plan to m
9596
|<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>|
9697
|<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>|
9798
|<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>|
99+
|<sub>**System.Reflection.Emit**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.Emit.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that allow a compiler or other tool to emit metadata and generate PE files on disk.</sub>|
98100
|<sub>**System.Reflection.Emit.ILGeneration**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.Emit.ILGeneration.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that allow a compiler or other tool to emit Microsoft intermediate language (MSIL).</sub>|
99101
|<sub>**System.Reflection.Emit.Lightweight**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.Emit.Lightweight.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded.</sub>|
100102
|<sub>**System.Reflection.Extensions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.Extensions.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides custom attribute extension methods for System.Reflection types.</sub>|
101103
|<sub>**System.Reflection.Metadata**<br/>[![MyGet Package](https://img.shields.io/nuget/vpre/System.Reflection.Metadata.svg)](http://www.nuget.org/packages/System.Reflection.Metadata/)</sub>|<sub>Provides a highly-tuned, low-level ECMA-335 metadata reader. This is the same reader used by "[Roslyn]" C# and Visual Basic compilers to parse assemblies.</sub>|
102104
|<sub>**System.Reflection.TypeExtensions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Reflection.TypeExtensions.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides extension methods for types in the System.Reflection namespace. _These extensions are designed to be source-compatible with older reflection-based APIs_.</sub>|
103105
|<sub>**System.Resources.ReaderWriter**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Resources.ReaderWriter.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes for reading and writing resources in the system-default format.</sub>|
104106
|<sub>**System.Runtime**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides the fundamental primitives, classes, and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions.</sub>|
105-
|<sub>**System.Runtime.Environment**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Environment.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that expose information about the runtime and operating system environment in which code is executing.</sub>|
106107
|<sub>**System.Runtime.Extensions**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Extensions.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides commonly-used classes for performing mathematical functions, conversions, string comparisons, and querying environment information.</sub>|
107108
|<sub>**System.Runtime.Handles**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Handles.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides base classes, including CriticalHandle and SafeHandle, for types that represent operating system handles.</sub>|
108109
|<sub>**System.Runtime.InteropServices**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.InteropServices.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that support platform invoke (P/Invoke) and COM interop.</sub>|
110+
|<sub>**System.Runtime.InteropServices.RuntimeInformation**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.InteropServices.RuntimeInformation.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides types that expose information about the runtime and operating system environment in which code is executing.</sub>|
109111
|<sub>**System.Runtime.Numerics**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Numerics.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides two useful numeric structures, BigInteger and Complex.</sub>|
110112
|<sub>**System.Runtime.Serialization.Json**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Serialization.Json.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes for serializing objects to the JavaScript Object Notation (JSON) and for deserializing JSON data to objects.</sub>|
111113
|<sub>**System.Runtime.Serialization.Primitives**<br/>[![MyGet Package](https://img.shields.io/myget/dotnet-core/v/System.Runtime.Serialization.Primitives.svg)](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization.</sub>|

0 commit comments

Comments
 (0)