Skip to content

Update XPath2Expression.cs - #74

Open
wstaelens wants to merge 1 commit into
StefH:masterfrom
wstaelens:patch-1
Open

Update XPath2Expression.cs#74
wstaelens wants to merge 1 commit into
StefH:masterfrom
wstaelens:patch-1

Conversation

@wstaelens

Copy link
Copy Markdown

mainly casting optimizations

mainly casting optimizations
@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

if (res is XPathItem item)
{
XPathItem item = (XPathItem)res;
if (!item.IsNode)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See Sonar info warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants