System.Reflection.Emit by: Microsoft
  • 6 total downloads
  • Latest version: 4.7.0-preview3.19551.4
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
  • 9 total downloads
  • Latest version: 4.7.0-preview1.19504.10
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.0.0-beta-22816
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
System.Runtime.Serialization.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. Commonly Used Types: System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.OnDeserializingAttribute System.Runtime.Serialization.OnDeserializedAttribute System.Runtime.Serialization.OnSerializingAttribute System.Runtime.Serialization.OnSerializedAttribute System.Runtime.Serialization.EnumMemberAttribute System.Runtime.Serialization.DataMemberAttribute System.Runtime.Serialization.DataContractAttribute System.Runtime.Serialization.IgnoreDataMemberAttribute System.Runtime.Serialization.SerializationException
System.Text.Encoding.CodePages by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
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
  • 18 total downloads
  • Latest version: 5.0.1
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 When using NuGet 3.x this package requires at least version 3.4.
System.Text.Json by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.6
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. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader
System.Threading.Tasks by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.10-beta-22816
Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException
System.Threading.Tasks.Extensions by: Microsoft
  • 4 total downloads
  • Latest version: 4.5.3
Provides additional types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.ValueTask<TResult> 637a8d58f72f2b0f1a71187530c3cf433e95a75a
System.ValueTuple by: Microsoft
  • 4 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.XmlSerializer by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.10-beta-22605
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlArrayItemAttribute System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlEnumAttribute
System.Xml.XPath.XmlDocument by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.0-beta-22816
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.