Bryant Longley

Results 3 issues of Bryant Longley

With the change in resolution behaviour of IEnumerable[T] (switching to deferred resolution of items) the only "built-in" "up front" resolution of collections is via an Array (strictly speaking knowing that...

New Feature :rocket:

Provides a minimal change implementation for #2985 while following the "Compile" semantics used by "XPathExpression". "JToken" enhanced with additional "SelectToken"/"SelectTokens" methods that take a "JPath". Existing "SelectToken"/"SelectTokens" methods modified to...

Back in 2018 there was a change in 1.8.2 that meant a textarea no longer has its child elements parsed, rather the entire contents is treated as text (https://github.com/zzzprojects/html-agility-pack/issues/183). Although...