dotnet new

资讯 2024-07-09 阅读:45 评论:0
發行項04/25/2024...

本文適用於: .NET Core 3.1 SDK 與更新版本

This text is suitable for: .NET Core 3.1 SDK and updated version

- 根據指定的範本建立新的專案、組態檔或方案。

- Create new projects, configuration files or programmes based on specified templates.



命令會根據範本建立 .NET 專案或其他成品。

The command will create.NET projects or other finished products based on the template.

命令會呼叫範本引擎,以根據指定的範本和選項在磁碟上建立成品。

The command will call to create finished products on disks based on specified templates and options.

自 .NET SDK 7.0.100 起, 可使用 TAB 鍵自動完成。 不僅支援完成已安裝範本的名稱,也支援完成所選範本提供的選項。 若要為 .NET SDK 啟用 TAB 鍵自動完成,請參閱啟用 TAB 鍵自動完成

Starting with.NET SDK 7.0.100, the TAB key can be performed automatically. Not only does it support the completion of the installed template's name, but it also supports the completion of the selection provided by the selected template. To enable the TB key for.NET SDK, see .

您不必執行 ,因為其會由需要進行還原的所有命令隱含執行,例如 、、、、 和 。 若要停用隱含還原,請使用 選項。

You do not have to execute , as it will be executed under cover of all commands that need to be restored, e. g.,,, and. To deactivate the hidden recovery, use the option.

命令在適合進行明確還原的特定案例中仍可派上用場,例如 Azure DevOps Services 中的持續整合組建,或在需要明確控制何時進行還原的組建系統中。

The order may still be useful in specific cases where it is appropriate to undertake a definitive restoration, such as or in the construction system where clear control is needed.

如需了解如何管理 NuGet 摘要,請參閱 文件

For information on how to manage the NuGet Summary, please refer to document .

下表顯示隨 .NET SDK 預先安裝的範本。 範本的預設語言會顯示在方括號內。 按一下簡短名稱連結即可查看特定範本選項。

The following table shows the templates that were pre-installed with.NET SDK. The default language of the template is shown in square brackets. A short name link allows you to see the selected template options.

