jpeirson

Results 4 comments of jpeirson

Resolved conflicts since I first wrote this PR. Also, fixed a bug in #14 where the nth index was off by one: the _n_ is indexed starting from 1, not...

Als note that [`NodeExtensionMethods.GetIndexOnParent()`](https://github.com/trenoncourt/HtmlAgilityPack.CssSelectors.NetCore/pull/12/files#diff-27e7928b3119257b9df09de3af6798b3603fb999b8c2ae3031da8b2941430b42R35) is indexed starting with 0, while the parameter returned to [`CheckNode()`](https://github.com/trenoncourt/HtmlAgilityPack.CssSelectors.NetCore/pull/12/files#diff-753c9efcedf0e149cb8eaf43fff9ade1b087a331d8523985d1e1f26399f90763R6) is indexed starting with 1.

@jmoiron is there a way forward on merging this PR? This fixes a critical issue for, what to me is, a common use case.

Fixed issue with using wrong Config element, for modifying own assembly.