You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran xq on a file, and it replaced <ProjectReference /> with <ProjectReference></ProjectReference>. It would be nice if the XML output could use self-closing tags for empty elements, either unconditionally, or as an opt-in or opt-out option. My preference would be to do it unconditionally.
The text was updated successfully, but these errors were encountered:
I ran
xq
on a file, and it replaced<ProjectReference />
with<ProjectReference></ProjectReference>
. It would be nice if the XML output could use self-closing tags for empty elements, either unconditionally, or as an opt-in or opt-out option. My preference would be to do it unconditionally.The text was updated successfully, but these errors were encountered: