Microsoft Docs - 最新文章

docs.microsoft.com 是 Microsoft 技術文件的新首頁,讓內容的 Web 體驗,還有您用來了解、管理及部署解決方案的內容建立和支援方式更先進。 您可以在這裡一次找到所有與 Microsoft 技術相關的內容。為了確保您可以隨時掌握 docs.microsoft.com 上新功能和精彩內容的最新資訊,我們為您建立了專用摘要。


Selected Feed: NuGet

NuGet 文件

https://learn.microsoft.com/zh-tw/nuget/ NuGet 是 Microsoft 開發平台 (包括 .NET) 的套件管理員。 NuGet 用戶端工具能讓您建立與取用套件。 . NuGet is the package manager for Microsoft development platforms including .NET. The NuGet client tools provide the ability to create and consume packages.. NuGet 文件 NuGet 是適用於 .NET 的套件管理員。 它可讓開發人員建立、分享及取用實用的 .NET 程式庫。 NuGet 用戶端工具提供以套件形式產生及取用這些程式庫的能力。 概觀 什麼是 NuGet?
Published Date : 2021年6月17日

NuGet 用戶端 SDK

https://learn.microsoft.com/zh-tw/nuget/reference/nuget-client-sdk NuGet。 包裝 NuGet.Packaging安裝套件以與 .nupkg 資料流程互動和 .nuspec 檔案: 建立套件 使用 NuGet.Packaging 建立封裝、設定中繼資料,以及新增相依性。 重要 強烈建議您使用官方 NuGet 工具建立 NuGet 套件,而不使用這個低層級的 API。 格式正確的封裝有許多重要的特性,而最新版本的工具可協助您併入這些最佳做法。 如需建立 NuGet 套件的詳細資訊,請參閱套件建立工作流程的總覽,以及官方套件工具的檔 (例如,使用 dotnet CLI) 。 讀取套件 使用 NuGet.Packaging 從檔案資料流程讀取封裝。
Published Date : 2021年4月13日

從已驗證的摘要取用套件

https://learn.microsoft.com/zh-tw/nuget/consume-packages/consuming-packages-authenticated-feeds nuget.exe和 V1 認證提供者 在 NuGet 版本中 3.3 引進第一版的驗證外掛程式。 如需這些提供者的安裝和探索,請參閱 nuget.exe認證提供者 適用于nuget.exe的可用認證提供者 Azure DevOps V2 認證提供者 或 Azure Artifacts 認證提供者 使用 Visual Studio 2017 15.9 版和更新版本時,Azure DevOps 認證提供者會隨附于 Visual Studio 中。 如果使用 nuget.exe 來自該特定 Visual Studio 工具組的 MSBuild,則會自動探索外掛程式。
Published Date : 2021年4月22日

裝載您自己的 NuGet 摘要概觀

https://learn.microsoft.com/zh-tw/nuget/hosting-packages/overview NuGet 資源庫讓使用者能夠管理及使用功能,例如大量 web UI,在瀏覽器中搜尋和瀏覽套件,類似 nuget.org。 另外還有數個其他 NuGet 裝載產品,例如 Azure Artifacts 和 GitHub 套件登錄 ,可支援遠端私人摘要。 以下是這類產品的清單: JFrog 的 Artifactory。 Azure Artifacts,也適用於 Team Foundation Server 2017 及更新版本。
Published Date : 2023年2月2日

如何發佈 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/nuget-org/publish-a-package 使用 NuGet CLI 在命令提示字元中,執行下列命令,並將 <your_API_key> 取代為您從 nuget.org 取得的金鑰: 此命令會將 API 金鑰儲存在 NuGet 設定中,因此您不需要在同一部電腦上再次輸入 API 金鑰。 注意 此 API 金鑰不會用來向私人摘要進行驗證。 若要管理使用這些來源進行驗證的認證,請參閱 nuget sources 命令。 使用下列命令推送套件: 使用 Azure Pipelines 發佈 您可以將套件推送至 nuget.org azure Pipelines 作為持續整合/持續部署 (CI/CD) 程式的一部分。 如需詳細資訊,請參閱 使用 Azure Pipelines 發佈 NuGet 套件。
Published Date : 2023年2月21日

什麼是 NuGet?它有哪些功能?

https://learn.microsoft.com/zh-tw/nuget/what-is-nuget 針對 .NET (包括 .NET Core),Microsoft 支援的共用程式碼機制是 NuGet,它定義如何建立、裝載和取用 .NET 套件,並為這些角色的每一個提供工具。 簡言之,NuGet 套件就是副檔名為 .nupkg 的單一 ZIP 檔案,內含已編譯程式碼 (DLL)、其他與該程式碼相關的檔案,以及包含套件版本號碼這類資訊的描述性資訊清單。 擁有要共用之程式碼的開發人員會建立套件,並將它們發行至公用或私人主機。 套件取用者會從適當的主機取得那些套件、將它們新增至其專案,然後在其專案程式碼中呼叫套件的功能。 NuGet 本身接著會處理所有中間詳細資料。
Published Date : 2022年10月11日

NuGetCommand@2 - NuGet v2 工作

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/tasks/reference/nuget-command-v2 使用NuGet.exe,並搭配.NET Framework應用程式使用。 針對 .NET Core 和 .NET Standard 應用程式,請使用 .NET Core 工作。 . Restore, pack, or push NuGet packages, or run a NuGet command. Supports NuGet.org and authenticated feeds like Azure Artifacts and MyGet. Uses NuGet.exe and works with .NET Framework apps. For .NET Core and .NET Standard apps, use the .NET Core task..
Published Date : 2023年3月6日

NuGet Server API 的總覽

https://learn.microsoft.com/zh-tw/nuget/api/overview NuGet Server API 是一組 HTTP 端點,可用來下載套件、提取中繼資料、發佈新的封裝等等。 . The NuGet Server API is a set of HTTP endpoints that can be used to download packages, fetch metadata, publish new packages, etc.. NuGet 伺服器 API 發行項 02/02/2023 9 位參與者 意見反應 本文內容 NuGet Server API 是一組 HTTP 端點,可用來下載套件、提取中繼資料、發佈新的封裝,以及執行官方 NuGet 用戶端中其他可用的其他作業。
Published Date : 2019年7月23日

安裝 NuGet 用戶端工具

https://learn.microsoft.com/zh-tw/nuget/install-nuget-client-tools 若要以套件取用者或建立者身分使用 NuGet,您可以使用命令列介面 (CLI) 工具以及 Visual Studio 中的 NuGet 功能。 本文簡要概述不同工具的功能、安裝它們的方式,以及它們相對的功能可用性。 若要開始使用 NuGet 來取用套件,請參閱安裝並使用套件 (dotnet CLI 與安裝並使用套件 (Visual Studio)。 若要開始建立 NuGet 套件,請參閱建立及發佈 .NET Standard 套件 (dotnet CLI) 和建立及發佈 .NET Standard 套件 (Visual Studio)。
Published Date : 2023年2月21日

使用管線工作或傳統編輯器發佈 NuGet 套件 - Azure Pipelines

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/artifacts/nuget Publish to NuGet.Org Generate an API key Navigate to your Azure DevOps project and then select Project settings. Select Service Connections, and then select New service connection. Select NuGet, and then select Next. Select ApiKey as your authentication method. Use the following url for your Feed URL: https://api.nuget.org/v3/index.json.
Published Date : 2023年3月9日

常用的 NuGet 組態

https://learn.microsoft.com/zh-tw/nuget/consume-packages/configuring-nuget-behavior NuGet 在這些檔案中找到設定時,會如下套用設定: 針對單一項目的項目,NuGet 已取代相同索引鍵的任何先前找到的值。 這表示「最接近」目前資料夾或專案的設定會覆寫任何其他稍早找到的設定。 例如,如果任何其他組態檔中有 NuGetDefaults.Config 中的 defaultPushSource 設定,則會予以覆寫。 針對集合項目 (例如 <packageSources>),NuGet 會將所有組態檔中的值結合成單一集合。 指定節點具有 <clear /> 時,NuGet 會忽略先前針對該節點所定義的組態值。 提示 nuget.config在專案存放庫的根目錄中新增檔案。 這被視為最佳做法,因為它會提升可重複性,並確保不同的使用者具有相同的 NuGet 設定。
Published Date : 2023年2月21日

連線到摘要併發布 NuGet 套件 - NuGet.exe - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/nuget/publish 從下拉式功能表中選取您的摘要,如果您尚未 建立摘要,請加以建立 。 選取 [連線到摘要]。 選取 [NuGet ],然後遵循指示來連線到您的摘要。 發佈套件 若要將 NuGet 套件發佈至摘要,請在提升許可權的命令提示字元中執行下列命令。 以適當的資訊取代預留位置: 注意 ApiKey只會當做預留位置使用。 範例: 從外部來源發佈套件 使用封裝讀取和寫入範圍, (PAT) 建立個人存取權杖。 將套件來源新增至您的nuget.config檔案。 這會將您的 PAT 新增至您的nuget.config檔案。 請務必將此檔案儲存在安全的地方,且不要將此檔案簽入原始檔控制。
Published Date : 2022年10月4日

如何在 NuGet 中管理全域套件、快取、暫存資料夾

https://learn.microsoft.com/zh-tw/nuget/consume-packages/managing-the-global-packages-and-cache-folders NuGet 通常可使用快取和 global-packages 資料夾,以避免下載已經存在於電腦上的套件,藉此改善安裝、更新及還原作業的效能。 當使用 PackageReference 時,global-packages 資料夾也可避免將下載的套件保留在專案資料夾內 (以免可能會不小心新增到原始檔控制中),並降低 NuGet 對電腦儲存體的整體影響。 NuGet 需要擷取套件時,首先會尋找 global-packages 資料夾。 如果套件的正確版本不存在,NuGet 便會檢查所有非 HTTP 套件來源。
Published Date : 2022年4月13日

NuGet 常見問題集

https://learn.microsoft.com/zh-tw/nuget/resources/nuget-faq 在 Visual Studio 中,請使用 Microsoft Visual Studio 命令的> [說明],並查看NuGet 封裝管理員旁邊顯示的版本。 或者,啟動封裝管理員主控台 (工具 > NuGet 封裝管理員 > 封裝管理員主控台) 然後輸入 $host ,以查看 NuGet 包括版本的相關資訊。 NuGet 支援哪些程式設計語言? NuGet 一般適用於 .NET 語言,並且設計目的是將 .NET 程式庫帶入專案中。 在某些專案類型中,它也支援 MSBuild 和 Visual Studio 自動化,因此在各種程度上也支援其他專案和語言。 最新版的 NuGet 支援 C#、Visual Basic、F#、WiX 和 C++。 NuGet 支援哪些專案範本?
Published Date : 2022年8月9日

使用 nuget.exe CLI 建立 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/create-packages/creating-a-package 建立套件時,NuGet 會自動包含所有檔案。 不過,您仍然需要編輯資訊清單之其他部分中的預留位置值。 從組件 DLL 在從組件建立套件的簡單案例中,您可以使用下列命令,透過組件的中繼資料產生 .nuspec 檔案: 使用這種形式會將資訊清單中的少數預留位置取代為組件中的特定值。 例如,<id> 屬性設定為組件名稱,而且 <version> 設定為組件版本。 不過,資訊清單中的其他屬性在組件中沒有相符值,因此仍然會包含預留位置。 從 Visual Studio 專案 從 .csproj 或 .vbproj 檔案建立 .nuspec 十分方便,因為已安裝至這些專案的其他套件會自動參照為相依性。
Published Date : 2022年8月9日

開始使用 NuGet 套件和 Azure Artifacts - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/get-started-nuget 安裝 NuGet 用戶端工具 建立摘要 您可以建立 兩種類型的摘要:專案範圍和組織範圍的摘要。 所有公用摘要的範圍都限於其主控專案,並繼承其可見度設定。 選取 [成品],然後選取 [ 建立摘要]。 為您的摘要提供 [名稱 ],然後選擇其 可見度 (誰可以檢視此摘要中的套件) 、 上游來源和 範圍 (專案範圍或組織範圍的) 設定。 完成後,選取 [建立]。 注意 根據預設,當您建立新摘要時, 專案集合建置服務 (組織範圍) 和專案層級 建置服務 (專案範圍) 會設定為共同作業 者 。 Azure Artifacts 已在 TFS 2018 中預先安裝。 如果這是第一次使用您的摘要,系統可能會要求您 指派授權 移至 [建置 & 版本 ],然後選取 [ 套件]。 選取 [+ 新增摘要]。
Published Date : 2023年1月27日

NuGet Command-Line 介面 (CLI) 參考

https://learn.microsoft.com/zh-tw/nuget/reference/nuget-exe-cli-reference 若要使用任何命令,請開啟命令視窗或 bash shell,然後執行 nuget 命令和適當的選項,例如 nuget help pack (來查看 pack 命令) 的說明。 本檔會反映 NuGet CLI 的最新版本。 如需您所使用之任何指定版本的確切詳細資料,請執行 nuget help 所需的命令。 若要了解如何使用 nuget.exe CLI 的基本命令,請參閱使用 nuget.exe CLI 安裝和使用套件。 安裝 nuget.exe Windows 注意 NuGet.exe 5.0 及更新版本需要.NET Framework 4.7.2 或更新版本才能執行。
Published Date : 2021年1月25日

NuGet CLI 安裝命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-install -NoCache 防止 NuGet 使用快取的封裝。 請參閱 管理全域封裝和快取資料夾。 -NonInteractive 抑制使用者輸入或確認的提示。 -OutputDirectory 指定安裝封裝的資料夾。 如果未指定資料夾,則會使用目前的資料夾。 -PackageSaveMode 指定封裝安裝之後要儲存的檔案類型:、 nupkg 或 nuspec;nupkg 的 nuspec 其中一個。 -PreRelease 允許安裝發行前版本套件。 使用 packages.config 還原封裝時,不需要此旗標。 -RequireConsent 確認在下載及安裝封裝之前,已啟用還原的封裝。 如需詳細資訊,請參閱 封裝還原。 -SolutionDirectory 指定要還原封裝之方案的根資料夾。
Published Date : 2021年1月25日

使用 Visual Studio 套件管理員主控台管理 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/consume-packages/install-use-packages-powershell NuGet 支援 NuGet 特定的設定檔,通常位於 %UserProfile%\Documents\WindowsPowerShell\NuGet_profile.ps1。 若要尋找您的使用者設定檔位置,請在主控台中輸入 $profile : 若要判斷設定檔是否存在於該位置,請輸入 test-path $profile 。 如果命令傳 False 回 ,您必須在該位置建立具有指定名稱的設定檔。 如需詳細資訊,請參閱Windows PowerShell 設定檔。 下一步 使用 dotnet CLI 安裝及管理 NuGet 套件 使用 nuget.exe CLI 管理套件 在 Visual Studio 中,使用 NuGet 套件管理員來安裝和管理套件.
Published Date : 2022年9月20日

NuGet CLI 來源命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-sources Usage where <operation> is one of List, Add, Remove, Enable, Disable, or Update, <name> is the name of the source, and <source> is the source's URL. You can operate on only one source at a time. Options -ConfigFile The NuGet configuration file to apply.
Published Date : 2022年9月20日

快速入門:僅使用 Visual Studio 建立及發佈 NuGet 套件 (Windows)

https://learn.microsoft.com/zh-tw/nuget/quickstart/create-and-publish-a-package-using-visual-studio NuGet CLI 用於非 SDK 樣式的專案, (通常會.NET Framework) 。 如果您還沒有帳戶,請在 nuget.org 上註冊一個免費帳戶 \(英文\)。 您必須先註冊並確認帳戶,才能上傳 NuGet 套件。 從 nuget.org下載 NuGet CLI 來安裝它。 將 nuget.exe 檔案新增至適當的資料夾,並將該資料夾新增至您的 PATH 環境變數。 建立類別庫專案 您可以針對要封裝的程式碼使用現有的 .NET 類別庫專案,或建立一個 ,如下所示: 在 Visual Studio 中,選取 [檔案]> [新增]> [專案]。 在 [ 建立新專案 ] 視窗中,選取下拉式清單中的 C#、 Windows和 [程式庫 ]。
Published Date : 2023年2月21日

設定本機 NuGet 摘要

https://learn.microsoft.com/zh-tw/nuget/hosting-packages/local-feeds 初始化和維護階層式資料夾 階層式版本的資料夾樹狀目錄有下列的一般結構: 當您使用 nuget add 命令將套件複製到摘要時,NuGet 會自動建立此結構: nuget add 命令一次使用一個套件,這在設定有多個套件的摘要時會很不方便。 在這種情況下,使用 nuget init 命令將資料夾中所有套件複製到摘要,如同分別對每個套件執行 nuget add。 例如,下列命令會將所有的套件從 c:\packages 複製到 \\myserver\packages 的階層式樹狀結構: 與 add 命令一樣,init 會為每個套件識別碼建立一個資料夾,各自包含一個版本號碼資料夾,裡面是合適的套件。 .
Published Date : 2021年1月25日

使用 MSBuild 建立 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/create-packages/creating-a-package-msbuild 針對使用 SDK 樣式格式與任何其他 SDK 樣式專案的 .NET Core 與 .NET Standard 專案,NuGet 會直接使用專案檔中的資訊來建立套件。 針對使用 <PackageReference> 的非 SDK 樣式專案,NuGet 也會使用專案檔來建立套件。 SDK 樣式的專案預設會提供套件功能。 針對非 SDK 樣式的 PackageReference 專案,您必須將 NuGet.Build.Tasks.Pack 套件新增至專案相依性。 如需 MSBuild 套件目標的詳細資訊,請參閱 NuGet 套件和還原為 MSBuild 目標。 建立封裝 msbuild -t:pack 的命令在功能上相當於 dotnet pack 。
Published Date : 2022年8月9日

NuGetAuthenticate@1 - NuGet 驗證 v1 工作

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/tasks/reference/nuget-authenticate-v1 這項工作會設定支援 NuGet 跨平臺外掛程式的工具。 這些工具目前包含nuget.exe、dotnet 和最新版的 MSBuild,內建支援來還原 NuGet 套件。 具體而言,此工作將會設定: nuget.exe (4.8.5385 版或更新版本) dotnet / .NET 6 SDK 或更新版本 (此工作的舊版 NuGetAuthenticateV0 需要 .NET Core 2.1,這不再支援) MSBuild (15.8.166.59604 版或更新版本) 如果您遇到任何問題,建議您升級至最新的穩定版本。 我在套件還原期間收到「工作已取消」錯誤。 我該怎麼辦?
Published Date : 2023年2月1日

使用 NuGet.Server 裝載 NuGet 摘要

https://learn.microsoft.com/zh-tw/nuget/hosting-packages/nuget-server 簡而言之,NuGet.Server 可透過 HTTP (特別是 OData) 在伺服器上提供資料夾。 設定簡單,而且最適合簡單的情況。 在 Visual Studio 中建立空的 ASP.NET Web 應用程式,並新增 NuGet.Server 套件。 在應用程式中設定 Packages 資料夾並新增套件。 將應用程式部署至合適的伺服器。 下列各節會使用 C# 逐步詳加解說。 如果您對 NuGet.Server 有進一步的疑問,請在 https://github.com/nuget/NuGetGallery/issues 上建立問題。
Published Date : 2021年1月25日

NuGet CLI 推送命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-push NuGet identifies a UNC or local folder source and simply copies the file there instead of pushing it using HTTP. Also, starting with NuGet 3.4.2, this is a mandatory parameter unless the NuGet.Config file specifies a DefaultPushSource value (see Configuring NuGet behavior).
Published Date : 2023年2月21日

NuGet 套件相依性解析

https://learn.microsoft.com/zh-tw/nuget/concepts/dependency-resolution 當相同子圖形中的較接近相依性版本高於進一步的相依性時,NuGet 會忽略該相依性,NuGet 也會忽略該圖形分支上所有剩餘的相依性。 例如,在下圖中,因為使用 Package C 2.0,所以 NuGet 會忽略該子檔中任何參考舊版 Package C 的分支: 透過此規則,NuGet 會嘗試接受套件作者的意圖。 在下圖中,套件 A 的作者已從 Package B 2.0.0 明確降級為 Package C 1.0.0。 應用程式擁有者可以選擇將套件 C 升級至高於 2.0.0 的版本,因此不會進一步降級套件 C 的版本。 在此情況下,不會引發警告。
Published Date : 2022年9月20日

NuGet CLI 清單命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-list 選項 -AllVersions 列出套件的所有版本。 依預設,只會顯示最新的套件版本。 -ConfigFile 要套用的 NuGet 設定檔。 如果未指定, %AppData%\NuGet\NuGet.Config 則會使用 (Windows) ,或 ~/.nuget/NuGet/NuGet.Config~/.config/NuGet/NuGet.Config (Mac/Linux) 。 -ForceEnglishOutput (3.5 +) 使用不因文化特性而異的文化特性,強制執行 nuget.exe。 -?|-help 顯示命令的說明資訊。 -IncludeDelisted (3.2 +) 顯示未列出的套件。 -NonInteractive 抑制使用者輸入或確認的提示。
Published Date : 2021年1月25日

NuGet CLI 還原命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-restore $(SolutionDir)\.nuget 會當做起始資料夾使用。 packages.config 或專案檔 還原檔案中列出的套件,解析並安裝相依性。 其他檔案類型 檔案假設為 .sln 上述檔案;如果不是解決方案,NuGet會產生錯誤。 (projectPath 未指定) NuGet尋找目前資料夾中的方案檔。 如果找到單一檔案,則會使用該檔案來還原套件;如果找到多個解決方案,NuGet會產生錯誤。 如果沒有解決方案檔,NuGet尋找 packages.config 並使用該檔案來還原套件。 如果找不到任何解決方案或 packages.config 檔案,NuGet會產生錯誤。
Published Date : 2021年1月25日

使用 dotnet CLI 安裝和管理 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/consume-packages/install-use-packages-dotnet-cli 安裝或更新套件 dotnet add package命令會將套件參考新增至專案檔,然後執行 dotnet restore 以安裝套件。 開啟命令列並切換至包含您專案檔的目錄。 使用下列命令來安裝 NuGet 套件: 例如,若要安裝 Newtonsoft.Json 套件,請使用下列命令 命令完成之後,您可以開啟專案檔來查看套件參考。 例如,開啟 .csproj 檔案以查看新增 Newtonsoft.Json 的套件參考: 安裝特定版本的套件 dotnet add package除非您指定不同的版本,否則命令會安裝最新版本的套件。
Published Date : 2022年9月20日

連線到摘要 - NuGet.exe - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/nuget/nuget-exe 選取[建置和發行>套件]。 從下拉式功能表中選取您的摘要。 選取 [連線到摘要]。 從左側面板中選取 [NuGet ]。 如果這是您第一次搭配 NuGet 使用 Azure Artifacts,請選取 [ 取得工具 以下載並安裝 NuGet 和認證提供者] 下方的連結。 執行步驟 2 中反白顯示的命令,將摘要 URL 新增至nuget.config檔案。 如果您想要發佈 NuGet 套件,請執行步驟三醒目提示的命令。 注意 NuGet 4.8.2 或更新版本支援 Azure Artifacts 認證提供者。 如需詳細資訊 ,請參閱 Azure Artifacts 認證提供者 。 舊版專案設定 (NuGet v2) 選取 [成品] ,然後選取您的摘要。 選取 [連線到摘要]。
Published Date : 2022年10月4日

NuGet CLI pack 命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-pack You can achieve that in the following way: nuget.exe pack package.nuspec -Properties NoWarn=NU5104 Examples Note The pack command for SDK-style projects is not supported, use dotnet pack or msbuild -t:pack to pack this those projects instead..
Published Date : 2023年2月2日

搭配 dotnet CLI 安裝和使用 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli 在此逐步解說中,使用 dotnet CLI 建立簡單的 .NET 主控台專案,如下所示: 為專案建立名為 Nuget.Quickstart 的資料夾。 開啟命令提示字元並切換至新的資料夾。 使用下列命令建立專案: 用來 dotnet run 測試應用程式。 您應該會看到輸出 Hello, World!
Published Date : 2022年10月11日

使用 dotnet CLI 建立及發佈 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli 輸出會顯示 .nupkg 檔案的路徑: 建置時自動產生套件 若要在執行 時自動執行 dotnet packdotnet build ,請在 內 <PropertyGroup> 將下列這一行新增至專案檔: 發行套件 使用dotnet nuget push命令搭配您從 nuget.org 取得的 API 金鑰,將.nupkg檔案發佈至 nuget.org。 注意 Nuget.org 掃描所有上傳的套件是否有病毒,並在找到任何病毒時拒絕套件。 Nuget.org 也會定期掃描所有現有的列出的套件。 除非您將套件取消列出,否則您發行至 nuget.org 的套件會公開顯示給其他開發人員。 若要私下裝載套件,請參閱 裝載您自己的 NuGet 摘要。
Published Date : 2023年2月2日

dotnet nuget add source 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-add-source 選項 --configfile <FILE> NuGet 組態檔 (nuget.config) 使用。 如果指定,則只會使用此檔案中的設定。 如果未指定,將會使用來自目前目錄的組態檔階層。 如需詳細資訊,請參閱 常見的 NuGet 組態。 -n|--name <SOURCE_NAME> 來源的名稱。 -p|--password <PASSWORD> 連接到已驗證來源時要使用的密碼。 --store-password-in-clear-text 藉由停用密碼加密來啟用儲存可攜式套件來源認證。 -u|--username <USER> 連接到已驗證來源時要使用的使用者名稱。 --valid-authentication-types <TYPES> 此來源的有效驗證類型逗號分隔清單。
Published Date : 2022年10月11日

NuGet Install-Package PowerShell 參考

https://learn.microsoft.com/zh-tw/nuget/reference/ps-reference/ps-ref-install-package Syntax 在 NuGet 2.8 + 中, Install-Package 可以在您的專案中降級現有的封裝。 例如,如果您已安裝 5.1.0 rc1,則下列命令會將它降級為5.0.0: 參數 參數 描述 識別碼 (需要) 要安裝的封裝識別碼。 (3.0 +) 識別碼可以是檔案或 .nupkg 檔案的路徑或 URL packages.config 。 -Id 參數本身是選擇性的。 IgnoreDependencies 只安裝此套件,而不安裝其相依性。 ProjectName 要在其中安裝封裝的專案,預設為預設專案。 來源 要搜尋之套件來源的 URL 或資料夾路徑。 本機資料夾路徑可以是絕對或相對於目前資料夾的路徑。 如果省略, Install-Package 則會搜尋目前選取的封裝來源。
Published Date : 2021年4月22日

NuGetToolInstaller@1 - NuGet 工具安裝程式 v1 工作

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/tasks/reference/nuget-tool-installer-v1 NuGetToolInstaller@1 - NuGet 工具安裝程式 v1 工作. NuGetToolInstaller@1 - NuGet tool installer v1 task. /azure/devops/pipelines/tasks/reference/nuget-tool-installer-v1. 從網際網路或工具快取取得特定版本的 NuGet,並將其新增至 PATH。 使用此工作來變更 NuGet 工作中使用的 NuGet 版本。 . Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH.
Published Date : 2023年2月1日

使用 Visual Studio 安裝 NuGet 套件 - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/nuget/consume 開啟 Visual Studio,然後選取[工具>][NuGet 套件管理員套件管理員> 主控台] 以開啟套件管理員主控台。 將 install 命令貼到 Package Manager 主控台,然後按 Enter。 相關文章 使用 Azure Pipelines (YAML/Classic) 發佈 NuGet 套件 從命令列發佈和還原 NuGet 套件 (NuGet.exe) 將套件發佈至 NuGet.org 設定上游來源.
Published Date : 2023年1月27日

NuGet的 .nuspec 檔案參考

https://learn.microsoft.com/zh-tw/nuget/reference/nuspec 取代權杖 建立封裝時,nuget pack 命令會將檔案 <metadata> 節點中的 .nuspec $分隔標記取代為來自專案檔或 pack 命令 -properties 參數的值。 在命令列中,您可以使用 nuget pack -properties <name>=<value>;<name>=<value> 指定權杖值。 例如,您可以在 .nuspec 中使用權杖,例如 $owners$ 和 $desc$,並在封裝階段提供值,如下所示: 若要使用專案中的值,請指定下表中描述的權杖 (AssemblyInfo 是指 Properties 中的檔案,例如 AssemblyInfo.cs 或 AssemblyInfo.vb)。
Published Date : 2021年4月22日

在 Azure Pipelines 中還原 NuGet 套件 - Azure Pipelines

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/packages/nuget-restore 我們會在裝載的組建代理程式上安裝 Visual Studio 更新時,定期更新 NuGet 預設版本。 針對現有的管線,將 NuGet 工具安裝程式 新增至管線,然後選取所有後續工作的 NuGet 版本。 查看 dist.nuget 以查看所有可用的版本。 相關文章 發佈至 NuGet 摘要 (YAML/傳統) 發佈及取用組建成品 如何使用私人套件摘要來降低風險.
Published Date : 2023年3月10日

dotnet nuget list source 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-list-source 概要 描述 此命令 dotnet nuget list source 會列出 NuGet 組態檔中的所有現有來源。 選項 --configfile <FILE> NuGet 組態檔 (nuget.config) 使用。 如果指定,則只會使用此檔案中的設定。 如果未指定,將會使用目前目錄中的組態檔階層。 如需詳細資訊,請參閱 一般 NuGet 組態。 --format [Detailed|Short] list 命令輸出的格式: Detailed (預設) 和 Short 。
Published Date : 2022年10月11日

dotnet nuget push 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-push NuGet identifies a UNC or local folder source and simply copies the file there instead of pushing it using HTTP. Important Starting with NuGet 3.4.2, this is a mandatory parameter unless the NuGet config file specifies a DefaultPushSource value.
Published Date : 2023年2月6日

dotnet nuget update source 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-update-source 概要 描述 dotnet nuget update source此命令會更新 NuGet 組態檔中的現有來源。 引數 NAME 來源的名稱。 選項 --configfile <FILE> NuGet 組態檔 (nuget.config) 使用。 如果指定,則只會使用此檔案中的設定。 如果未指定,將會使用目前目錄中的組態檔階層。 如需詳細資訊,請參閱 一般 NuGet 組態。 -p|--password <PASSWORD> 連線到已驗證來源時要使用的密碼。 -s|--source <SOURCE> 封裝來源的路徑。 --store-password-in-clear-text 藉由停用密碼加密來啟用儲存可攜式套件來源認證。
Published Date : 2022年10月11日

手動下載套件 - PowerShell

https://learn.microsoft.com/zh-tw/powershell/scripting/gallery/how-to/working-with-packages/manual-download 最簡單的方法是解壓縮 NuGet 套件,然後直接使用指令碼。 步驟如下: 將從網際網路下載的 NuGet 套件 (.nupkg) 檔案解除封鎖,例如使用 Unblock-File -Path C:\Downloads\package.nupkg Cmdlet。 解壓縮 NuGet 套件內容。 資料夾中的 .PS1 檔案可直接從此位置使用。 您可以刪除此資料夾中的 NuGet 特定項目。 針對 NuGet 特定元素清單,請參閱使用手動下載來取得套件。 重要 手動下載不會包含模組所需的任何相依性。 如果套件具有相依性,則必須在系統上加以安裝,此模組才能正常運作。 PowerShell 資源庫會顯示套件所需的所有相依性。 .
Published Date : 2022年11月17日

NuGet-Based遺失套件管理員 - Visual Studio

https://learn.microsoft.com/zh-tw/troubleshoot/developer/visualstudio/tools-utilities/nuget-based-package-manager-missing 在 Visual Studio 的 [ 工具] 功能表中,選取 [ 延伸模組管理員]。 在 [ 延伸模組管理員 ] 對話方塊中,按一下 [NuGet 套件管理員] 的 [ 卸載 ] 按鈕。 如果NuGet-Based套件管理員未出現,則不會安裝 NuGet。 請遵循下列指示。 在 [ 延伸模組管理員 ] 對話方塊中,按一下 [ 立即重新開機]。 .
Published Date : 2022年5月8日

快速入門:使用 Visual Studio 建立及發行套件 (.NET Framework,Windows)

https://learn.microsoft.com/zh-tw/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework 使用 NuGet CLI 發佈 使用 NuGet CLI (nuget.exe) 是使用 .NET CLI 的替代方法: 開啟命令提示字元,並變更為包含 .nupkg 檔案的資料夾。 執行下列命令。 以套件的檔案名取代 << 套件檔案名 > ,並以您的 API 金鑰取代 API 金鑰值 > 。 套件檔案名是套件識別碼和版本號碼的串連,副檔名為 .nupkg 。 例如, AppLogger.1.0.0.nupkg: 發佈程式的結果會顯示如下: 如需詳細資訊,請參閱 nuget push。 發行錯誤 來自 push 命令的錯誤通常代表發生問題。 例如,您可能忘記更新專案中的版本號碼,因此您正嘗試發佈已經存在的套件。
Published Date : 2023年2月21日

NuGet錯誤 NU1301

https://learn.microsoft.com/zh-tw/nuget/reference/errors-and-warnings/nu1301 您可能需要通知來源擁有者,因為可能只有他們可以解決的問題。 或者,您可以再次嘗試從組態重試移除來源。 您的組建可能不需要設定的來源。 . NuGet Error NU1301 Article 05/16/2022 2 minutes to read 1 contributor Feedback In this article The local source 'C:\Code\Contoso\contosoLocalSource' doesn't exist. Issue Restore could not be completed because the listed source is unavailable.
Published Date : 2022年5月16日

dotnet add package 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-add-package --package-directory <PACKAGE_DIRECTORY> 還原套件的目錄。 Windows 上的預設套件還原位置為 %userprofile%\.nuget\packages,macOS 和 Linux 上則為 ~/.nuget/packages。 如需詳細資訊,請參閱在 NuGet 中管理全域套件、快取和暫存資料夾。 --prerelease 允許安裝發行前版本套件。 自 .NET Core 5 SDK 起提供 -s|--source <SOURCE> 還原作業期間要使用的 NuGet 套件來源 URI。 -v|--version <VERSION> 套件的版本。 請參閱 NuGet 套件版本控制 \(部分機器翻譯\)。
Published Date : 2022年10月11日

dotnet restore 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-restore 概要 描述 dotnet restore 命令會使用 NuGet 來還原相依性以及專案檔中指定的專案特定工具。 在大部分情況下,您不需要明確使用 dotnet restore 命令,因為當您執行下列命令時,NuGet 還原會隱含地執行: dotnet new dotnet build dotnet build-server dotnet run dotnet test dotnet publish dotnet pack 有時候,使用這些命令執行隱含 NuGet 還原可能很不方便。 例如,某些自動化系統,像是建置系統,必須明確呼叫 dotnet restore 以控制還原發生的時間,進而控制網路使用量。
Published Date : 2022年11月8日

