Developer guidance and troubleshooting - microsoft/ga4gh-tes GitHub Wiki
- 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.configat the root of the repo and try again.