nccgroup / VCG

VisualCodeGrepper - Code security scanning tool.
GNU General Public License v3.0
523 stars 116 forks source link

How to build the application? #20

Open abhi06991 opened 6 months ago

abhi06991 commented 6 months ago

Hi Team,

I am trying to make a code change suggested in this issue -https://github.com/nccgroup/VCG/issues/6 But how do I build this to generate the modified exe. I couldn't find any information on how to build the application. I am getting the below issue when trying to build -

C:\Program Files\dotnet\sdk\6.0.415\Microsoft.Common.CurrentVersion.targets(3262,5): error MSB4216: Could not run the "
GenerateResource" task because MSBuild could not create or connect to a task host with runtime "NET" and architecture "
x86".  Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the
required executable "C:\Program Files\dotnet\sdk\6.0.415\MSBuild.dll" exists and can be run.

My specs - Windows 11 Enterprise - x64 dotnet version -6.0.415

Thanks