From 9e44048d8821da942d00c2c125bb59d039d55673 Mon Sep 17 00:00:00 2001 From: Maxim Schessler <57348520+SyrasX@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:42:48 +0100 Subject: [PATCH] Add AngleSharp Trophies (#59) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9f605d..a1e1f58 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ them to this list. Please send me an email, make a pull request for the README file, or file an issue. - [AngleSharp: HtmlParser.Parse throws InvalidOperationException](https://github.com/AngleSharp/AngleSharp/issues/735) **fixed** +- [AngleSharp: HtmlParser.ParseDocument throws IndexOutOfRangeException](https://github.com/AngleSharp/AngleSharp/issues/1174) **fixed** +- [AngleSharp: HtmlParser.ParseDocument throws InvalidOperationException](https://github.com/AngleSharp/AngleSharp/issues/1176) **fixed** +- [AngleSharp: HtmlParser.ParseDocument hangs permanently](https://github.com/AngleSharp/AngleSharp/issues/1179) **fixed** - [CoreFX: BigInteger.TryParse out-of-bounds access](https://github.com/dotnet/corefx/issues/35176) **fixed** - [CoreFX: BinaryFormatter.Deserialize throws many unexpected exceptions](https://github.com/dotnet/corefx/issues/35491) **fixed** - [CoreFX: DataContractJsonSerializer.ReadObject throws ArgumentOutOfRangeException](https://github.com/dotnet/corefx/issues/35205)