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
* Remove unused variable
Unused since 13c04da
* Remove redundant type cast
* Remove null check
If `res` was empty calling `.BackendDOMNodeId` would throw a NullReferenceException
* Use coalesce expression
* Use explicit cast
In case of failure we get an InvalidCastException instead of a NullReferenceException
* Remove unnecessary cast
* Remove unused capturing group
* Handle empty sequence from QueryAXTreeAsync
0 commit comments