Why is the AngleSharp dependency not at 1.0?
TL;DR HtmlSanitizer depends on AngleSharp.Css whose stable version is not at 1.0 yet and is incompatible with AngleSharp 1.0. If you want to use AngleSharp 1.0, use the latest prerelease version of HtmlSanitizer.
See also #87, #451 for in-depth discussions of this topic.
I am unable to upgrade the PreMailer.Net 2.6.0 -> AngleSharp (>= 1.1.0) because HtmlSanitizer 8.0.865 depends on AngleSharp (= 0.17.1).
@adnan-kamili Use the prerelease version of HtmlSanitizer (currently 8.1.866-beta)
Has this topic of targeting the latest version of AngleSharp been revisited?
@jamesperrin AngleSharp.Css is still not at 1.0 yet.