Minor issue with xml comments with embedded brackets
Posted: Wed Aug 16, 2023 3:16 pm
Hi,
Hi,
the XML comments spec says to use ≤ and ≥ to escape < and >, respectively
so an xml comment like ≤string≥{"1","2","3","4"} should result in <string>{"1","2","3","4"}
the xml comments file throws <!-- Badly formed XML comment ignored for member ... -->
You're also supposed to be able to use cref="{string}" and the curlies get converted to brackets but that just includes the literal cref in the output
Thanks,
SteveF
Hi,
the XML comments spec says to use ≤ and ≥ to escape < and >, respectively
so an xml comment like ≤string≥{"1","2","3","4"} should result in <string>{"1","2","3","4"}
the xml comments file throws <!-- Badly formed XML comment ignored for member ... -->
You're also supposed to be able to use cref="{string}" and the curlies get converted to brackets but that just includes the literal cref in the output
Thanks,
SteveF