Hi i downloaded visual studio for mac 2017 community version. I created a default MVC Core 2.0 project and i noticed that there is missing class of Account controllers where
Currently the GUI for Mac Visual Studio does not support the ability to add Authentication. However, the CLI does!
dotnet new sln --name
dotnet new mvc -o moviemvc --auth Individual
dotnet sln add
dotnet sln
You can find more information here too