Build an ASP.NET Core app on a Mac Using Visual Studio Code
“Your project is now created, you can use the following commands to get going cd “MyFirstApp” dotnet restore dotnet build dotnet run Developing ASP.NET Core Applications on a Mac With Visual Studio Code. When the application is opened, Visual Studio Code will prompt to restore the needed project dependencies as well as add build and debug dependencies. If this is your first time using Visual Studio Code, note that it provides a very streamlined, fast, clean interface for quickly working with files, while still providing tooling to make writing code extremely productive. If you’re coming from Visual Studio, Code includes many of the same keyboard shortcuts, such as ⌘KC to comment a block of code, and ⌘KU to uncomment. Once you’ve developed your application, you can easily use the Git integration built into Visual Studio Code to push updates to production, hosted on Microsoft Azure.”
https://docs.microsoft.com/en-us/aspnet/core/tutorials/your-first-mac-aspnet