Hello guys...I clone a github repo..., but there is no .sln file, how would I run the project...any idea?
Loading
Hello guys...I clone a github repo..., but there is no .sln file, how would I run the project...any idea?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 11, 2022, 7:01 AM
If it's modern dotnet you only need a csproj, Add it to a new .sln via dotnet commands or
Try create empty solution then add existing project. or try as @Amit suggested
Amit MohantyPosted Oct 11, 2022, 6:46 AM
If a *.csproj file exists, you can build a new solution by Visual Studio.
Go to
Menu File → Open → Project/Solutions
Choose the .csproj file.