System.Text.Encoding.CodePages 6.0.1

Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider

Showing the top 20 packages that depend on System.Text.Encoding.CodePages.

Packages Downloads
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
101
SharpCompress
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
89
MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
69
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
66
SixLabors.ImageSharp
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
66
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
57
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
55
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/7a63d79b60ffb33e919bee8056816f8f449d00ce.
52
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
52
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
50
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory
50
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
49
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
49
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
47
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. This package was built from the source at https://github.com/dotnet/roslyn/commit/ec1cde8b77c7bca654888681037f55aa0e62dd19
47
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
46
MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
45
EPPlus
A spreadsheet library for .NET framework and .NET core
45
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/f5ba9f2c61a2fe853dc4913888d40df221539147.
44
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e873e69306527a0424e97af2985370556f474019
43

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.1

.NET Core 3.1

.NET 6.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
9.0.0 0 11/12/2024
9.0.0-rc.2.24473.5 2 10/20/2024
9.0.0-rc.1.24431.7 4 09/17/2024
9.0.0-preview.7.24405.7 2 08/17/2024
9.0.0-preview.6.24327.7 4 07/13/2024
9.0.0-preview.5.24306.7 3 06/29/2024
9.0.0-preview.4.24266.19 3 05/24/2024
9.0.0-preview.3.24172.9 4 04/17/2024
9.0.0-preview.2.24128.5 3 03/14/2024
9.0.0-preview.1.24080.9 5 02/17/2024
8.0.0 8 02/17/2024
8.0.0-rc.2.23479.6 5 02/17/2024
8.0.0-rc.1.23419.4 9 02/17/2024
8.0.0-preview.7.23375.6 5 02/17/2024
8.0.0-preview.6.23329.7 6 02/17/2024
8.0.0-preview.5.23280.8 6 02/17/2024
8.0.0-preview.4.23259.5 5 02/17/2024
8.0.0-preview.3.23174.8 15 05/16/2023
8.0.0-preview.2.23128.3 28 04/26/2023
8.0.0-preview.1.23110.8 21 04/09/2023
7.0.0 64 01/02/2023
7.0.0-rc.2.22472.3 20 04/26/2023
7.0.0-rc.1.22426.10 37 04/26/2023
7.0.0-preview.7.22375.6 28 03/28/2023
7.0.0-preview.6.22324.4 37 03/29/2023
7.0.0-preview.5.22301.12 13 04/26/2023
7.0.0-preview.4.22229.4 43 04/16/2023
7.0.0-preview.3.22175.4 39 04/09/2023
7.0.0-preview.2.22152.2 23 03/30/2023
7.0.0-preview.1.22076.8 35 04/18/2023
6.0.2-mauipre.1.22102.15 28 04/03/2023
6.0.2-mauipre.1.22054.8 51 04/08/2023
6.0.1 1 11/14/2024
6.0.0 50 12/13/2022
6.0.0-rc.2.21480.5 53 04/23/2023
6.0.0-rc.1.21451.13 22 10/12/2021
6.0.0-preview.7.21377.19 19 04/16/2023
6.0.0-preview.6.21352.12 29 04/01/2023
6.0.0-preview.5.21301.5 44 04/10/2023
6.0.0-preview.4.21253.7 22 04/24/2023
6.0.0-preview.3.21201.4 41 04/06/2023
6.0.0-preview.2.21154.6 41 04/09/2023
6.0.0-preview.1.21102.12 48 10/26/2021
5.0.0 84 01/17/2021
5.0.0-rc.2.20475.5 53 05/06/2023
5.0.0-rc.1.20451.14 35 03/28/2023
5.0.0-preview.8.20407.11 34 05/08/2023
5.0.0-preview.7.20364.11 29 04/07/2023
5.0.0-preview.6.20305.6 43 04/16/2023
5.0.0-preview.5.20278.1 25 04/05/2023
5.0.0-preview.4.20251.6 33 05/02/2023
5.0.0-preview.3.20214.6 39 04/08/2023
5.0.0-preview.2.20160.6 32 04/02/2023
5.0.0-preview.1.20120.5 29 03/30/2020
4.7.1 75 03/11/2021
4.7.0 62 01/13/2021
4.7.0-preview3.19551.4 47 04/22/2023
4.7.0-preview2.19523.17 44 04/07/2023
4.7.0-preview1.19504.10 32 03/29/2023
4.6.0 21 04/15/2023
4.6.0-rc1.19456.4 22 04/13/2023
4.6.0-preview9.19421.4 41 04/13/2023
4.6.0-preview9.19416.11 38 04/08/2023
4.6.0-preview8.19405.3 31 04/10/2023
4.6.0-preview7.19362.9 45 03/28/2023
4.6.0-preview6.19303.8 53 01/13/2021
4.6.0-preview6.19264.9 16 04/27/2023
4.6.0-preview5.19224.8 33 04/20/2023
4.6.0-preview4.19212.13 20 04/10/2023
4.6.0-preview3.19128.7 22 04/03/2023
4.6.0-preview.19073.11 23 04/26/2023
4.6.0-preview.18571.3 36 03/28/2023
4.5.1 92 06/13/2020
4.5.1-servicing-27114-05 31 04/13/2023
4.5.0 74 07/02/2020
4.5.0-rc1 43 04/03/2023
4.5.0-preview2-26406-04 36 04/09/2023
4.5.0-preview1-26216-02 31 03/30/2023
4.5.0-preview1-25914-04 38 04/05/2023
4.4.0 25 11/29/2019
4.4.0-preview2-25405-01 43 04/01/2023
4.4.0-preview1-25305-02 59 04/06/2023
4.3.0 83 02/07/2020
4.3.0-preview1-24530-04 23 04/11/2023
4.0.1 65 11/26/2019
4.0.1-rc2-24027 22 04/26/2023
4.0.1-beta-23516 60 04/05/2023
4.0.1-beta-23409 34 03/29/2023
4.0.1-beta-23225 28 03/30/2023
4.0.0 25 04/03/2023
4.0.0-beta-23109 23 05/09/2023
4.0.0-beta-23019 37 04/10/2023
4.0.0-beta-22816 14 04/08/2023
4.0.0-beta-22605 21 03/31/2023
4.0.0-beta-22416 23 04/07/2023
4.0.0-beta-22231 56 04/09/2023