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
Instead of having a mono repo of public files that is essentially a snapshot of the code from them, we can hopefully do the following.
Add a json file with a list public repos to check out
Add a .csharpierrc file that includes the files that will be ignored from the public repos
Modify the github action for format_repositories to check out all repositories from the json file into the same location as the .csharpierrc, then format them all.
This means we can easily add new repos and we continue to test the latest versions of those repos, which should help catch more edge cases.
The text was updated successfully, but these errors were encountered:
Instead of having a mono repo of public files that is essentially a snapshot of the code from them, we can hopefully do the following.
This means we can easily add new repos and we continue to test the latest versions of those repos, which should help catch more edge cases.
The text was updated successfully, but these errors were encountered: