Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolvable conflicts Anglesharp #444

Closed
rekna1 opened this issue May 16, 2023 · 1 comment
Closed

Unresolvable conflicts Anglesharp #444

rekna1 opened this issue May 16, 2023 · 1 comment

Comments

@rekna1
Copy link

rekna1 commented May 16, 2023

I need to use both, but when I compile I get following:
dotNetRdf 3.0.0 -> dotNetRdf.Core 3.0.0 -> AngleSharp (>= 1.0.1)
HtmlSanitizer 8.0.645 -> AngleSharp (= 0.17.1).

If I install Anglesharp package 1.0.1 I get warnings
HtmlSanitizer 8.0.645 requires AngleSharp (= 0.17.1) but version AngleSharp 1.0.1 was resolved.
AngleSharp.Css 0.17.0 requires AngleSharp (>= 0.17.0 && < 0.18.0) but version AngleSharp 1.0.1 was resolved.

Any idea how to solve this ???

@mganss
Copy link
Owner

mganss commented May 16, 2023

No way to solve it currently AFAICT. HtmlSanitizer depends on AngleSharp.Css whose latest version is still not compatible with AngleSharp 1.0.1. See discussion at #87

@mganss mganss closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants