I'm looking to build an ASP.NET Core 2.2.3 CLI application using Angular and Identity. I have tried to make this with the following command but the CLI return an error like "--auth parameter not valid".
dotnet new angular --auth Individual -o opd
1°) Is it possible to generate this kind of project ?
2°) How to show CLI parameter information about a specific type of project (angular; mvc; console; ...) ?
Member
8 Points
46 Posts
ASP.NET Core 2.2.3 CLI using angular and identity
Sep 17, 2019 11:28 PM|BeRoots|LINK
Hi
I'm looking to build an ASP.NET Core 2.2.3 CLI application using Angular and Identity. I have tried to make this with the following command but the CLI return an error like "--auth parameter not valid".
1°) Is it possible to generate this kind of project ?
2°) How to show CLI parameter information about a specific type of project (angular; mvc; console; ...) ?
Thanks in advance.
All-Star
58254 Points
15682 Posts
Re: ASP.NET Core 2.2.3 CLI using angular and identity
Sep 18, 2019 01:27 AM|bruce (sqlwork.com)|LINK
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-3.0
Member
8 Points
46 Posts
Re: ASP.NET Core 2.2.3 CLI using angular and identity
Sep 18, 2019 09:24 AM|BeRoots|LINK
Ok. Thanks for this anwser.