System.Text.Encodings.Web 4.0.0-rc2-24027

Prefix Reserved
This is a prerelease version of System.Text.Encodings.Web.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.4 or higher.

dotnet add package System.Text.Encodings.Web --version 4.0.0-rc2-24027
                    
NuGet\Install-Package System.Text.Encodings.Web -Version 4.0.0-rc2-24027
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Text.Encodings.Web" Version="4.0.0-rc2-24027" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Text.Encodings.Web" Version="4.0.0-rc2-24027" />
                    
Directory.Packages.props
<PackageReference Include="System.Text.Encodings.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Text.Encodings.Web --version 4.0.0-rc2-24027
                    
#r "nuget: System.Text.Encodings.Web, 4.0.0-rc2-24027"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Text.Encodings.Web&version=4.0.0-rc2-24027&prerelease
                    
Install System.Text.Encodings.Web as a Cake Addin
#tool nuget:?package=System.Text.Encodings.Web&version=4.0.0-rc2-24027&prerelease
                    
Install System.Text.Encodings.Web as a Cake Tool

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
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.5K)

Showing the top 5 NuGet packages that depend on System.Text.Encodings.Web:

Package Downloads
System.Text.Json

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.

Microsoft.Extensions.DependencyModel

Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.

Azure.Core

This is the implementation of the Azure Client Pipeline

Microsoft.AspNetCore.Http.Abstractions

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL 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.

GitHub repositories (280)

