使用时dotnet new webapi -n API,它会生成带有properties、obj和bin子文件夹的 API 文件夹,如下面的屏幕截图所示,但它没有Controllers文件夹。有人可以指导我吗?该项目使用.NET 8.0
dotnet new webapi -n API
properties
obj
bin
Controllers
.net-core dotnet-cli asp.net-core-webapi .net-8.0
.net-8.0 ×1
.net-core ×1
asp.net-core-webapi ×1
dotnet-cli ×1