Visual Studio
This tutorial will guide you through the process of setting up Visual Studio and creating a console project with it.
Creating the Solution
Open Visual Studio. You should see the following screen appear by default:
Click Create a new project
. In the following screen select Console Application
. Make sure it's described as a .NET Core application.
Give the application a name. Just don't use something that'd collide in any way with the Disqord
namespace to avoid issues down the line.
Select the framework to be .NET 5.0
or higher.
You should see Visual Studio open the solution, which currently is just a barebones "hello world" application: