System.Diagnostics.DiagnosticSource by: Microsoft
  • 8 total downloads
  • Latest version: 9.0.0-preview.1.24080.9
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.1.20120.5
Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service. Commonly Used Types: System.Diagnostics.EventLog When using NuGet 3.x this package requires at least version 3.4.
System.IO.Hashing by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
System.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 4.5.2-servicing-27114-05
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 51d218c1a9d318dd46a14b7456a556b71004cf77 When using NuGet 3.x this package requires at least version 3.4.
System.Memory.Data by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
System.Numerics.Vectors by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.0-preview1-26216-02
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications. Commonly Used Types: System.Numerics.Matrix3x2 System.Numerics.Matrix4x4 System.Numerics.Plane System.Numerics.Quaternion System.Numerics.Vector2 System.Numerics.Vector3 System.Numerics.Vector4 System.Numerics.Vector System.Numerics.Vector<T> 00490982c7952e96a1089818467caa6fd07541b2
System.Reflection by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module
System.Reflection.Emit by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.0-preview9.19416.11
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Emit.Lightweight by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview7.19362.9
Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. Commonly Used Types: System.Reflection.Emit.DynamicMethod When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.TypeExtensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.6.0-preview6.19303.8
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. Commonly Used Types: System.Reflection.TypeExtensions System.Reflection.BindingFlags When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.ProtectedData by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0-preview.6.24327.7
Provides access to Windows Data Protection Api. Commonly Used Types: System.Security.Cryptography.DataProtectionScope System.Security.Cryptography.ProtectedData
System.Text.Encoding.CodePages by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider
System.Text.Encodings.Web by: Microsoft
  • 4 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder
System.Text.Json by: Microsoft
  • 6 total downloads
  • Latest version: 8.0.0-preview.2.23128.3
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.ValueTuple by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.0-rc1
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic. Commonly Used Types: System.ValueTuple System.ValueTuple<T1> System.ValueTuple<T1, T2> System.ValueTuple<T1, T2, T3> System.ValueTuple<T1, T2, T3, T4> System.ValueTuple<T1, T2, T3, T4, T5> System.ValueTuple<T1, T2, T3, T4, T5, T6> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest> 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XPath.XmlDocument by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22605
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions
xunit.extensibility.execution by: jnewkirk, bradwilson
  • 1 total downloads
  • Latest version: 2.9.2
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.