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
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
My application is using a process in which it loops through certain nodes and removes any namespaces that may be appended to the name. After the upgrade to version 1.11.48, a StackOverflowException is encountered when updating the HtmlNode.Name property and attempting to access either the HtmlNode.InnerHtml or HtmlNode.InnerText properties.
2. Exception
Exception of type 'System.StackOverflowException' was thrown.
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
My application is using a process in which it loops through certain nodes and removes any namespaces that may be appended to the name. After the upgrade to version
1.11.48
, aStackOverflowException
is encountered when updating theHtmlNode.Name
property and attempting to access either theHtmlNode.InnerHtml
orHtmlNode.InnerText
properties.2. Exception
Exception of type 'System.StackOverflowException' was thrown.
3. Fiddle or Project
https://dotnetfiddle.net/Q1LM01
4. Any further technical details
Add any relevant detail can help us, such as:
The text was updated successfully, but these errors were encountered: