Replace HtmlAgilityPack with AngleSharp #24
Labels
groomed
The issue has been groomed and should be in a good shape.
hacktoberfest
help wanted
refactoring
up-for-grabs
Problem definition
While Kentico 11 CMS App has a dependency on AngleSharp, Kentico AMP uses HtmlAgilityPack, which provides a similar functionality. It's redundant to have both.
Suggested solution
Get rid of the HtmlAgilityPack dependency and replace it with AngleSharp.
Note: AngleSharp does not support XPaths, the code needs to be rewritten to LINQ for AngleSharp.
The text was updated successfully, but these errors were encountered: