AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.7" />

 XmlParserOptions

public struct XmlParserOptions
Contains a number of options for the XML parser.
public bool IsSuppressingErrors { get; set; }

Gets or sets if errors should be surpressed. This way the document will be parsed for sure, but may look weird.