Jason Kim's Blog

Starting ASP.NET project in Mac OSX using VSCode
2024-09-01

As of Sept 1, 2024, Microsoft Visual Studio for Mac is retired.

This doesn't mean that you can't use Visual Studio on Mac. However, Microsoft will not actively develop other than patching for security and reliability. Read more on this.

Thankfully, you can still use VSCode on Mac OSX to develop ASP.NET projects.

  1. Install prerequisites
  2. After C# Dev Kit is installed in VSCode, open it in VSCode.
    • You can do this by opening "Extensions" in the left side.
    • Search for C# Dev Kit and open it.
    • Check that the extension is installed.
  3. After the extension is installed, press Command + Shift + P.
  4. Search for "Welcome: Open Walkthrough".
  5. Select "Get Started With C# Dev Kit"
  6. Under "Create your dotnet project", click "Choose Project Template".
  7. Click "New Project"
  8. Now follow the guided prompts, to create the ASP.NET project you want to create.