-
Hi! I am trying to do an incremental build, since I am creating an external module. I have done the following:
One of the many "Fatal errors" that occur is the following: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Installing .NET, then installing slngen with |
Beta Was this translation helpful? Give feedback.
Installing .NET, then installing slngen with
dotnet tool install --global Microsoft.VisualStudio.SlnGen.Tool --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources
, and runningslngen --folders:true
fixed it. Remember to run the commands in the dist3 folder. If some of the commands aren't working, try rebooting, it worked for me :)