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
The example Entities is supposed to provide custom entities while reading a file where these entities are used, but not defined. The example raises an System.Xml.XmlException exception due to the undeclared entity.
Given that the example must have worked some time, I guess this is a regression that has been introduced at some time.
Used Versions
Current master.
The example can easily be converted to (or used as base for) a unit test if this issue is fixed.
The text was updated successfully, but these errors were encountered:
This came up in PR #649.
Description
The example
Entities
is supposed to provide custom entities while reading a file where these entities are used, but not defined. The example raises anSystem.Xml.XmlException
exception due to the undeclared entity.Given that the example must have worked some time, I guess this is a regression that has been introduced at some time.
Used Versions
Current master.
The example can easily be converted to (or used as base for) a unit test if this issue is fixed.
The text was updated successfully, but these errors were encountered: