❔ ASP.net source caode launch
i have a source code, i need to run it locally and modify few things, but i don't know how can i build it, because i have the full source code, please help me
11 Replies
Use VS's built-in debugger.
do i need to install visual studion or i can do it in visual studio code?
@luckylukehjo do you mind if i shared you my screen for 2 minutes, it should be simple for an experienced one
No.
You can probably debug it through VSC, but I'd recommend VS.
it is kinda complicated for me
Why's that?
i don't know where exactly i should debug my code
VS.
i will install VS
because i am using now VSC
To build and run, just download the .net sdk and run the command „dotnet run“ at the location where your .csproj is.
For editing you can use vs, vsc, rider etc
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.