從 packages.config 移轉至 PackageReference 格式

https://learn.microsoft.com/zh-tw/nuget/consume-packages/migrate-packages-config-to-package-reference 開啟 [套件管理員] 主控台 - 從 Tools > NuGet Package Manager 選取 Package Manager Console 執行 NuGet 還原 - 在 [方案總管] 中的方案節點上按一下滑鼠右鍵,並選取 Restore NuGet Packages 建置專案也會觸發 NuGet 還原 您現在應該可以看到移轉選項。 請注意,ASP.NET 和 C++ 專案類型不支援且不顯示此選項。 移轉步驟 注意 移轉開始之前,Visual Studio 會建立專案的備份,以允許您在必要時復原到 packages.config。 開啟包含使用 packages.config 之專案的解決方案。
Published Date : 2022年8月9日

dotnet 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet 瞭解 dotnet 命令 (.NET CLI 的一般驅動程式) 及其使用方式。
Published Date : 2022年10月11日

dotnet nuget remove source 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-remove-source dotnet nuget remove source 命令會從 NuGet 組態檔中移除現有的來源。
Published Date : 2022年10月11日

dotnet CLI NuGet 命令

https://learn.microsoft.com/zh-tw/nuget/reference/dotnet-commands 使用 dotnet 命令列介面 NuGet 相關命令的簡短參考。
Published Date : 2021年1月25日

NuGet 套件的多目標

https://learn.microsoft.com/zh-tw/nuget/create-packages/supporting-multiple-target-frameworks 將目標設為單一 NuGet 套件內多個 .NET Framework 版本之各種方法的描述。
Published Date : 2021年1月25日

NuGet CLI 更新命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-update nuget.exe update 命令的參考
Published Date : 2021年6月17日

dotnet nuget locals 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-locals dotnet nuget locals 命令會清除或列出本機 NuGet 資源,例如 http-request 快取、暫時快取,或整部電腦的全域套件資料夾。
Published Date : 2022年10月11日

透過 .NET 使用 Application Insights 記錄功能 - Azure Monitor

https://learn.microsoft.com/zh-tw/azure/azure-monitor/app/ilogger 了解如何在 .NET 中搭配 ILogger 介面使用 Application Insights。
Published Date : 2023年2月17日

使用 dotnet CLI 建立 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/create-packages/creating-a-package-dotnet-cli 閱讀有關設計和建立 NuGet 套件程式的詳細指南,包括檔案和版本設定等重要決策點。
Published Date : 2022年9月20日

使用 NuGet 套件的概觀和工作流程

https://learn.microsoft.com/zh-tw/nuget/consume-packages/overview-and-workflow 在專案中使用 NuGet 套件之程序的概觀,以及程序之其他特定部分的連結。
Published Date : 2021年6月17日

nuget.exe 認證提供者

https://learn.microsoft.com/zh-tw/nuget/reference/extensibility/nuget-exe-credential-providers nuget.exe 認證提供者會使用摘要進行驗證,而且會實作為遵循特定慣例的命令列可執行檔。
Published Date : 2021年6月17日

套件來源對應

https://learn.microsoft.com/zh-tw/nuget/consume-packages/package-source-mapping 描述套件來源對應功能以及如何上線
Published Date : 2022年9月20日

如何更新 NuGet? - Xamarin

https://learn.microsoft.com/zh-tw/xamarin/cross-platform/troubleshooting/questions/nuget-update 瞭解如何透過 NuGet 套件管理員中的 [更新] 索引標籤來更新和尋找 NuGet 的延伸模組和增益集。
Published Date : 2022年7月14日

Azure Pipelines 工作參考

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/tasks/reference/ Azure Pipelines & TFS 內建工作的參考。
Published Date : 2023年2月1日

尋找及評估 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/consume-packages/finding-and-choosing-packages 使用進階 nuget.org 搜尋篩選和語法,尋找及評估專案的公開可用 NuGet 套件。
Published Date : 2023年2月21日

針對 .NET 工具使用問題進行疑難排解 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/troubleshoot-usage-issues 探索執行 .NET 工具和可能的解決方案時遇到的常見問題。
Published Date : 2022年3月11日

Install-PackageProvider (PackageManagement) - PowerShell

https://learn.microsoft.com/zh-tw/powershell/module/packagemanagement/install-packageprovider Cmdlet Install-PackageProvider 會安裝與 PowerShellGet註冊之套件來源中可用的相符套件管理提供者。 根據預設,這包括Windows PowerShell資源庫中可用的模組與 PackageManagement標籤。 PowerShellGet套件管理提供者可用來尋找這些存放庫中的提供者。 此 Cmdlet 也會安裝使用套件管理啟動載入應用程式提供的相符套件管理提供者。 此 Cmdlet 也會安裝套件管理 Azure Blob 存放區中可用的相符套件管理提供者。 使用啟動載入器提供者來尋找並安裝它們。 為了第一次執行,PackageManagement 需要網際網路連線才能下載 NuGet 套件提供者。 不過,如果您的電腦沒有網際網路連線,而且需要使用 NuGet 或 PowerShellGet 提供者,您可以在另一部電腦上下載它們,並將其複製到目的電腦。 使用下列步驟執行這項作業: 執行 Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force 以從具有網際網路連線的電腦安裝提供者。 安裝之後,您可以在 或 $env:LOCALAPPDATA\PackageManagement\ProviderAssemblies\&lt;ProviderName&gt;\&lt;ProviderVersion&gt; 中找到 $env:ProgramFiles\PackageManagement\ProviderAssemblies\&lt;ProviderName&gt;\&lt;ProviderVersion&gt; 已安裝的提供者。 &lt;ProviderName&gt;將資料夾放在目的電腦上的對應位置,在此案例中為 NuGet 資料夾。 如果您的目的電腦是 Nano 伺服器,您必須從 Nano Server 執行 Install-PackageProvider ,才能下載正確的 NuGet 二進位檔。 重新開機 PowerShell 以自動載入套件提供者。 或者,執行 Get-PackageProvider -ListAvailable 以列出電腦上可用的所有套件提供者。 Import-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201然後使用 將提供者匯入目前的Windows PowerShell會話。
Published Date : 2022年9月19日

