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
At the moment, XmlList uses an unchecked cast when reading elements. But this means we are not actually sure the tag names and namespaces are correct. We must make this safer somehow.
The text was updated successfully, but these errors were encountered:
At the moment,
XmlList
uses an unchecked cast when reading elements. But this means we are not actually sure the tag names and namespaces are correct. We must make this safer somehow.The text was updated successfully, but these errors were encountered: