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
Is your improvement request related to a problem? Please describe.
I was confused when in a solution with 20+ projects I ran gitversion and got an XmlException printed that didn't mention the exact file that was causing problems. And 100 lines of git log were printed in addition.
Detailed Description
I was trying to update csproject filesin a solution with 20+ projects. I ran gitversion and got an XmlException printed that didn't mention the exact file that was causing problems. At this point I had no idea what files gitversion was even trying to parse that made it fail.
Context
Updating version info in multiple csproject files in a large solution.
Possible Implementation
Simply wrap xml reading call in try/catch and add file location in XmlException message.
The text was updated successfully, but these errors were encountered:
Is your improvement request related to a problem? Please describe.
I was confused when in a solution with 20+ projects I ran gitversion and got an XmlException printed that didn't mention the exact file that was causing problems. And 100 lines of git log were printed in addition.
Detailed Description
I was trying to update csproject filesin a solution with 20+ projects. I ran gitversion and got an XmlException printed that didn't mention the exact file that was causing problems. At this point I had no idea what files gitversion was even trying to parse that made it fail.
Context
Updating version info in multiple csproject files in a large solution.
Possible Implementation
Simply wrap xml reading call in try/catch and add file location in XmlException message.
The text was updated successfully, but these errors were encountered: