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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ More libraries are coming soon (the overall list of items we currently plan to m
72
72
|<sub>**System.Diagnostics.Tools**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides attributes, such as GeneratedCodeAttribute, that are emitted or consumed by analysis tools.</sub>|
73
73
|<sub>**System.Diagnostics.TraceSource**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes that help you trace the execution of your code.</sub>|
74
74
|<sub>**System.Dynamic.Runtime**<br/>[](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/>[](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>|
75
76
|<sub>**System.Globalization.Calendars**<br/>[](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>|
76
77
|<sub>**System.Globalization.Extensions**<br/>[](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>|
77
78
|<sub>**System.IO**<br/>[](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
95
96
|<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>|
96
97
|<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>|
97
98
|<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>|
99
+
|<sub>**System.Reflection.Emit**<br/>[](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>|
98
100
|<sub>**System.Reflection.Emit.ILGeneration**<br/>[](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>|
99
101
|<sub>**System.Reflection.Emit.Lightweight**<br/>[](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>|
100
102
|<sub>**System.Reflection.Extensions**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides custom attribute extension methods for System.Reflection types.</sub>|
101
103
|<sub>**System.Reflection.Metadata**<br/>[](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>|
102
104
|<sub>**System.Reflection.TypeExtensions**<br/>[](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>|
103
105
|<sub>**System.Resources.ReaderWriter**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides classes for reading and writing resources in the system-default format.</sub>|
104
106
|<sub>**System.Runtime**<br/>[](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/>[](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>|
106
107
|<sub>**System.Runtime.Extensions**<br/>[](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>|
107
108
|<sub>**System.Runtime.Handles**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides base classes, including CriticalHandle and SafeHandle, for types that represent operating system handles.</sub>|
108
109
|<sub>**System.Runtime.InteropServices**<br/>[](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/>[](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>|
109
111
|<sub>**System.Runtime.Numerics**<br/>[](https://www.myget.org/gallery/dotnet-core)</sub>|<sub>Provides two useful numeric structures, BigInteger and Complex.</sub>|
110
112
|<sub>**System.Runtime.Serialization.Json**<br/>[](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>|
111
113
|<sub>**System.Runtime.Serialization.Primitives**<br/>[](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