範本 簡短名稱 語言 標籤 推出的版本
主控台應用程式 [C#], F#, VB 通用/主控台 1.0
類別庫 [C#], F#, VB 通用/程式庫 1.0
WPF 應用程式 [C#]、VB 一般/WPF 3.0 (VB 為 5.0)
WPF 類別庫 [C#]、VB 一般/WPF 3.0 (VB 為 5.0)
WPF 自訂控制項程式庫 [C#]、VB 一般/WPF 3.0 (VB 為 5.0)
WPF 使用者控制項程式庫 [C#]、VB 一般/WPF 3.0 (VB 為 5.0)
Windows Forms (WinForms) 應用程式 [C#]、VB 一般/WinForms 3.0 (VB 為 5.0)
Windows Forms (WinForms) 類別庫 [C#]、VB 一般/WinForms 3.0 (VB 為 5.0)
背景工作服務 [C#] 一般/背景工作/Web 3.0
單元測試專案 [C#], F#, VB 測試/MSTest 1.0
NUnit 3 測試專案 [C#], F#, VB 測試/NUnit 2.1.400
NUnit 3 測試項目 [C#], F#, VB 測試/NUnit 2.2
xUnit 測試專案 [C#], F#, VB 測試/XUnit 1.0
Razor 元件 [C#] Web/ASP.NET 3.0
Razor 頁面 [C#] Web/ASP.NET 2.0
MVC ViewImports [C#] Web/ASP.NET 2.0
MVC ViewStart [C#] Web/ASP.NET 2.0
Blazor Web 應用程式 [C#] Web/Blazor 8.0.100
BlazorWebAssembly 獨立應用程式 [C#] Web/Blazor//WebAssemblyPWA 3.1.300
空的 ASP.NET Core [C#]、F# Web/空白 1.0
ASP.NET Core Web 應用程式 (模型檢視控制器) [C#]、F# Web/MVC 1.0
ASP.NET Core Web 應用程式 [C#] Web/MVC/Razor 頁面 2.2,、2.0
Razor 類別庫 [C#] Web/Razor/程式庫/Razor 類別庫 2.1
ASP.NET Core Web API [C#]、F# Web/Web API/API/服務/WebAPI 1.0
ASP.NET Core API [C#] Web/Web API/API/服務 8.0
ASP.NET Core API 控制器 [C#] Web/ASP.NET 8.0
ASP.NET Core gRPC 服務 [C#] Web/gRPC 3.0
dotnet gitignore 檔案 Config 3.0
global.json 檔案 Config 2.0
NuGet 組態 Config 1.0
Dotnet 本機工具資訊清單檔 Config 3.0
Web 組態 Config 1.0
方案檔 解決方案 1.0
通訊協定緩衝區檔案 Web/gRPC 3.0
EditorConfig 檔案 Config 6.0

下表顯示已停止且不再預安裝 .NET SDK 的範本。 按一下簡短名稱連結即可查看特定範本選項。

The following table shows a sample of.NET SDK that has been stopped and is no longer pre-installed. A short name link allows you to see a given template option.

範本 簡短名稱 語言 標籤
ASP.NET Core 與 Angular [C#] Web/MVC/SPA 8.0
ASP.NET Core 與 React.js [C#] Web/MVC/SPA 8.0
Blazor 伺服器應用程式 [C#] Web/Blazor 8.0
Blazor 伺服器應用程式空白 [C#] Web/Blazor 8.0
BlazorWebAssembly 應用程式空白 [C#] Web/Blazor/WebAssembly 8.0

各個範本可能還會有其他定義的選項。 如需詳細資訊,請參閱 的 .NET 預設範本

Each template may have other defined options. See

文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
热门文章
  • 以太坊区块链浏览器的搭建

    以太坊区块链浏览器的搭建
    环境;Ubuntu 首先需要下载git 参考链接:?http://www.360bchain.com/article/156.html??Environment; Ubuntu first needs to download git reference link: ˂a rel="noformlow" href="http://www.360bchai.com/article/156.html"? http://www.360bchai.com/article/156.htm...
  • 百度元宇宙希壤app官方下载

    百度元宇宙希壤app官方下载
    希壤元宇宙是一款非常好玩的休闲手游,这款游戏采用了元宇宙的游戏概念,超级自由的游戏玩法,在这里没有什么标准限定,你可以自由的在这里进行着一切你想做的事情,游戏比较的休闲和放松,没有什么操作难度,感兴趣的小伙伴们可以来007游戏网下载这款非常有趣的希壤元宇宙吧!˂a href=http://m.yx007.com/key/xxsy" target="_blank" , a game that uses the concept of meta-cosm, super-free p...
  • 【CoinCentral 合作內容】加密貨幣 Decred 正式推出 2018 發展路段線圖

    【CoinCentral 合作內容】加密貨幣 Decred 正式推出 2018 發展路段線圖
    早些時候,加密貨幣Decred發表了一篇博客文章,概述了他們2018年的正式發展路線圖。Earlier, encrypt currency Decred published a blog article outlining their official road map for development in 2018.在這個路線圖中,團隊在為他們制定營銷宣傳之前,明確地表明他們於建立和發布可交付物品的成果,同時將他們的營銷集中在項目的核心組成部分。Decred團隊正在研究一些...
  • 跨接在两个网络间的语音记录仪设计

    跨接在两个网络间的语音记录仪设计
      摘  要: 设计了语音记录仪。该语音记录仪桥接在通信设备之间,同时提供3种桥接接口:以太网接口,支持在IP通信方式下的各通话组的直通及录音功能;二线接口,支持模拟二线方式下的直通及录音功能;音频接口,支持模拟音频方式下的直通及录音功能。同时话音记录仪提供FTP服务器,可以通过局域网对语音记录仪保存的语音文件进行下载和管理。此外,该设备支持语音回放功能。 extracts & nbsp; to : The voice record...
  • 元宇宙概念股有哪些 元宇宙概念股一览表

    元宇宙概念股有哪些 元宇宙概念股一览表
    元宇宙概念股排行精选 元宇宙概念股一览表(2022/11/08),下文就随小蔡来简单的了解一下吧。The contours of the meta-cosmology unit are in the list of the meta-cosmological concept units (2022/11/08), so let's get to the bottom of this with Little Choi. 元宇宙概念股龙头有:The contou...
标签列表