-
Notifications
You must be signed in to change notification settings - Fork 425
Source not compiling #2419
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested
The readme says after cloning, all that's needed to compile is
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
dotnet restore
dotnet build
dotnet run --project src/SourceGit.csproj
This is untrue. There are errors about missing packages. Something changes in the last few months, as this used to be all that was needed to build, now it's far more convoluted.