-
Notifications
You must be signed in to change notification settings - Fork 27
Developer guidance and troubleshooting
Matt McLoughlin edited this page Feb 8, 2024
·
2 revisions
- If your PR fails on the format check, it's likely due to whitespace. To fix whitespace in a folder:
dotnet-format -w -f C:\Users\mattmcl\source\repos\microsoft\ga4gh-tes\src\Tes.Runner\Docker
. Next, stage and commit only the file you wish to fix. - If you can't build the solution because NuGet packages can't be restored, delete
nuget.config
at the root of the repo and try again.
To search, expand the Pages section above.