Imre Pühvel
Imre Pühvel
And Botane for Dodixie.
@FlorianRappl Semantic versioning is something that would help every consumer, especially library authors depending on AngleSharp. The frustration you saw is there and it flows down the dependency chain to...
Update: https://github.com/AngleSharp/AngleSharp/issues/1041 AngleSharp 1.0 (as first stable base version for semVer) indeed still not coming and the Owner seems to hold it back for some undisclosed reason. "Documentation need work"...
I'm sorry if there was some miscommunication, but everything I said seems to be just observations and match the current state, by information visible to me. No poison intended. @FlorianRappl,...
Anglesharp is now v1.0.0: https://github.com/AngleSharp/AngleSharp/releases/tag/v1.0.0 Semver compatibility guarantees should apply and it should be safe to unpin to [1.0.0-2.0.0)?
Latest version of `Anglesharp.Css` was tagged just yesterday and still [depends on `Angelsharp` (>= 0.17.0 && < 0.18.0)](https://www.nuget.org/packages/AngleSharp.Css/0.17.0#dependencies-body-tab). If the author does not consider them compatible then no point in...
TBH, visualising transitive dependencies is the most important feature for me as well.. One idea would be to include nuget `packages.lock.json` file, if present. This: * includes the entire dependency...
Me too, with slight variations in stack trace, see below. What seems to matter is that connection is broken early during `ReadRequestBodyAsync()`, so it smells like 400 to me. Nothing...
Yes, #287 hints the use case is possible, though the path of blindly trust the entire SVG tag content is not ok for me. Explicitly configuring `allowedTags` and `allowedAttributes` with...
Did some testing.. ### Testfile ]> &lol; some html alert(4) alert('script') alert(5)]]> svg { background-url : "javascript:alert(css)"; } alert(style) I could not trigger the `xlink:href` and many other shown alerts...