02-05 dotnet new list

01

You could right click, create new project within the SOLUTION EXPLORER.
Then Choose Class Library, But ...

02

dotnet new list

use the dotnet command instead when creating projects, building and running.

Type,

dotnet new list

for the options

03

Add --help this to see the flags of a option

dotnet new webapi --help