mganss / HtmlSanitizer

Cleans HTML to avoid XSS attacks
MIT License
1.52k stars 198 forks source link

The type or namespace name 'XSS' does not exist in the namespace 'Ganss' #408

Closed scottebuchanan closed 1 year ago

scottebuchanan commented 1 year ago

Discussed in https://github.com/mganss/HtmlSanitizer/discussions/407

After updating to HtmlSanitizer 8.0.601, my project does not compile due to error above (2X). I have AngleSharp 0.17.1 and AngleSharp.Css 0.16.4 installed (not manually, but as package dependencies).

Best, Scott

tiesont commented 1 year ago

The namespace was normalized to Ganss.Xss in #376