gpt4 book ai didi

c# - 如何从命令行创建新的 dotnetcore EMPTY web 项目模板

转载 作者:行者123 更新时间:2023-11-30 16:45:42 26 4
gpt4 key购买 nike

在命令行我可以输入

dotnet new -t web

构建一个新的 asp.net core web 项目,但它包含“完整模板”(相当于在 Visual Studio 中创建一个新的 MVC 项目)。

在 visual studio 中,我也可以创建一个新的 EMPTY 项目(它只返回一个“Hello World”字符串响应)。

是否有一个等效的命令行选项来搭建 EMPTY 项目?

我找到了dotnet new命令的文档 here但似乎没有这样的选择

最佳答案

回答

dotnet new web

我是怎么想出来的

(如果 cli 更改,将来也可以使用 2 validate)

.netcore cli/shell 有一个实用程序可以列出所有可以使用“new”创建的新模板/项目。使用它你可以找到空的网络应用程序创建命令

dotnet new -l 

然后返回这个

Templates                                     Short Name           Language    Tags                  
-------------------------------------------- ------------------- ---------- ----------------------
Console Application console [C#],F#,VB Common/Console
Class library classlib [C#],F#,VB Common/Library
WPF Application wpf [C#],VB Common/WPF
WPF Class library wpflib [C#],VB Common/WPF
WPF Custom Control Library wpfcustomcontrollib [C#],VB Common/WPF
WPF User Control Library wpfusercontrollib [C#],VB Common/WPF
Windows Forms App winforms [C#],VB Common/WinForms
Windows Forms Control Library winformscontrollib [C#],VB Common/WinForms
Windows Forms Class Library winformslib [C#],VB Common/WinForms
Worker Service worker [C#],F# Common/Worker/Web
Unit Test Project mstest [C#],F#,VB Test/MSTest
NUnit 3 Test Project nunit [C#],F#,VB Test/NUnit
NUnit 3 Test Item nunit-test [C#],F#,VB Test/NUnit
xUnit Test Project xunit [C#],F#,VB Test/xUnit
Razor Component razorcomponent [C#] Web/ASP.NET
Razor Page page [C#] Web/ASP.NET
MVC ViewImports viewimports [C#] Web/ASP.NET
MVC ViewStart viewstart [C#] Web/ASP.NET
Blazor Server App blazorserver [C#] Web/Blazor
Blazor WebAssembly App blazorwasm [C#] Web/Blazor/WebAssembly
ASP.NET Core Empty web [C#],F# Web/Empty
ASP.NET Core Web App (Model-View-Controller) mvc [C#],F# Web/MVC
ASP.NET Core Web App webapp [C#] Web/MVC/Razor Pages
ASP.NET Core with Angular angular [C#] Web/MVC/SPA
ASP.NET Core with React.js react [C#] Web/MVC/SPA
ASP.NET Core with React.js and Redux reactredux [C#] Web/MVC/SPA
Razor Class Library razorclasslib [C#] Web/Razor/Library
ASP.NET Core Web API webapi [C#],F# Web/WebAPI
ASP.NET Core gRPC Service grpc [C#] Web/gRPC
dotnet gitignore file gitignore Config
global.json file globaljson Config
NuGet Config nugetconfig Config
Dotnet local tool manifest file tool-manifest Config
Web Config webconfig Config
Solution File sln Solution
Protocol Buffer File proto Web/gRPC

关于c# - 如何从命令行创建新的 dotnetcore EMPTY web 项目模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41649361/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com