AngleSharp 0.16.1

Details
Advisory: https://github.com/advisories/GHSA-pgww-w46g-26qg Severity: moderate
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AngleSharp --version 0.16.1
                    
NuGet\Install-Package AngleSharp -Version 0.16.1
                    
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="AngleSharp" Version="0.16.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AngleSharp" Version="0.16.1" />
                    
Directory.Packages.props
<PackageReference Include="AngleSharp" />
                    
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 AngleSharp --version 0.16.1
                    
#r "nuget: AngleSharp, 0.16.1"
                    
#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.
#:package AngleSharp@0.16.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AngleSharp&version=0.16.1
                    
Install as a Cake Addin
#tool nuget:?package=AngleSharp&version=0.16.1
                    
Install as a Cake Tool

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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 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 (4)

Showing the top 4 NuGet packages that depend on AngleSharp:

Package Downloads
HtmlSanitizer

Cleans HTML from constructs that can be used for cross site scripting (XSS)

AngleSharp.Css

Extends the CSSOM from the core AngleSharp library.

MailMergeLib

A test copy of MailMergeLib. Do not use, the package will be deleted from this environment after testing. Use the package from nuget.org. MailMergeLib is an SMTP mail client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.

YoutubeExplode

Abstraction layer over YouTube's internal API. Note: this package has limited availability in Russia and Belarus.

GitHub repositories (141)

Showing the top 20 popular GitHub repositories that depend on AngleSharp:

Repository Stars
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Jackett/Jackett
API Support for your favorite torrent trackers
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.
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
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.
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
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.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
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
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
Version Downloads Last Updated
1.0.0-alpha-844 21 3/8/2021 1.0.0-alpha-844 has at least one vulnerability with moderate severity.
1.0.0-alpha-827 17 3/8/2021 1.0.0-alpha-827 has at least one vulnerability with moderate severity.
0.16.1 83 9/19/2022 0.16.1 has at least one vulnerability with moderate severity.
0.14.0 32,430 3/8/2021 0.14.0 has at least one vulnerability with moderate severity.
0.14.0-alpha-809 15 3/8/2021 0.14.0-alpha-809 has at least one vulnerability with moderate severity.
0.14.0-alpha-801 12 3/8/2021 0.14.0-alpha-801 has at least one vulnerability with moderate severity.
0.14.0-alpha-793 9 3/8/2021 0.14.0-alpha-793 has at least one vulnerability with moderate severity.
0.14.0-alpha-790 19 3/8/2021 0.14.0-alpha-790 has at least one vulnerability with moderate severity.
0.14.0-alpha-784 18 3/8/2021 0.14.0-alpha-784 has at least one vulnerability with moderate severity.
0.13.0 22 3/8/2021 0.13.0 has at least one vulnerability with moderate severity.
0.13.0-alpha-775 14 3/8/2021 0.13.0-alpha-775 has at least one vulnerability with moderate severity.
0.13.0-alpha-760 18 3/8/2021 0.13.0-alpha-760 has at least one vulnerability with moderate severity.
0.13.0-alpha-758 16 3/8/2021 0.13.0-alpha-758 has at least one vulnerability with moderate severity.
0.13.0-alpha-754 15 3/8/2021 0.13.0-alpha-754 has at least one vulnerability with moderate severity.
0.13.0-alpha-745 8 3/8/2021 0.13.0-alpha-745 has at least one vulnerability with moderate severity.
0.13.0-alpha-742 19 3/8/2021 0.13.0-alpha-742 has at least one vulnerability with moderate severity.
0.12.0 14 3/8/2021 0.12.0 has at least one vulnerability with moderate severity.
0.10.0 6 3/8/2021 0.10.0 has at least one vulnerability with moderate severity.
0.9.9.2 18 3/8/2021 0.9.9.2 has at least one vulnerability with moderate severity.
0.9.8.1 23 3/8/2021 0.9.8.1 has at least one vulnerability with moderate severity.
Loading failed