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
Add handling of Assembly attributes that do not end on a new line
- Added tests that fail if we don't have a newline after Assembly attributes
- Updated FileHelper to support commented out Assembly attributes that do not end with a new line
allText+=System.Environment.NewLine;// Always add a new line, this handles the case for when a file ends with the EOF marker and no new line. If you don't have this newline, the regex will match commented out Assembly*Version tags on the last line.
allText+=System.Environment.NewLine;// Always add a new line, this handles the case for when a file ends with the EOF marker and no new line. If you don't have this newline, the regex will match commented out Assembly*Version tags on the last line.
0 commit comments