FvS-MR

Results 2 issues of FvS-MR

As in https://github.com/zzzprojects/html-agility-pack/issues/587 there are still missing attributes, E.g. ``` c# public HtmlNode FirstChild { get { return !HasChildNodes ? null : _childnodes[0]; } } public HtmlNode LastChild { get...

Hi, like in issue https://github.com/zzzprojects/html-agility-pack/issues/594 i ran into a new nullable issue. In HtmlNode I see a lot of code like this: #if NET8_0 HtmlNodeCollection? #else HtmlNodeCollection #endif This gives...