Showing the top 20 popular GitHub repositories that depend on System.Text.Encodings.Web:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
ThreeMammals/Ocelot
.NET API Gateway
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
ravendb/ravendb
ACID Document Database
GlitchEnzo/NuGetForUnity
A NuGet Package Manager for Unity
hardkoded/puppeteer-sharp
Headless Chrome .NET API
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
Version Downloads Last updated
10.0.0-preview.3.25171.5 457 4/10/2025
10.0.0-preview.2.25163.2 19,499 3/18/2025
10.0.0-preview.1.25080.5 27,268 2/25/2025
9.0.4 121,019 4/8/2025
9.0.3 2,230,820 3/11/2025
9.0.2 3,979,116 2/11/2025
9.0.1 5,516,750 1/14/2025
9.0.0 18,099,451 11/12/2024
9.0.0-rc.2.24473.5 974,197 10/8/2024
9.0.0-rc.1.24431.7 158,886 9/10/2024
9.0.0-preview.7.24405.7 181,937 8/13/2024
9.0.0-preview.6.24327.7 205,609 7/9/2024
9.0.0-preview.5.24306.7 152,978 6/11/2024
9.0.0-preview.4.24266.19 114,620 5/21/2024
9.0.0-preview.3.24172.9 238,029 4/11/2024
9.0.0-preview.2.24128.5 133,911 3/12/2024
9.0.0-preview.1.24080.9 165,415 2/13/2024
8.0.0 263,279,490 11/14/2023
8.0.0-rc.2.23479.6 2,040,483 10/10/2023
8.0.0-rc.1.23419.4 554,502 9/12/2023
8.0.0-preview.7.23375.6 587,197 8/8/2023
8.0.0-preview.6.23329.7 335,545 7/11/2023
8.0.0-preview.5.23280.8 282,800 6/13/2023
8.0.0-preview.4.23259.5 516,901 5/16/2023
8.0.0-preview.3.23174.8 484,241 4/11/2023
8.0.0-preview.2.23128.3 512,860 3/14/2023
8.0.0-preview.1.23110.8 270,668 2/21/2023
7.0.0 306,436,988 11/7/2022
7.0.0-rc.2.22472.3 341,433 10/11/2022
7.0.0-rc.1.22426.10 312,684 9/14/2022
7.0.0-preview.7.22375.6 308,624 8/9/2022
7.0.0-preview.6.22324.4 162,839 7/12/2022
7.0.0-preview.5.22301.12 106,051 6/14/2022
7.0.0-preview.4.22229.4 159,814 5/10/2022
7.0.0-preview.3.22175.4 132,530 4/13/2022
7.0.0-preview.2.22152.2 105,448 3/14/2022
7.0.0-preview.1.22076.8 93,670 2/17/2022
6.0.1 1,290,518 11/12/2024
6.0.0 665,387,824 11/8/2021
6.0.0-rc.2.21480.5 625,385 10/12/2021
6.0.0-rc.1.21451.13 461,535 9/14/2021
6.0.0-preview.7.21377.19 134,657 8/10/2021
6.0.0-preview.6.21352.12 104,623 7/14/2021
6.0.0-preview.5.21301.5 131,073 6/15/2021
6.0.0-preview.4.21253.7 106,357 5/24/2021
6.0.0-preview.3.21201.4 335,323 4/8/2021
6.0.0-preview.2.21154.6 181,599 3/11/2021
6.0.0-preview.1.21102.12 102,515 2/12/2021
5.0.1 138,926,544 3/9/2021 5.0.1 is deprecated because it is no longer maintained.
5.0.0 74,919,312 11/9/2020 5.0.0 is deprecated because it is no longer maintained; 5.0.0 has at least one vulnerability with critical severity.
5.0.0-rc.2.20475.5 120,696 10/13/2020
5.0.0-rc.1.20451.14 206,404 9/14/2020
5.0.0-preview.8.20407.11 104,460 8/25/2020
5.0.0-preview.7.20364.11 183,984 7/21/2020
5.0.0-preview.6.20305.6 82,337 6/25/2020
5.0.0-preview.5.20278.1 88,458 6/10/2020
5.0.0-preview.4.20251.6 164,789 5/18/2020
5.0.0-preview.3.20214.6 312,940 4/23/2020
5.0.0-preview.2.20160.6 163,779 4/2/2020
5.0.0-preview.1.20120.5 96,731 3/16/2020
4.7.2 617,072,135 3/9/2021
4.7.1 86,178,525 5/12/2020 4.7.1 has at least one vulnerability with critical severity.
4.7.0 81,432,314 12/3/2019 4.7.0 has at least one vulnerability with critical severity.
4.7.0-preview3.19551.4 309,834 11/13/2019 4.7.0-preview3.19551.4 has at least one vulnerability with critical severity.
4.7.0-preview2.19523.17 59,383 11/1/2019 4.7.0-preview2.19523.17 has at least one vulnerability with critical severity.
4.7.0-preview1.19504.10 97,965 10/15/2019 4.7.0-preview1.19504.10 has at least one vulnerability with critical severity.
4.6.0 103,849,281 9/23/2019 4.6.0 has at least one vulnerability with critical severity.
4.6.0-rc1.19456.4 83,181 9/16/2019
4.6.0-preview9.19421.4 155,305 9/4/2019
4.6.0-preview9.19416.11 2,381 9/4/2019
4.6.0-preview8.19405.3 111,860 8/13/2019
4.6.0-preview7.19362.9 5,434 7/23/2019
4.6.0-preview6.19303.8 7,043 6/12/2019
4.6.0-preview6.19264.9 2,465 9/4/2019
4.6.0-preview5.19224.8 3,325 5/6/2019
4.6.0-preview4.19212.13 2,645 4/18/2019
4.6.0-preview3.19128.7 11,190 3/6/2019
4.6.0-preview.19073.11 10,178 1/29/2019
4.6.0-preview.18571.3 8,613 12/3/2018
4.5.1 101,780,907 3/9/2021
4.5.0 849,393,705 5/29/2018 4.5.0 has at least one vulnerability with critical severity.
4.5.0-rc1 505,507 5/6/2018 4.5.0-rc1 has at least one vulnerability with critical severity.
4.5.0-preview2-26406-04 707,605 4/10/2018 4.5.0-preview2-26406-04 has at least one vulnerability with critical severity.
4.5.0-preview1-26216-02 618,479 2/26/2018 4.5.0-preview1-26216-02 has at least one vulnerability with critical severity.
4.4.0 245,578,279 8/11/2017 4.4.0 has at least one vulnerability with critical severity.
4.4.0-preview2-25405-01 199,128 6/27/2017 4.4.0-preview2-25405-01 has at least one vulnerability with critical severity.
4.4.0-preview1-25305-02 11,360 5/9/2017 4.4.0-preview1-25305-02 has at least one vulnerability with critical severity.
4.3.1 74,446,259 5/9/2017 4.3.1 has at least one vulnerability with critical severity.
4.3.0 29,965,365 11/15/2016 4.3.0 has at least one vulnerability with critical severity.
4.3.0-preview1-24530-04 207,494 10/24/2016 4.3.0-preview1-24530-04 has at least one vulnerability with critical severity.
4.0.1 47,706,090 5/9/2017 4.0.1 has at least one vulnerability with critical severity.
4.0.0 77,973,729 6/27/2016 4.0.0 has at least one vulnerability with critical severity.
4.0.0-rc2-24027 2,182,777 5/16/2016
4.0.0-beta-23516 7,063 11/18/2015
4.0.0-beta-23409 6,519 10/15/2015