System.Runtime.Extensions 4.3.0
Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information.
Commonly Used Types:
System.Math
System.Environment
System.Random
System.Progress<T>
System.Convert
System.Diagnostics.Stopwatch
System.Runtime.Versioning.FrameworkName
System.StringComparer
System.IO.Path
 
When using NuGet 3.x this package requires at least version 3.4.
                    Showing the top 20 packages that depend on System.Runtime.Extensions.
| Packages | Downloads | 
|---|---|
| 
                                                    Dapper
                                                     A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.. 
                                                 | 
                                                17 | 
| 
                                                    log4net
                                                     log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. 
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. 
log4net is designed with two distinct goals in mind: speed and flexibility 
                                                 | 
                                                12 | 
| 
                                                    NETStandard.Library
                                                     A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    Remotion.Linq
                                                     re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation) 
- Provides a framework for user-defined query extensions and transformations 
                                                 | 
                                                13 | 
| 
                                                    System.Collections.Concurrent
                                                     Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                9 | 
| 
                                                    System.Collections.Specialized
                                                     Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.ComponentModel.TypeConverter
                                                     Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                14 | 
| 
                                                    System.Dynamic.Runtime
                                                     Provides classes and interfaces that support the Dynamic Language Runtime (DLR).
Commonly Used Types:
System.Runtime.CompilerServices.CallSite
System.Runtime.CompilerServices.CallSite<T>
System.Dynamic.IDynamicMetaObjectProvider
System.Dynamic.DynamicMetaObject
System.Dynamic.SetMemberBinder
System.Dynamic.GetMemberBinder
System.Dynamic.ExpandoObject
System.Dynamic.DynamicObject
System.Runtime.CompilerServices.CallSiteBinder
System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                11 | 
| 
                                                    System.Linq.Expressions
                                                     Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
Commonly Used Types:
System.Linq.IQueryable<T>
System.Linq.IQueryable
System.Linq.Expressions.Expression<TDelegate>
System.Linq.Expressions.Expression
System.Linq.Expressions.ExpressionVisitor
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Net.Http
                                                     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.
Commonly Used Types:
System.Net.Http.HttpResponseMessage
System.Net.Http.DelegatingHandler
System.Net.Http.HttpRequestException
System.Net.Http.HttpClient
System.Net.Http.MultipartContent
System.Net.Http.Headers.HttpContentHeaders
System.Net.Http.HttpClientHandler
System.Net.Http.StreamContent
System.Net.Http.FormUrlEncodedContent
System.Net.Http.HttpMessageHandler
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Reflection.TypeExtensions
                                                     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
 
6c6b536dffb4da0c45ff14921bfee10265265050 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                12 | 
| 
                                                    System.Runtime.Numerics
                                                     Provides the numeric types System.Numerics.BigInteger and System.Numerics.Complex, which complement the numeric primitives, such as System.Byte, System.Double and System.Int32.
Commonly Used Types:
System.Numerics.BigInteger
System.Numerics.Complex
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Security.Cryptography.Encoding
                                                     Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data.
Commonly Used Types:
System.Security.Cryptography.AsnEncodedData
System.Security.Cryptography.Oid
System.Security.Cryptography.OidCollection
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Security.Cryptography.X509Certificates
                                                     Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate.
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2
System.Security.Cryptography.X509Certificates.X509Certificate
System.Security.Cryptography.X509Certificates.X509ContentType
System.Security.Cryptography.X509Certificates.StoreLocation
System.Security.Cryptography.X509Certificates.StoreName
System.Security.Cryptography.X509Certificates.X509FindType
System.Security.Cryptography.X509Certificates.X509ChainStatus
System.Security.Cryptography.X509Certificates.X509Certificate2Collection
System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension
System.Security.Cryptography.X509Certificates.X509Chain
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Text.RegularExpressions
                                                     Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine.
Commonly Used Types:
System.Text.RegularExpressions.Regex
System.Text.RegularExpressions.RegexOptions
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture
System.Text.RegularExpressions.MatchEvaluator
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.Xml.XDocument
                                                     Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily.
Commonly Used Types:
System.Xml.Linq.XElement
System.Xml.Linq.XAttribute
System.Xml.Linq.XDocument
System.Xml.Linq.XText
System.Xml.Linq.XNode
System.Xml.Linq.XContainer
System.Xml.Linq.XComment
System.Xml.Linq.XObject
System.Xml.Linq.XProcessingInstruction
System.Xml.Linq.XDocumentType
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                14 | 
| 
                                                    System.Xml.XmlDocument
                                                     Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XmlNode
System.Xml.XmlElement
System.Xml.XmlAttribute
System.Xml.XmlDocument
System.Xml.XmlDeclaration
System.Xml.XmlText
System.Xml.XmlComment
System.Xml.XmlNodeList
System.Xml.XmlWhitespace
System.Xml.XmlCDataSection
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                8 | 
| 
                                                    System.Xml.XmlDocument
                                                     Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XmlNode
System.Xml.XmlElement
System.Xml.XmlAttribute
System.Xml.XmlDocument
System.Xml.XmlDeclaration
System.Xml.XmlText
System.Xml.XmlComment
System.Xml.XmlNodeList
System.Xml.XmlWhitespace
System.Xml.XmlCDataSection
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
| 
                                                    System.Xml.XmlSerializer
                                                     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
 
When using NuGet 3.x this package requires at least version 3.4. 
                                                 | 
                                                10 | 
MonoAndroid 1.0
- No dependencies.
 
Xamarin.WatchOS 1.0
- No dependencies.
 
Xamarin.TVOS 1.0
- No dependencies.
 
Xamarin.Mac 2.0
- No dependencies.
 
Xamarin.iOS 1.0
- No dependencies.
 
WindowsPhoneApp 8.1
- No dependencies.
 
Windows 8.0
- No dependencies.
 
.NETPortable 0.0
- No dependencies.
 
.NET Standard 1.5
- System.Runtime (>= 4.3.0)
 - Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NET Standard 1.3
- System.Runtime (>= 4.3.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 - Microsoft.NETCore.Targets (>= 1.1.0)
 
WindowsPhone 8.0
- No dependencies.
 
.NET Standard 1.0
- System.Runtime (>= 4.3.0)
 - Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NETCore 5.0
- System.Runtime (>= 4.3.0)
 - Microsoft.NETCore.Targets (>= 1.1.0)
 - Microsoft.NETCore.Platforms (>= 1.1.0)
 
.NET Framework 4.6.2
- No dependencies.
 
.NET Framework 4.5
- No dependencies.
 
MonoTouch 1.0
- No dependencies.
 
| Version | Downloads | Last updated | 
|---|---|---|
| 4.3.0 | 5 | 7/8/2025 |