安裝 PowerShellGet - PowerShell

https://learn.microsoft.com/zh-tw/powershell/scripting/gallery/installing-psget 此文章說明如何在各種 PowerShell 版本中安裝 PowerShellGet 模組。
Published Date : 2022年11月17日

dotnet tool install 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-tool-install dotnet tool install 命令會在您的電腦上安裝指定的 .NET 工具。
Published Date : 2022年10月11日

使用來自 nuget.org 的套件 - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/nuget/upstream-sources 如何搭配 Azure Artifacts 使用來自 nuget.org 的套件
Published Date : 2022年10月4日

套件撰寫最佳做法

https://learn.microsoft.com/zh-tw/nuget/create-packages/package-authoring-best-practices 建立高品質NuGet套件的最佳做法的一般指南。
Published Date : 2023年2月21日

NuGetRestore@1 - NuGet 還原 v1 工作

https://learn.microsoft.com/zh-tw/azure/devops/pipelines/tasks/reference/nuget-restore-v1 還原 NuGet 套件以準備 Visual Studio 建置步驟。
Published Date : 2023年2月1日

NuGet.org 常見問題集

https://learn.microsoft.com/zh-tw/nuget/nuget-org/nuget-org-faq 使用 NuGet 資源庫的常見問與答。
Published Date : 2023年2月21日

.NET MAUI 本機資料庫 - .NET MAUI

https://learn.microsoft.com/zh-tw/dotnet/maui/data-cloud/database-sqlite .NET MAUI 支援使用 SQLite 資料庫引擎的資料庫驅動應用程式,這可讓您在共用程式碼中載入和儲存物件。 本文說明 .NET MAUI 應用程式如何使用 SQLite-net 讀取和寫入本機 SQLite 資料庫
Published Date : 2022年12月21日

在 Visual Studio for Mac 中安裝和使用NuGet套件

https://learn.microsoft.com/zh-tw/nuget/quickstart/install-and-use-a-package-in-visual-studio-mac 在Visual Studio for Mac專案中安裝和使用NuGet套件程式的逐步解說教學課程。
Published Date : 2019年9月3日

NuGet 6.0 版本資訊

https://learn.microsoft.com/zh-tw/nuget/release-notes/nuget-6.0 NuGet 6.0 的版本資訊,包括新功能、錯誤修正和 DCR。
Published Date : 2022年10月11日

NuGet 的目標 Framework 參考

https://learn.microsoft.com/zh-tw/nuget/reference/target-frameworks NuGet 目標 Framework 參考會識別並隔離套件的 Framework 相依元件。
Published Date : 2021年4月22日

使用 dotnet CLI 發佈和還原套件 - Azure Artifacts

https://learn.microsoft.com/zh-tw/azure/devops/artifacts/nuget/dotnet-exe 如何連線至摘要,並使用 dotnet CLI 發佈和還原 NuGet 套件
Published Date : 2022年10月4日

中央套件管理

https://learn.microsoft.com/zh-tw/nuget/consume-packages/central-package-management 在中央位置管理您的相依性,以及如何開始使用中央套件管理。
Published Date : 2023年2月2日

ASP.NET Core 類別庫中的可重複使用 Razor UI

https://learn.microsoft.com/zh-tw/aspnet/core/razor-pages/ui-class 說明如何在 ASP.NET Core 類別庫中使用部分檢視建立可重複使用 Razor 的 UI。
Published Date : 2022年11月7日

更新NuGet的元件參考 - Xamarin

https://learn.microsoft.com/zh-tw/xamarin/cross-platform/troubleshooting/component-nuget 本檔說明如何將元件參考取代為NuGet套件,以證明您的應用程式,因為 Xamarin 元件存放區已停止。
Published Date : 2021年7月12日

安裝 Entity Framework Core - EF Core

https://learn.microsoft.com/zh-tw/ef/core/get-started/overview/install Entity Framework Core 的安裝指示
Published Date : 2020年11月10日

簽署 NuGet 套件

https://learn.microsoft.com/zh-tw/nuget/create-packages/sign-a-package 說明已簽署套件如何用於啟用內容完整性驗證。
Published Date : 2023年2月2日

套件中的 MSBuild 屬性和目標

https://learn.microsoft.com/zh-tw/nuget/concepts/msbuild-props-and-targets 描述 NuGet 套件中的 MSBuild 屬性和目標
Published Date : 2023年2月2日

速率限制,NuGet API

https://learn.microsoft.com/zh-tw/nuget/api/rate-limits NuGet api 會有強制執行的速率限制,以避免濫用。
Published Date : 2020年5月11日

dotnet nuget delete 命令 - .NET CLI

https://learn.microsoft.com/zh-tw/dotnet/core/tools/dotnet-nuget-delete dotnet-nuget-delete 命令會從伺服器刪除或取消列出套件。
Published Date : 2022年10月11日

NuGet CLI init 命令

https://learn.microsoft.com/zh-tw/nuget/reference/cli-reference/cli-ref-init nuget.exe init 命令的參考
Published Date : 2021年1月25日

NuGet 與 .NET 程式庫

https://learn.microsoft.com/zh-tw/dotnet/standard/library-guidance/nuget 針對 .NET 程式庫搭配 NuGet 進行封裝的最佳做法建議。
Published Date : 2022年3月22日

使用 NuGet 編譯和建置 TypeScript 程式碼 - Visual Studio (Windows)

https://learn.microsoft.com/zh-tw/visualstudio/javascript/compile-typescript-code-nuget 瞭解如何使用 NuGet 套件,將 TypeScript 支援新增至 Visual Studio 專案。
Published Date : 2023年3月8日