Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Mac Can't run ASP.NET Core Project

This may be very obvious in hindsight. When installing the new VS Mac, and creating an ASPNET Core project, I can't run it by clicking the run button in the top left.

I can run if I right click on the Web project, click 'Run With' then 'Custom Configuration'. Works great.

However, the run item is disabled and I can't figure any way to enable it: http://prntscr.com/f7rsgh

like image 293
Martin Alderson Avatar asked May 14 '17 18:05

Martin Alderson


1 Answers

Try loading the solution using Jetbrains Rider. https://www.jetbrains.com/rider

like image 191
Goose Avatar answered Oct 28 '22 02:10

Goose