AngleSharp by Florian Rappl

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

 XmlParser

public class XmlParser : IParser
WARNING: This class is not yet implemented. See http://www.w3.org/TR/xml11/ and http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#xml-parser for more details.
public bool IsAsync { get; }

Gets the status if the parsing process is asynchronous.

This event is raised once a parser error occured.

public XmlParser()

public void Parse()

This method is not yet implemented.

public Task ParseAsync()

This method is not yet implemented.