ProteoWizard / pwiz

The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
http://proteowizard.sourceforge.net/
Apache License 2.0
210 stars 97 forks source link

Replace "<value />" with "<value></value>" in resx files #3037

Closed nickshulman closed 3 weeks ago

nickshulman commented 4 weeks ago

Use "<value></value>" instead of "<value />" for empty values in .resx files

chambm commented 3 weeks ago

Will Visual Studio change these? How did they get to be <value/> in the first place?

nickshulman commented 3 weeks ago

Will Visual Studio change these? How did they get to be <value/> in the first place?

They got changed to <value/> by a tool that I wrote in PR #3035. We are pretty sure that Visual Studio always writes them out as <value></value> so I changed them back to the way they were before.