C
C#9mo ago
supernetlix

❔ 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
Azrael
Azrael9mo ago
Use VS's built-in debugger.
supernetlix
supernetlix9mo ago
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
Azrael
Azrael9mo ago
No. You can probably debug it through VSC, but I'd recommend VS.
supernetlix
supernetlix9mo ago
it is kinda complicated for me
Azrael
Azrael9mo ago
Why's that?
supernetlix
supernetlix9mo ago
No description
supernetlix
supernetlix9mo ago
i don't know where exactly i should debug my code
Azrael
Azrael9mo ago
VS.
supernetlix
supernetlix9mo ago
i will install VS because i am using now VSC
kocha
kocha9mo ago
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
Accord
Accord9mo ago
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.