microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

Unable to run the restler Build command from the Base repository #860

Open v-srbitla opened 4 months ago

v-srbitla commented 4 months ago

Description

Hi Team, When we are trying to run the Restler "python fuzz/build-restler.py" from our repository , having ( reslter exe files) , its throwing out an error about the restoring the nuget packages . Tried clearing the nuget cache, and restoring the nuget.

image

llaumegui27 commented 4 months ago

Maybe you can check the .NET version installed, you need to be in .NET 6.0

v-srbitla commented 4 months ago

I have .Net 6 and higher version installed image

llaumegui27 commented 4 months ago

Im not a Windows user, so why you don't use the docker image ? It should work normaly