While doing recent updates with the VS Extension of this tool, I noticed that on review of files prior to check-in to source control that that the XML declaration got removed
<?xml version="1.0" encoding="utf-8"?>
Since the XML declaration is part of the XML spec and is in the file originally, I would not expect it being removed due to updates to a resource string.
I have no steps to re-produce the issue as it seems to come about at random when updating files.
<?xml version="1.0" encoding="utf-8"?>
Since the XML declaration is part of the XML spec and is in the file originally, I would not expect it being removed due to updates to a resource string.
I have no steps to re-produce the issue as it seems to come about at random when updating files.