visual studio mac for mac missing of identity class -
hi downloaded visual studio mac 2017 community version. created default mvc core 2.0 project , noticed there missing class of account controllers used have register , account other handler functions.
i created same project in windows .in windows can see there identity class , controller created.
how generate authentication class in visual studio mac core 2.0?
i tried creating default project in windows , copy mac , works!!! after change connection string server.identity framework works fine in mac. why microsoft not generating code mac?
with visual studio on windows there options can configure when creating new asp.net core project. these configuration options not available visual studio mac simpler asp.net core project created.
so left copying project windows, did, or can open command prompt , use dotnet new create project. if run following can see configuration options can specify asp.net core mvc project template:
dotnet new mvc --help
Comments
Post a Comment