You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you've probably noticed, things are rather quiet in this repo. We'd be happy to take PRs that improve it, though -- even if it's only adding failing unit tests for issues that you've found.
The union operator does not work. For example, this path:
//mynode|//myothernode
compiles to
((null) | root:) | (root:))
Using IXPathBuilder.
The text was updated successfully, but these errors were encountered: