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
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Using a fresh enlistment in CodeFormatter (or git clean out the bin folders) run build from the root.
Now execute CodeFormatter.exe against some .SLN file.
Expected: runs correctly
Actual: errors reported about missing CopyrightHeaders.md
It looks like CopyrightHeaders is being written to bin\codeformatter\debug only, but CodeFormatter.exe is written to bin. IllegalHeaders.md is written to the correct location.