How to run (dotnet sergen restore) in asp.net core ?
shift + right click your project.web folder

or open Project.Web folder, then type cmd on address bar, it will open command prompt

not work ... i have asp.net core
run this
npm install -g sergen
I think your path is wrong, it should be the folder which contains _.csproj_ file
In your image I see your path is repos\CheckAudit, I guess it should be *repos\CheckAudit\CheckAudit.Web**
It work
Thank you minhhungit
Most helpful comment
I think your path is wrong, it should be the folder which contains _.csproj_ file
In your image I see your path is repos\CheckAudit, I guess it should be *repos\CheckAudit\CheckAudit.Web**