79078282

Date: 2024-10-11 12:49:26
Score: 1
Natty:
Report link

Encountered the same problem. I guess XmlWriter doesn't have time to flush all it's content into stream. So you should manually call

xmlWriter.Flush();
xmlWriter.Close();

Then problem is gone.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SHKVal