skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
160 stars 32 forks source link

Invalid XML in WebDav server responses do not result in a usable exception #80

Open doxxx opened 2 years ago

doxxx commented 2 years ago

When the WebDav server returns invalid XML, the exception is eaten by XDocumentExt.TryParse and the caller is left with an empty parsed response and no idea why it is empty.