System.Text.RegularExpressions 4.3.1
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.
Showing the top 20 packages that depend on System.Text.RegularExpressions.
Packages | Downloads |
---|---|
System.Xml.ReaderWriter
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used Types:
System.Xml.XmlNodeType
System.Xml.XmlException
System.Xml.XmlReader
System.Xml.XmlWriter
System.Xml.IXmlLineInfo
System.Xml.XmlNameTable
System.Xml.IXmlNamespaceResolver
System.Xml.XmlNamespaceManager
System.Xml.XmlQualifiedName
When using NuGet 3.x this package requires at least version 3.4.
|
5,143 |
Sprache
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
|
5,130 |
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.
|
5,114 |
DotNetEnv
A .NET library to load environment variables from .env files
|
4,668 |
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
227 |
System.Xml.ReaderWriter
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used Types:
System.Xml.XmlNodeType
System.Xml.XmlException
System.Xml.XmlReader
System.Xml.XmlWriter
System.Xml.IXmlLineInfo
System.Xml.XmlNameTable
System.Xml.IXmlNamespaceResolver
System.Xml.XmlNamespaceManager
System.Xml.XmlQualifiedName
When using NuGet 3.x this package requires at least version 3.4.
|
182 |
System.Data.Common
Provides the base abstract classes, including System.Data.DbConnection and System.Data.DbCommand, for all data providers.
Commonly Used Types:
System.DBNull
System.Data.Common.DbConnection
System.Data.Common.DbException
System.Data.Common.DbParameter
System.Data.DbType
System.Data.Common.DbDataReader
System.Data.Common.DbCommand
System.Data.Common.DbTransaction
System.Data.Common.DbParameterCollection
System.Data.Common.DbProviderFactory
When using NuGet 3.x this package requires at least version 3.4.
|
86 |
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
|
86 |
FluentAssertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
|
84 |
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.
|
82 |
NLog
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 5 and 6
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
73 |
Sprache
Sprache is a simple, lightweight library for constructing parsers directly in C# code.
|
72 |
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages.
|
70 |
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages.
|
68 |
StackExchange.Redis.StrongName
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
68 |
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
|
67 |
Microsoft.Azure.ServiceBus
This is the next generation Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/
|
67 |
System.Xml.ReaderWriter
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used Types:
System.Xml.XmlNodeType
System.Xml.XmlException
System.Xml.XmlReader
System.Xml.XmlWriter
System.Xml.IXmlLineInfo
System.Xml.XmlNameTable
System.Xml.IXmlNamespaceResolver
System.Xml.XmlNamespaceManager
System.Xml.XmlQualifiedName
When using NuGet 3.x this package requires at least version 3.4.
|
66 |
FluentAssertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
|
66 |
Serilog
Simple .NET logging with fully-structured events
|
66 |
https://go.microsoft.com/fwlink/?LinkID=799421
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.
WindowsPhone 8.0
- No dependencies.
.NETPortable 0.0
- No dependencies.
.NET Standard 1.6
- System.Threading (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.1)
- System.Runtime (>= 4.3.1)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Collections (>= 4.3.0)
Windows 8.0
- No dependencies.
.NET Standard 1.3
- System.Runtime (>= 4.3.1)
.NET Standard 1.0
- System.Runtime (>= 4.3.1)
.NET Core 1.1
- System.Runtime (>= 4.3.1)
.NETCore 5.0
- System.Threading (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.1)
- System.Runtime (>= 4.3.1)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Collections (>= 4.3.0)
.NET Framework 4.6.3
- No dependencies.
.NET Framework 4.5
- No dependencies.
MonoTouch 1.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
4.3.1 | 4,686 | 12/01/2021 |
4.3.0 | 2,465 | 11/09/2020 |
4.3.0-preview1-24530-04 | 49 | 08/14/2023 |
4.1.1 | 50 | 12/20/2021 |
4.1.0 | 234 | 11/09/2020 |
4.0.12-rc2-24027 | 44 | 07/15/2023 |
4.0.11-beta-23516 | 56 | 02/19/2023 |
4.0.11-beta-23409 | 52 | 12/20/2021 |
4.0.11-beta-23225 | 42 | 12/20/2021 |
4.0.10 | 56 | 04/22/2023 |
4.0.10-beta-23109 | 60 | 05/23/2023 |
4.0.10-beta-23019 | 54 | 12/20/2021 |
4.0.10-beta-22816 | 48 | 12/20/2021 |
4.0.10-beta-22605 | 47 | 12/20/2021 |
4.0.10-beta-22416 | 71 | 12/20/2021 |
4.0.10-beta-22231 | 51 | 12/20/2021 |
4.0.0 | 72 | 11/05/2022 |
4.0.0-beta-23109 | 50 | 07/16/2023 |
4.0.0-beta-23019 | 44 | 02/18/2023 |