AngleSharp 0.13.0-alpha-771
See the version list below for details.
dotnet add package AngleSharp --version 0.13.0-alpha-771
NuGet\Install-Package AngleSharp -Version 0.13.0-alpha-771
<PackageReference Include="AngleSharp" Version="0.13.0-alpha-771" />
<PackageVersion Include="AngleSharp" Version="0.13.0-alpha-771" />
<PackageReference Include="AngleSharp" />
paket add AngleSharp --version 0.13.0-alpha-771
#r "nuget: AngleSharp, 0.13.0-alpha-771"
#:package AngleSharp@0.13.0-alpha-771
#addin nuget:?package=AngleSharp&version=0.13.0-alpha-771&prerelease
#tool nuget:?package=AngleSharp&version=0.13.0-alpha-771&prerelease
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
| Product | Versions 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net46 is compatible. 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. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETStandard 1.3
- System.Net.Requests (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.5.1)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETStandard 2.0
- System.Text.Encoding.CodePages (>= 4.5.0)
NuGet packages (452)
Showing the top 5 NuGet packages that depend on AngleSharp:
| Package | Downloads |
|---|---|
|
AngleSharp.Css
Extends the CSSOM from the core AngleSharp library. |
|
|
HtmlSanitizer
Cleans HTML from constructs that can be used for cross-site scripting (XSS) |
|
|
PreMailer.Net
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility. |
|
|
WebDriverManager
Automatic Selenium WebDriver binaries management for .Net |
|
|
bunit.web
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component. |
GitHub repositories (121)
Showing the top 20 popular GitHub repositories that depend on AngleSharp:
| Repository | Stars |
|---|---|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
|
Tyrrrz/DiscordChatExporter
Saves Discord chat logs to a file
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
|
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
|
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
|
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
|
|
|
Revolutionary-Games/Thrive
The main repository for the development of the evolution game Thrive.
|
|
|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
|
AIDotNet/OpenDeepWiki
OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project is mainly developed using C# and TypeScript, supporting modular design, and is easy to expand and customize.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.1-beta.502 | 239 | 11/14/2025 |
| 1.4.0 | 12,615 | 11/12/2025 |
| 1.4.0-beta.499 | 223 | 11/12/2025 |
| 1.4.0-beta.497 | 226 | 11/12/2025 |
| 1.4.0-beta.496 | 297 | 11/10/2025 |
| 1.4.0-beta.495 | 196 | 11/9/2025 |
| 1.4.0-beta.493 | 159 | 11/9/2025 |
| 1.3.1 | 24,513 | 11/8/2025 |
| 1.3.1-beta.491 | 44,480 | 7/22/2025 |
| 1.3.1-beta.490 | 486 | 7/14/2025 |
| 1.3.1-beta.486 | 9,383 | 5/26/2025 |
| 1.3.0 | 2,173,532 | 4/18/2025 |
| 1.3.0-beta.484 | 207 | 5/23/2025 |
| 1.3.0-beta.477 | 252 | 4/18/2025 |
| 1.3.0-beta.476 | 317 | 4/17/2025 |
| 1.3.0-beta.470 | 3,859 | 3/24/2025 |
| 1.3.0-beta.468 | 12,112 | 2/2/2025 |
| 1.3.0-beta.466 | 865 | 1/29/2025 |
| 1.2.0 | 3,499,877 | 12/31/2024 |
| 1.2.0-beta.457 | 324 | 1/26/2025 |
| 1.2.0-beta.456 | 214 | 1/26/2025 |
| 1.2.0-beta.449 | 228 | 12/31/2024 |
| 1.2.0-beta.448 | 233 | 12/31/2024 |
| 1.2.0-beta.439 | 21,988 | 10/1/2024 |
| 1.2.0-beta.431 | 7,688 | 7/28/2024 |
| 1.2.0-beta.423 | 26,438 | 4/14/2024 |
| 1.2.0-beta.420 | 297 | 4/13/2024 |
| 1.2.0-beta.419 | 278 | 4/13/2024 |
| 1.2.0-beta.418 | 265 | 4/13/2024 |
| 1.2.0-beta.410 | 47,642 | 3/20/2024 |
| 1.2.0-beta.408 | 569 | 3/18/2024 |
| 1.1.2 | 10,048,327 | 3/7/2024 |
| 1.1.2-beta.407 | 249 | 3/18/2024 |
| 1.1.2-beta.395 | 244 | 3/7/2024 |
| 1.1.1 | 792,580 | 3/1/2024 |
| 1.1.1-beta.392 | 259 | 2/29/2024 |
| 1.1.1-beta.390 | 248 | 2/29/2024 |
| 1.1.1-beta.389 | 248 | 2/29/2024 |
| 1.1.1-beta.388 | 269 | 2/29/2024 |
| 1.1.1-beta.387 | 532 | 2/27/2024 |
| 1.1.1-beta.386 | 281 | 2/25/2024 |
| 1.1.1-beta.385 | 259 | 2/25/2024 |
| 1.1.0 | 2,961,284 | 1/18/2024 |
| 1.1.0-beta.384 | 268 | 2/23/2024 |
| 1.1.0-alpha-379 | 1,566 | 1/17/2024 |
| 1.1.0-alpha-378 | 1,516 | 1/16/2024 |
| 1.1.0-alpha-377 | 1,492 | 1/16/2024 |
| 1.1.0-alpha-376 | 1,610 | 1/14/2024 |
| 1.1.0-alpha-375 | 1,657 | 1/11/2024 |
| 1.1.0-alpha-374 | 1,581 | 1/11/2024 |
| 1.0.7 | 2,477,393 | 11/17/2023 |
| 1.0.7-alpha-342 | 1,910 | 11/16/2023 |
| 1.0.6 | 147,392 | 11/11/2023 |
| 1.0.6-alpha-341 | 1,914 | 11/16/2023 |
| 1.0.6-alpha-339 | 1,894 | 11/16/2023 |
| 1.0.6-alpha-331 | 1,987 | 11/11/2023 |
| 1.0.6-alpha-330 | 2,124 | 11/9/2023 |
| 1.0.6-alpha-328 | 2,003 | 11/9/2023 |
| 1.0.6-alpha-325 | 14,117 | 10/17/2023 |
| 1.0.6-alpha-321 | 3,638 | 10/3/2023 |
| 1.0.5 | 581,202 | 10/3/2023 |
| 1.0.5-alpha-317 | 2,252 | 10/3/2023 |
| 1.0.4 | 5,370,713 | 6/24/2023 |
| 1.0.4-alpha-316 | 2,134 | 9/25/2023 |
| 1.0.4-alpha-314 | 2,551 | 8/22/2023 |
| 1.0.4-alpha-311 | 2,557 | 8/20/2023 |
| 1.0.4-alpha-307 | 2,377 | 8/20/2023 |
| 1.0.4-alpha-301 | 2,719 | 7/12/2023 |
| 1.0.4-alpha-300 | 2,914 | 7/12/2023 |
| 1.0.4-alpha-298 | 2,808 | 7/12/2023 |
| 1.0.4-alpha-290 | 2,774 | 6/24/2023 |
| 1.0.4-alpha-289 | 2,894 | 6/23/2023 |
| 1.0.3 | 242,310 | 6/8/2023 |
| 1.0.3-alpha-287 | 2,845 | 6/7/2023 |
| 1.0.2 | 409,036 | 6/4/2023 |
| 1.0.2-alpha-284 | 2,790 | 6/4/2023 |
| 1.0.2-alpha-283 | 2,801 | 6/4/2023 |
| 1.0.2-alpha-282 | 2,856 | 6/4/2023 |
| 1.0.2-alpha-281 | 12,187 | 4/28/2023 |
| 1.0.2-alpha-278 | 29,397 | 2/22/2023 |
| 1.0.2-alpha-277 | 2,777 | 2/22/2023 |
| 1.0.2-alpha-276 | 2,935 | 2/22/2023 |
| 1.0.2-alpha-275 | 2,778 | 2/22/2023 |
| 1.0.2-alpha-274 | 2,725 | 2/22/2023 |
| 1.0.2-alpha-273 | 2,821 | 2/22/2023 |
| 1.0.2-alpha-261 | 3,977 | 2/21/2023 |
| 1.0.2-alpha-258 | 2,814 | 2/21/2023 |
| 1.0.2-alpha-257 | 2,821 | 2/21/2023 |
| 1.0.2-alpha-255 | 2,761 | 2/21/2023 |
| 1.0.2-alpha-251 | 2,828 | 2/21/2023 |
| 1.0.2-alpha-250 | 2,808 | 2/21/2023 |
| 1.0.2-alpha-249 | 2,847 | 2/21/2023 |
| 1.0.1 | 2,123,485 | 1/16/2023 |
| 1.0.1-alpha-248 | 2,755 | 2/21/2023 |
| 1.0.1-alpha-243 | 2,842 | 2/21/2023 |
| 1.0.1-alpha-242 | 2,693 | 2/21/2023 |
| 1.0.1-alpha-241 | 2,906 | 2/21/2023 |
| 1.0.1-alpha-235 | 2,758 | 1/16/2023 |
| 1.0.0 | 2,139,766 | 1/10/2023 |
| 1.0.0-ci-228 | 3,255 | 1/9/2023 |
| 1.0.0-alpha-231 | 2,838 | 1/9/2023 |
| 1.0.0-alpha-229 | 2,801 | 1/9/2023 |
| 0.17.1 | 59,558,921 | 6/2/2022 |
| 0.17.1-alpha-179 | 2,852 | 6/2/2022 |
| 0.17.1-alpha-178 | 2,752 | 6/2/2022 |
| 0.17.0 | 11,049,552 | 5/31/2022 |
| 0.17.0-alpha-177 | 2,815 | 6/2/2022 |
| 0.17.0-alpha-174 | 2,769 | 5/31/2022 |
| 0.17.0-alpha-173 | 2,766 | 5/31/2022 |
| 0.17.0-alpha-172 | 2,756 | 5/31/2022 |
| 0.17.0-alpha-171 | 2,750 | 5/31/2022 |
| 0.17.0-alpha-170 | 2,794 | 5/30/2022 |
| 0.17.0-alpha-169 | 2,849 | 5/30/2022 |
| 0.16.1 | 17,966,620 | 10/7/2021 |
| 0.16.1-alpha-99 | 3,042 | 6/16/2021 |
| 0.16.1-alpha-96 | 3,288 | 6/15/2021 |
| 0.16.1-alpha-91 | 3,059 | 6/14/2021 |
| 0.16.1-alpha-168 | 2,834 | 5/30/2022 |
| 0.16.1-alpha-167 | 2,786 | 5/30/2022 |
| 0.16.1-alpha-155 | 2,921 | 12/7/2021 |
| 0.16.1-alpha-153 | 2,804 | 12/6/2021 |
| 0.16.1-alpha-152 | 2,963 | 12/6/2021 |
| 0.16.1-alpha-148 | 3,414 | 12/1/2021 |
| 0.16.1-alpha-145 | 5,845 | 11/25/2021 |
| 0.16.1-alpha-144 | 5,506 | 11/25/2021 |
| 0.16.1-alpha-133 | 5,746 | 11/24/2021 |
| 0.16.1-alpha-127 | 2,909 | 11/8/2021 |
| 0.16.1-alpha-125 | 2,875 | 10/22/2021 |
| 0.16.1-alpha-120 | 2,942 | 10/6/2021 |
| 0.16.1-alpha-114 | 2,874 | 8/29/2021 |
| 0.16.1-alpha-112 | 2,866 | 8/3/2021 |
| 0.16.1-alpha-110 | 2,946 | 7/19/2021 |
| 0.16.1-alpha-108 | 2,877 | 6/22/2021 |
| 0.16.1-alpha-106 | 2,995 | 6/18/2021 |
| 0.16.1-alpha-104 | 3,092 | 6/18/2021 |
| 0.16.0 | 5,510,823 | 6/12/2021 |
| 0.16.0-alpha-86 | 2,904 | 6/12/2021 |
| 0.16.0-alpha-85 | 2,878 | 6/12/2021 |
| 0.16.0-alpha-84 | 2,973 | 6/12/2021 |
| 0.16.0-alpha-80 | 3,002 | 6/10/2021 |
| 0.16.0-alpha-79 | 2,933 | 6/10/2021 |
| 0.16.0-alpha-78 | 2,894 | 6/9/2021 |
| 0.16.0-alpha-77 | 3,001 | 6/9/2021 |
| 0.16.0-alpha-76 | 3,013 | 6/9/2021 |
| 0.16.0-alpha-75 | 2,791 | 6/9/2021 |
| 0.16.0-alpha-72 | 2,874 | 6/8/2021 |
| 0.15.0 | 4,841,692 | 4/22/2021 |
| 0.15.0-alpha-14 | 2,887 | 4/22/2021 |
| 0.14.0 | 28,323,865 | 3/31/2020 |
| 0.14.0-alpha-818 | 3,649 | 4/5/2020 |
| 0.14.0-alpha-817 | 3,603 | 4/1/2020 |
| 0.14.0-alpha-813 | 3,622 | 3/30/2020 |
| 0.14.0-alpha-811 | 4,168 | 3/26/2020 |
| 0.14.0-alpha-809 | 3,782 | 3/24/2020 |
| 0.14.0-alpha-805 | 4,512 | 3/17/2020 |
| 0.14.0-alpha-803 | 3,638 | 3/17/2020 |
| 0.14.0-alpha-802 | 3,888 | 3/16/2020 |
| 0.14.0-alpha-801 | 4,657 | 3/16/2020 |
| 0.14.0-alpha-798 | 5,850 | 3/12/2020 |
| 0.14.0-alpha-796 | 3,866 | 3/10/2020 |
| 0.14.0-alpha-794 | 4,799 | 3/1/2020 |
| 0.14.0-alpha-793 | 3,653 | 2/29/2020 |
| 0.14.0-alpha-790 | 3,536 | 2/28/2020 |
| 0.14.0-alpha-789 | 28,868 | 1/29/2020 |
| 0.14.0-alpha-788 | 11,451 | 12/8/2019 |
| 0.14.0-alpha-787 | 8,289 | 10/31/2019 |
| 0.14.0-alpha-784 | 42,477 | 9/26/2019 |
| 0.14.0-alpha-783 | 3,835 | 9/24/2019 |
| 0.13.0 | 4,010,931 | 9/6/2019 |
| 0.13.0-alpha-782 | 3,934 | 9/20/2019 |
| 0.13.0-alpha-775 | 3,700 | 9/19/2019 |
| 0.13.0-alpha-771 | 4,145 | 9/4/2019 |
| 0.13.0-alpha-768 | 5,635 | 8/26/2019 |
| 0.13.0-alpha-766 | 3,796 | 8/23/2019 |
| 0.13.0-alpha-764 | 6,666 | 7/23/2019 |
| 0.13.0-alpha-763 | 6,076 | 7/8/2019 |
| 0.13.0-alpha-760 | 5,862 | 6/27/2019 |
| 0.13.0-alpha-758 | 4,458 | 6/25/2019 |
| 0.13.0-alpha-756 | 6,467 | 6/10/2019 |
| 0.13.0-alpha-754 | 4,306 | 6/10/2019 |
| 0.13.0-alpha-748 | 6,493 | 6/1/2019 |
| 0.13.0-alpha-745 | 4,467 | 5/31/2019 |
| 0.13.0-alpha-744 | 4,369 | 5/30/2019 |
| 0.13.0-alpha-743 | 4,437 | 5/28/2019 |
| 0.13.0-alpha-742 | 4,629 | 5/23/2019 |
| 0.13.0-alpha-739 | 4,370 | 5/22/2019 |
| 0.13.0-alpha-737 | 4,276 | 5/21/2019 |
| 0.13.0-alpha-735 | 5,029 | 5/19/2019 |
| 0.13.0-alpha-734 | 4,368 | 5/18/2019 |
| 0.13.0-alpha-733 | 4,584 | 5/16/2019 |
| 0.12.1 | 3,401,158 | 5/14/2019 |
| 0.12.0 | 50,355 | 5/3/2019 |
| 0.11.0 | 570,141 | 2/12/2019 |
| 0.10.1 | 210,310 | 1/7/2019 |
| 0.10.0 | 53,417 | 1/5/2019 |
| 0.9.11 | 6,656,949 | 11/22/2018 |
| 0.9.10 | 2,348,105 | 7/15/2018 |
| 0.9.9.2 | 2,418,343 | 3/12/2018 |
| 0.9.9.1 | 1,327,544 | 1/3/2018 |
| 0.9.9 | 10,275,202 | 10/7/2016 |
| 0.9.8.1 | 1,258,738 | 9/10/2016 |
| 0.9.8 | 47,501 | 9/3/2016 |
| 0.9.7 | 309,649 | 7/17/2016 |
| 0.9.6 | 550,193 | 5/5/2016 |
| 0.9.5 | 578,866 | 3/16/2016 |
| 0.9.4 | 457,847 | 12/30/2015 |
| 0.9.3 | 86,822 | 10/8/2015 |
| 0.9.2 | 16,671 | 9/24/2015 |
| 0.9.1 | 17,190 | 9/9/2015 |
| 0.9.0 | 18,691 | 8/26/2015 |
| 0.8.9 | 36,528 | 7/29/2015 |
| 0.8.8 | 17,810 | 7/22/2015 |
| 0.8.7.1 | 12,580 | 7/15/2015 |
| 0.8.7 | 9,284 | 7/15/2015 |
| 0.8.6 | 12,150 | 7/8/2015 |
| 0.8.5 | 20,797 | 6/16/2015 |
| 0.8.4.1 | 23,382 | 6/4/2015 |
| 0.8.4 | 8,738 | 6/3/2015 |
| 0.8.3 | 26,432 | 4/21/2015 |
| 0.8.2 | 11,762 | 4/15/2015 |
| 0.8.1 | 34,409 | 2/10/2015 |
| 0.8.0 | 11,179 | 2/2/2015 |
| 0.7.0 | 37,479 | 11/8/2014 |
| 0.6.1 | 53,030 | 8/21/2014 |
| 0.6.0 | 26,352 | 7/27/2014 |
| 0.5.1 | 39,845 | 5/27/2014 |
| 0.5.0 | 29,762 | 4/21/2014 |
| 0.4.0 | 25,025 | 11/21/2013 |
| 0.3.7 | 13,054 | 9/11/2013 |
| 0.3.6 | 10,004 | 9/3/2013 |
| 0.3.5 | 9,274 | 8/29/2013 |
| 0.3.4 | 8,618 | 8/26/2013 |
| 0.3.3 | 8,633 | 8/21/2013 |
| 0.3.2 | 8,547 | 8/18/2013 |
| 0.3.1 | 8,757 | 8/14/2013 |
| 0.3.0 | 8,632 | 7/18/2013 |
| 0.2.9 | 9,962 | 7/10/2013 |
| 0.2.8 | 9,728 | 7/3/2013 |
| 0.2.7 | 9,688 | 6/26/2013 |
| 0.2.6 | 9,499 | 6/19/2013 |
| 0.2.5 | 9,390 | 6/18/2013 |
| 0.2.4 | 9,296 | 6/16/2013 |
| 0.2.3 | 9,211 | 6/12/2013 |
| 0.2.2 | 9,197 | 6/9/2013 |
| 0.2.1 | 9,205 | 6/9/2013 |
| 0.2.0 | 28,824 | 6/5/2013 |