Visual Studio 2017 for Mac 7.6 版的版本資訊Visual Studio 2017 for Mac version 7.6 Release Notes
開發人員社群 | 系統需求 | 相容性 | 可散發的程式碼 | Xamarin | 部落格 | 服務 |Developer Community | System Requirements | Compatibility | Distributable Code | Xamarin | Blogs | Servicing |
按一下這個按鈕以下載最新版的 Visual Studio 2017 for Mac。Click the button to download the latest version of Visual Studio 2017 for Mac. 如需設定與安裝的相關指示,請參閱設定與安裝 Visual Studio for Mac 文件。For instructions on setup and install, see the Setup and Install Visual Studio for Mac documentation.
若要深入了解 Visual Studio 2017 for Mac,請參閱 Mac 系統需求和 Mac 平台目標及相容性。To learn more about Visual Studio 2017 for Mac, see Mac System Requirements and Mac Platform Targeting and Compatibility.
若要深入了解其他相關下載,請參閱下載頁面。To learn more about other related downloads, see the Downloads page.
7.6 中的新功能What's New in 7.6
Visual Studio 2017 for Mac 7.6 版的版本資訊Visual Studio 2017 for Mac version 7.6 Releases
- 2018 年 11 月 2 日 - Visual Studio 2017 for Mac 7.6.11 版November 02, 2018 – Visual Studio 2017 for Mac version 7.6.11
- 2018 年 10 月 22日 - Visual Studio 2017 for Mac 7.6.10 版October 22, 2018 – Visual Studio 2017 for Mac version 7.6.10
- 2018 年 10 月 8 日 – Visual Studio 2017 for Mac 7.6.9 版October 8, 2018 – Visual Studio 2017 for Mac version 7.6.9
- 2018 年 10 月 1 日 – Visual Studio 2017 for Mac 7.6.8 版October 1, 2018 – Visual Studio 2017 for Mac version 7.6.8
- 2018 年 9 月 25 日 - Visual Studio 2017 for Mac 7.6.7 版September 25, 2018 – Visual Studio 2017 for Mac version 7.6.7
- 2018 年 9 月 19 日 - Visual Studio 2017 for Mac 7.6.6 版September 19, 2018 – Visual Studio 2017 for Mac version 7.6.6
- 2018 年 9 月 13 日 - Visual Studio 2017 for Mac 7.6.5 版September 13, 2018 – Visual Studio 2017 for Mac version 7.6.5
- 2018 年 9 月 10 日 - Visual Studio 2017 for Mac 7.6.4 版September 10, 2018 – Visual Studio 2017 for Mac version 7.6.4
- 2018 年 8 月 30 日 - Visual Studio 2017 for Mac 7.6.3 版August 30, 2018 – Visual Studio 2017 for Mac version 7.6.3
- 2018 年 8 月 29 日 - Visual Studio 2017 for Mac 7.6.2 版August 29, 2018 – Visual Studio 2017 for Mac version 7.6.2
- 2018 年 8 月 23 日 - Visual Studio 2017 for Mac 7.6.1 版August 23, 2018 – Visual Studio 2017 for Mac version 7.6.1
- 2018 年 8 月 20 日 - Visual Studio 2017 for Mac 7.6 版August 20, 2018 – Visual Studio 2017 for Mac version 7.6
版本重點Release Highlights
- Azure Functions 支援已擴充。Azure Functions support has been expanded. 您現在可以在建立新的 Azure Functions 專案時,選擇觸發程序類型。You can now choose the trigger type when creating a new Azure Functions project.
- Visual Studio for Mac 現在也支援將 Azure Functions 發佈至 Azure。Visual Studio for Mac now also supports publishing Azure Functions to Azure.
- 我們持續在改善 Visual Studio for Mac 的效能與穩定性。We continue to improve performance and stability in Visual Studio for Mac.
本版修正的前幾個主要問題Top Issues Fixed in this Release
- 我們修正了編輯器變得很慢以致於無法使用的問題We fixed an issue where the editor becomes so slow that it's unusable
- 我們修正了 Visual Studio 非常慢且遲鈍的問題We fixed an issue where Visual Studio is incredibly slow and laggy
- 我們修正了未顯示搜尋結果的問題We fixed an issue where search results are not displayed
- 我們修正了更新程式的一些問題:We fixed a number of issues with the updater:
- 修正了 InteliSense 不適用於透過 Xamarin.Forms XAML 自動產生的欄位的問題Fixed and issue where InteliSense does not work for auto-generated fields via Xamarin.Forms XAML
- 我們修正了數個醒目提示的問題:We fixed numerous issues with highlighting:
- 我們將 TestSessionTimeout 擴充到最大的可能值,也就是說,您在 VS 測試中,不會再受限於較長時間的執行測試。We extended TestSessionTimeout to the maximum possible value, meaning that you're no longer restricted by longer running testing in VS Test.
已知問題Known Issues
請參閱已知問題一節。Refer to the Known Issues section.
7.6 新功能的詳細資料Details of What's New in 7.6
Visual Studio 2017 for Mac 7.6 版Visual Studio 2017 for Mac version 7.6
2018 年 8 月 20 日發行released August 20, 2018
7.6 的新功能New Features in 7.6
Azure Functions Azure Functions
發佈 Azure FunctionsPublishing Azure Functions
現在可以透過 Visual Studio for Mac 發佈 Azure Function。It's now possible to publish your Azure Function through Visual Studio for Mac. 若要發佈,以滑鼠右鍵按一下 Function 專案並選取 [發佈],然後建立或發佈至現有的 Azure App Service,如下列螢幕擷取畫面所示。To publish, right-click the Function project and select Publish, then create or publish to an existing Azure App Service, as illustrated in the following screenshots.


如需將 Azure Function 發佈至的 Azure 詳細資訊,請參閱 Azure Functions 文件。For more information on publishing your Azure function to Azure, see the Azure Functions documentation.
新的 Azure Functions 範本New Azure Functions templates
我們更新並改善了建立新 Functions 專案時的體驗。We updated and improved the experience when creating a new Functions project. 先前新專案會預設使用 HttpTrigger 函式。Previously the new project would default with an HttpTrigger function. Visual Studio for Mac 現在會提供可用的觸發程序類型,供您在建立新專案時選取。Visual Studio for Mac now offers available trigger types that you can select when creating a new project.


如需有關在 Visual Studio for Mac 中使用 Azure Functions 的詳細資訊,請參閱 Azure Functions 文件。For more information on using Azure functions in Visual Studio for Mac, see the Azure Functions documentation.
7.6 中修正的問題Issues fixed in 7.6
效能Performance
我們對效能進行了下列修正:We made the following performance fixes:
- 修正了 WebReference 增益集減緩了在 Solution Pad 中建置資料夾的速度的問題。Fixed an issue where the WebReference addin slows down folder building in the solution pad.
- 我們在改善 IDE 啟動時的工作量方面取得了額外的收益。We have made additional gains on improving the amount of work performed by the IDE on startup.
- 修正了與 FileWatcherService 資源耗盡相關的問題。Fixed issues related to FileWatcherService resource starvation.
- 修正了程式碼修正預覽功能表在大型修正時停止回應數秒鐘的問題。Fixed an issue where code fix preview menu hangs several seconds on large fixes.
- 修正了因為設定變更的緣故,在方案載入時呼叫了 LoadProject 兩次的問題。Fixed an issue where LoadProject is called twice on solution load due to configuration change.
- 修正了在前景執行緒使用太多次 F# 醒目提示的問題。Fixed an issue where F# highlight usages does too much work on the foreground thread.
- Visual Studio for Mac 現在當作業系統觸發記憶體的相關警告時,會停用完整方案分析。Visual Studio for Mac now disables full solution analysis when the OS triggers a warning about memory.
- 隨需載入每個檔案類型的語法配置。Load syntax schemes on demand for each file type.
- 修正了可能使 UI 在開啟方案之後凍結的問題。Fixed an issue that could cause the UI to freeze after opening a solution.
- VSTest Adapter 會延遲載入方案。VSTest adapter delays solution load.
- 改善 [尋找參考] 命令的效能。Improved the performance of the Find References command.
程式碼編輯器Code Editor
我們對程式碼編輯器進行了下列修正:We made the following fixes to Code Editor:
- 修正了輸入區塊註解擲回 NotImplementedException 的問題。Fixed an issue where typing block comments throws a NotImplementedException.
- 修正了韓文語言輸入的問題,其中當從句尾往句首的方向選取時,最後一個字元不會反白,直到程式碼的完成對話方塊消失為止。Fixed an issue with Korean language input where the final character does not highlight when selecting from end of line to beginning of line, until code the completion dialog box disappears.
- 修正了切換行註解功能表已不存在的問題。Fixed an issue where toggle line comment menu no longer exists.
- 修正了例外狀況列中的 [顯示堆疊追蹤] 命令不會顯示任何資訊的問題。Fixed an issue where the "Show stack trace" command in the exception bar does not show or display any information.
- 修正了開啟檔案時,在 NullReferenceException 中擲回 MonoDevelop.SourceEditor.FileRegistry.HasMultipleIncorrectEolMarkers 的問題。Fixed an issue where a NullReferenceException in MonoDevelop.SourceEditor.FileRegistry.HasMultipleIncorrectEolMarkers is thrown when opening a file.
- 修正了TODO 問題的行/欄差 1 的問題。Fixed an issue where Line/col for TODO issues is off by 1.
- 修正了 [顯示範圍] 命令包含標記的轉譯問題。Fixed a rendering issue where the "Show scopes" command includes markup.
- 修正了不一定會顯示偵錯工具提示的問題。Fixed an issue where debugger tooltips are not always displayed.
- 修正了一些文字編輯器中的圖形問題。Fixed some graphical glitches in the text editor.
- 修正了為方法重新命名不應觸發泛型類型引數移除的問題。Fixed an issue where renaming a method should not trigger the removal of generic type arguments.
- 修正了 EditorConfig 設定不會套用到加入至專案的新檔案的問題。Fixed an issue where EditorConfig settings are not applied to new files added to the project.
- 修正了按一下原始程式檔的特定位置時,擲回例外狀況的問題。Fixed an issue where an exception is thrown when clicking in specific locations of a source file.
- 修正了 [加入參考] 快速修正不會新增參考的問題。Fixed an issue where "Add Reference" quick fix does not add a reference.
- 修正了搜尋結果不會使用另一個監視器以全螢幕顯示的問題。Fixed an issue where search results do not display in full screen with a second monitor.
- 修正了啟用程式碼摺疊功能時,顯示「儲存變更時發生錯誤」這個錯誤的問題。Fixed an issue where an error, "There was an error saving the changes", displays when enabling code folding.
- 修正了導致編輯器偶爾對使用者輸入變得沒有回應的問題。Fixed an issue that caused the editor to occasionally become unresponsive to user input.
- 我們已經在編輯器中新增了取代標記,表示可以輸入右括弧。We have added an overtype marker in editor to show that the closing bracket can be typed over.

- 修正了一些文件註解:例外狀況,Param ref 的問題。Fixed some issues with documentation comments: Exception, Param ref.
- 修正了 xsl: variable 的 XSLT 驗證錯誤不正確。Fixed incorrect XSLT validation error for xsl:variable.
- 修正了展開程式碼片段時的游標位置的問題。Fixed an issue with the cursor location when expanding a code snippet.
- 修正了使用者的醒目提示佈景主題損毀時顯示的空白錯誤對話方塊。Fixed an empty error dialog that is shown when the user has a corrupt highlighting theme.
- 已修正下列問題:gutter on the left corrupts when you hover over the '...' associated with a compile error (當您在已與編譯錯誤建立關聯的 '...' 上停留時,左邊的裝訂邊會損毀)。Fixed an issue where the gutter on the left corrupts when you hover over the '...' associated with a compile error.
- 修正了編輯器不適用於 .NET Standard 2.0 NuGet 的問題。Fixed an issue where the editor doesn't work with .NET Standard 2.0 NuGet.
- 修正了韓文語言輸入的問題,其中當從句尾往句首的方向選取時,最後一個字元不會反白。Fixed an issue with Korean language input where the final character is not highlighted when selecting from end of line to beginning of line.
- 修正了韓文字元在選取/反白 (例如複製並貼上時) 時調換位置的問題。Fixed an issue where Korean characters are transposed during selection/highlight (e.g. to copy + paste).
- 修正了修改 editorconfig 之後,分析器和格式設定不會更新的問題。Fixed an issue where analyzers and formatting do not update after modifying editorconfig.
- 修正了單行成員顯示為可摺疊的問題。Fixed an issue where Single-line members were shown as collapsible.
- 修正了建立新的事件處理常式一律會將方法放在類別開頭的問題。Fixed an issue where Creating a new event handler would always put the method at the start of the class.
- 在 .cs 檔案中刪除其上方的大括弧時,會移除右大括弧。The closing curly brace is removed on deleting curly braces above it in a .cs file.
- 修正了摺疊的區域會自動展開的問題。Fixed an issue where Collapsed regions would auto expand.
- 修正了巡覽至組件瀏覽器時,[移至定義] 不會可靠地運作的問題。Fixed an issue where Go to Definition would not work reliably when navigating to the assembly browser.
- 修正了 7.5 build 1254 中損壞的組件瀏覽器。Fixed the assembly browser, which was broken in 7.5 build 1254.
- 修正了造成儲存檔案時,Visual Studio for Mac 凍結的問題。Fixed an issue causing Visual Studio for Mac to freeze when saving a file.
- 修正了造成 在介面中使用時,按一下滑鼠右鍵 -> FindReferences 傳回太多無用結果的問題。Fixed an issue causing Right-click -> FindReferences returns too many useless results when used in an interface.
- 修正了無法關閉先設定放置 System 指示詞的問題。Fixed an issue where Setting Place System directives first cannot be turned off.
- 修正了
TODO
不再醒目提示的問題。Fixed an issue whereTODO
doesn't highlight anymore. - 修正了 Mac 語言為希伯來文 - (從右至左語言) 時,大括弧不會縮排的問題。Fixed an issue where braces are not indented when the Mac language is Hebrew - (RTL language).
- 程式碼摺疊功能現在預設為啟用狀態。Code Folding is now enabled by default.
- 修正了工具提示不會消失的問題。Fixed an issue where tooltips do not disappear.
- 修正了建議的「將匿名群組轉換為方法群組」取代無效的問題。Fixed an issue where a suggested "Convert anonymous group to method group" replacement would be invalid.
- 工具提示逾時現在較短,這會縮短快速諮詢快顯的時間。Tooltip timeout is now shorter, which lowers the quick info popup time.
- 修正了文件開頭的 Alt+向上鍵會導致例外狀況的問題。Fixed an issue where Alt+Up at beginning of the document results in an exception.
- C# 分類不會在編譯變更時更新。C# classification does not update when compilation changes.
協助工具選項Accessibility
我們對協助工具進行了下列修正:We made the following Accessibility fixes:
- 程式碼摺疊功能會在使用 VoiceOver 時顯示,而不會自動隱藏,這是預設行為。Code folding shows when VoiceOver is being used, instead of auto hiding, which is the default behavior.
- 修正了 VoiceOver 會讀取「專案選項」中的隱藏元素的問題。Fixed an issue where VoiceOver would read invisible elements in the 'Project Options'.
專案Project
我們對專案系統進行了下列修正:We made the following fixes to the project system:
- 修正了建置 Xamarin Forms 控制項陳列庫時,造成間歇性當機的問題。Fixed an issue that causes an intermittent crash when building Xamarin Forms Control Gallery.
- 修正了專案的設定對應變更不會通知修改的問題。Fixed an issue where configuration mapping changes for a project does not notify modifications.
- 修正了載入沒有 TargetFramework 的 sdk 樣式專案時的 NullReferenceException。Fixed a NullReferenceException when loading an sdk-style project with no TargetFramework.
- 修正了 MSBuild 匯入之間的循環相依性可能會導致 StackOverflowException 的問題。Fixed an issue where circular dependencies between MSBuild imports would result in a StackOverflowException.
- 改善了無法評估 MSBuild 專案時的錯誤訊息。Improved error messaging when failing to evaluate an MSBuild project.
- 修正了導致 Visual Studio for Mac 在開啟方案時凍結的問題。Fixed an issue that caused Visual Studio for Mac to freeze when opening solution.
- 修正了當檔案從外部新增至專案時的 NullReferenceException。Fixed a NullReferenceException when a file is added externally to the project.
- 我們修正了建立新的 Functions 專案會導致 IntelliSense 錯誤,直到將專案關閉後重新開啟為止的問題。We fixed an issue where creating a new Functions project would result in IntelliSense errors until the project was closed and reopened.
Clean
目標 現在會以非同步方式執行。TheClean
target now runs asynchronously.
.NET Core.NET Core
我們對 .NET Core 支援進行了下列修正:We made the following fixes to our .NET Core support:
- 修正了變更專案屬性後不會還原 .NET Core 專案的問題。Fixed an issue where a .NET Core project is not restored after changing project properties.
- 修正了新檔案的預設建置動作。Fixed the default build action for new files.
- 修正了建置 ASP.NET Core Angular 專案時 UI 停止回應的問題。Fixed a UI hang when building an ASP.NET Core Angular project.
- 當 ASP.NET Core 增益集嘗試安裝 HTTPS 開發憑證時,現在將會顯示要求輸入使用者名稱與密碼的 macOS 訊息對話方塊:When the ASP.NET Core addin tries to install the HTTPS development certificate, the macOS message dialog that asks for the username and password will now display:
dotnet-dev-certs 希望進行變更。dotnet-dev-certs wants to make changes.
- 我們修正了無法使用 IntelliSense 的建議,將宣告新增至空白 C# 檔案的問題。We fixed an issue where it wasn't possible to add declarations to an empty C# file using suggestions from IntelliSense.
NuGetNuGet
我們對 NuGet 支援進行了下列修正:We made the following fixes to our NuGet support:
- 我們修正了 IntelliSense 無法辨識 NuGet 來源轉換的問題。We fixed an issue where NuGet source transformations are not recognized by IntelliSense.
- 您將不會再遇到更新 PackageReference 移除了中繼資料的問題。You will no longer encounter the issue where updating PackageReference removed metadata.
- 我們現在支援在開啟方案時的無作業還原。We now support no-op restores on opening a solution. 如果套件參考尚未變更,就會發生無作業還原。If the package references have not changed, then a no-op restore will occur.
- Visual Studio for Mac 現在支援 Mono MSBuild 隨附的 NuGet SDK 解析程式。The NuGet SDK Resolver that is included with Mono's MSBuild is now supported by Visual Studio for Mac. 如此可從 NuGet 下載 SDK,並由 SDK 樣式專案取用。This allows SDKs to download from NuGet and consumed by SDK style projects.
F#F#
我們為 F# 開發人員修正了下列問題:We fixed the following issues for F# developers:
- 修正了新增 FSharp.Core 4.5.0 NuGet 套件會將 4.3.3 顯示為 Solution Pad 中顯示的相依性的問題。Fixed an issue where adding FSharp.Core 4.5.0 NuGet package shows 4.3.3 as the displayed dependency in the solution pad.
- 修正了一些不正確的 F# 自動完成。Fixed some inaccurate F# autocompletion.
- 我們從範本移除了 'System.ValueTuple.4.3.0',因為不需要且不在 NuGet 上。We removed 'System.ValueTuple.4.3.0' from templates as it is not required and is not on NuGet.
- 我們已將新專案中參考的 Xamarin.Forms 版本更新為 3.0。We updated the version of Xamarin.Forms that is referenced in new projects to 3.0.
- 修正了 F# 的「尋找參考」太常誤傳回「0 個相符項目」的問題。Fixed an issue where F#'s "Find References" wrongly returns "0 matches" too often.
- 修正了使用 Xamarin.Forms 3.0 時,在 Android 資源類型提供者中發生 F# 錯誤的問題。Fixed an issue where F# error in Android resource type provider when using Xamarin.Forms 3.0.
- 修正了 F# 互動式輸出初始輸出訊息,而不需要任何使用者輸入的問題。Fixed an issue where F# interactive outputs initial output message without any user input.
- 修正了 F# Xamarin.Forms 專案範本描述應該是 .NET Standard 卻提及 PCL 的問題。Fixed an issue where F# Xamarin.Forms project template description mentions PCL when it should be .NET Standard.
- 修正 F# 中 [檔案] > [新增空白的 Forms 應用程式]將 Android SDK 設定為 8.0,而不是使用最新版本的問題。Fixed an issue where File > New Blank Forms App in F# sets the Android SDK to 8.0 instead of Use Latest.
- 修正了 F# 互動式命令歷程記錄差一的問題。Fixed an issue where F# interactive command history is off by one.
- 修正了隱含的資料夾在 F# 專案中排序不正確的問題。Fixed an issue where implicit folders are incorrectly ordered in F# projects.
- 改善了 F# 使用 FCS 而不是硬式編碼清單取得其關鍵字清單的方式。Improved how F# gets its list of keywords by using FCS instead of a hardcoded list.
Web 工具Web Tools
我們對 Web 工具進行了下列更新:We made the following updates to our web tooling:
- 修正了如果插入號的後面緊接著
}
,則不會認可程式碼完成的問題。Fixed an issue where code completion doesn't commit if the caret is immediately followed by}
. - 修正了 JavaScript 語法醒目提示在將參數傳遞至函式時中斷的問題。Fixed an issue where JavaScript syntax highlighting breaks when passing parameter to a function.
- 修正了 Razor 指示詞色彩標示不正確的問題。Fixed an issue where Razor directives are not colorized correctly.
- 更新了 JavaScript/TypeScript TextMate 語言檔案。Updated JavaScript/TypeScript TextMate Language files.
- 修正了 [新增專案] 對話方塊在建立新的 Azure Functions 專案之後不會關閉的問題。Fixed an issue where the New Project dialog does not close after creating a new Azure Functions project.
- 修正了縮排
@{}
區塊中的程式碼在認可後向上跳一行,而且無法重新定位的問題。Fixed an issue where code in indented@{}
block jumps up a line when committed and cannot be repositioned. - 修正了在 TypeScript 檔案中鍵入下列內容時發生的例外狀況:System.ArgumentException Message=指定的 SnapshotPoint 或 SnapshotSpan 位於與此 SnapshotSpan 不同的 ITextSnapshot 上。Fixed an exception when typing in TypeScript file: System.ArgumentException Message=The specified SnapshotPoint or SnapshotSpan is on a different ITextSnapshot than this SnapshotSpan..
- 修正了沒有適用於 .css 檔案之 IntelliSense 的問題。Fixed an issue where there was no IntelliSense for .css files.
- 修正了無法在智慧縮排行上使用退格鍵的問題。Fixed an issue where backspace was not available on smart indented lines.
- 我們修正了在新的 ASP.NET Core Web 應用程式中,從範本編輯 appsettings.json 檔案時發生的嚴重錯誤。We fixed a fatal error when editing an appsettings.json file in a new ASP.NET Core Web app from template.
- 我們修正了無法加入 ASP.NET MVC 專案的 Web 參考的問題。We fixed an issue where web references to ASP.NET MVC project could not be added.
偵錯工具Debugger
- 我們修正了即時運算視窗完成只包含區域變數的問題。We fixed an issue where the Immediate window completion only contains locals.
ShellShell
此版本推出下列功能:This release introduces the following feature:
- 如果已安裝活頁簿,您現在可以從 [歡迎使用] 頁面建立互動式活頁簿。It is now possible to create an Interactive Workbook from the Welcome Page if Workbooks is installed.
下列問題已在 Visual Studio for Mac Shell 中獲得解決:The following issues were addressed in the Visual Studio for Mac Shell:
- 修正了系統語言變更為中文時,不會反映在 Visual Studio for Mac 中的問題。Fixed an issue that when the system language is changed to Chinese, it is not reflected in Visual Studio for Mac.
- 修正了 [歡迎使用] 頁面中的大頭針圖示太小的問題。Fixed an issue where the pin icon in the Welcome Page was too small.
- 修正了選取名稱開頭為 "#" 的裝置時,Visual Studio for Mac 損毀的問題。Fixed an issue where Visual Studio for Mac crashes when selecting a device with a name starting with "#".
- 修正了拖放到 [歡迎使用] 頁面已沒有作用的問題。Fixed an issue where Drag-and-drop into the welcome page does not work anymore.
- 修正了您無法重新命名方案項目的問題。Fixed an issue where you Cannot rename solution items.
- 修正了您無法將新檔案加入至方案項目的問題。Fixed an issue where you Cannot add new file to solution items.
- 修正了前往上個筆記本功能表項目無法運作的問題。Fixed an issue where the move to previous notebook menu item is not working.
- 修正了多次使用鍵盤快速鍵關閉時,顯示多個 [儲存] 對話方塊的問題。Fixed an issue where multiple Save dialogs are shown when you close using keyboard shortcut multiple times.
版本控制Version Control
- 我們修正了在 [隱藏管理員] 對話方塊中不會顯示 Git 隱藏註解的問題。We fixed an issue with the Git stash comment not displayed in Stash Manager dialog.
- 我們修正了 Git 在背景執行緒套用隱藏 - Gtk 警告 - 作業完成的問題。We fixed an issue with Git apply stash - Gtk warning - operation done on background thread.
XamarinXamarin
Xamarin.FormsXamarin.Forms
- 修正了 IntelliSense 不適用於透過 Xamarin.Forms XAML 自動產生的欄位的問題。Fixed an issue where IntelliSense does not work for auto-generated fields through Xamarin.Forms XAML.
- 我們修正了一些 Xamarin.Forms 的 XAML 編輯問題:We fixed some XAML editing issues for Xamarin.Forms:
- Xamarin Forms - SomePage.xaml.cs -> InitializeComponent() 表示它模稜兩可。Xamarin Forms - SomePage.xaml.cs -> InitializeComponent() says it's ambiguous.
- 若相同成員使用連結的 XAML 檔案,則成員之間會有不確定性 (英文)。Ambiguity between same members using a linked XAML file.
- 修正了使用者無法儲存檔案,並將新的資源加入至 Xamarin.Forms 專案的問題。Fixed an issue where the user is unable to save files and add new resources to the Xamarin.Forms project.
如需詳細資訊,請參閱 Xamarin 版本資訊。For more information, see the Xamarin release notes.
Xamarin.AndroidXamarin.Android
- 如果已安裝 Java 9 或更新版本,透過發佈工作流程發佈時,Visual Studio for Mac 將會使用
apksigner
簽署 Android.apk。If Java 9 or above is installed, Visual Studio for Mac will useapksigner
to sign Android .apks when publishing through the publishing workflow. - 我們修正了在發行設定中啟動應用程式時,應用程式不會啟動的問題。We fixed an issue where the app would not launch when starting the app in Release configuration.
- 如果啟動模擬器](https://bugzilla.xamarin.com/show_bug.cgi?id=57082) 時,缺少 Android SDK Tools,您現在會收到通知。You are now notified if Android SDK Tools are missing when starting an emulator](https://bugzilla.xamarin.com/show_bug.cgi?id=57082).
- 我們修正了即使已正確安裝應用程式,還是回報為無法安裝的問題。We fixed an issue where apps would be reported as failed to install, even though they installed correctly.
- 我們修正了發佈至 Play Store 時的損毀情況。We fixed a crash when publishing to the Play Store.
如需詳細資訊,請參閱 Xamarin 版本資訊。For more information, see the Xamarin release notes.
Xamarin.MacXamarin.Mac
- 您現在可以透過 Xcode 開啟分鏡腳本檔案。You can now open a storyboard file through Xcode.
- 我們修正了一些發佈 Mac 應用程式時的視覺問題。We fixed a number of visual glitches when publishing Mac apps.
Xamarin.iOSXamarin.iOS
此版本已經增加對 ClassKit 權利的支援。Support for ClassKit entitlements has been added in this release. ClassKit 可以在適用於 iPad 的教育應用程式中,啟用教育機構可搭配 Apple School Manager 和受控 Apple ID 使用的功能。ClassKit enables features in your education apps for iPad that can be used by educational institutions with Apple School Manager and Managed Apple IDs.
Xamarin.iOS 佈建Xamarin.iOS Provisioning
根據預設,Visual Studio for Mac 中的自動佈建功能現在會嘗試建立並使用萬用字元應用程式識別碼和佈建設定檔,而不是根據 Info.plist 檔案中指定的套件組合識別碼,建立應用程式識別碼。Automatic provisioning in Visual Studio for Mac now attempts to create and use wildcard App ID and provisioning profiles by default, instead of creating an App ID based on the Bundle Identifier specified in the Info.plist file. 根據預設,使用萬用字元識別碼會減少開發人員入口網站中需要維護的設定檔和識別碼數目。Using wildcard IDs by default reduces the number of profiles and IDs that need maintenance in the developer portal.
如需有關如何在 Xamarin.iOS 中佈建的詳細資訊,請參閱在 Xamarin.iOS 中自動佈建文件。For more information on provisioning in Xamarin.iOS, see the Automatic Provisioning in Xamarin.iOS documentation.
我們也修正了 Xamarin.iOS 專案的下列問題:We also fixed the following issues with Xamarin.iOS projects:
- 修正了編譯時無法辨識 Info.plist 中指定的 WatchKit Complication Assets Set 的問題。Fixed an issue where WatchKit Complication Assets Set specified in Info.plist are not recognized on compile.
- 修正了
aps-environment
在發佈發行組建後未設定為production
的問題。Fixed an issue where theaps-environment
is not getting set toproduction
after publishing a release build. - 修正了共用專案中的資產目錄在方案總管中列出兩次的問題。Fixed an issue where Asset catalogs in a shared project are listed twice in the solution explorer.
- 修正了重新開啟 Entitlements.plist 檔案時,Entitlements.plist 中的
Enable Classkit
核取方塊未顯示為已核取狀態的問題。Fixed an issue where theEnable Classkit
checkbox in Entitlements.plist does not display as checked when the Entitlements.plist file is re-opened. - 如果特定 iOS 或 Mac 的建構函式 (分別來自 Xamarin.iOS 或 Xamarin.Mac) 因為過時而無法使用,或導入至比專案鎖定版本 (例如,Info.plist 中所設定的「部署目標」) 還新的作業系統版本,Visual Studio for Mac 現在會對您發出警示。Visual Studio for Mac will now alert you if a particular iOS or Mac constructor (from Xamarin.iOS or Xamarin.Mac, respectively) is unavailable due to deprecation or introduced into a later version of the OS than the version the project is targeting (e.g. the "Deployment Target" as set in the Info.plist).
- 修正了 IWKNavigationDelegate 有兩個介面方法,而且只有一個顯示在 IntelliSense 中的問題。Fixed an issue where IWKNavigationDelegate has two interface methods, and only one is shown in IntelliSense.
- 將偵錯工具連接到您的應用程式時,Visual Studio for Mac 現在會使用裝置的連接埠,而不是使用全域喜好設定。When connecting the debugger to your app, Visual Studio for Mac now uses the device's connection port instead of using global preferences. 這表示,即使喜好設定用於 WiFi 偵錯,USB 還是用於偵錯 (透過 USB 連接時)。This means USB is used for debugging (when connected through USB) even if the preferences are for WiFi debugging.
- 修正了嘗試連接至 Apple 開發人員帳戶時發生的錯誤。Fixed an error when trying to connect to Apple Developer Account.
- 修正了啟用鑰匙圈存取群組時,
$(AppIdentifierPrefix)
不會在自動產生的套件組合識別碼項目之前插入的問題。Fixed an issue where$(AppIdentifierPrefix)
is not inserted before the automatically generated bundle ID entry when enabling keychain access groups. - 修正了命名空間與 iOS 專案不符的新 watchOS 專案的問題。Fixed an issue with new watchOS projects where the namespace would not match the iOS project.
- 修正了問題分析器在變更部署目標後不會觸發的問題。Fixed an issue where the issue analyzer would not trigger after changing the deployment target.
- 修正了防止透過 WiFi 分析 tvOS 應用程式的問題。Fixed an issue that prevented profiling a tvOS application over WiFi.
視覺化設計工具Visual Designers
iOS 設計工具iOS Designer
- 當選取的檢視不是檢視控制器的根目錄時,現在會醒目提示其父項。The selected view's parent is now highlighted when it is not the root of the view controller.
- 在 XIB 檔案中,現在支援具有子檢視控制器的 UINavigationControllers。UINavigationControllers with child view controllers are now supported in XIB files.
- 在檢視中使用內嵌/取消內嵌時,現在會保留條件約束。Constraints are now preserved when using Embed/Un-embed in View.
- 拖曳自工具箱的項目現在會顯示為圖示,直到將這些項目拖曳過適當的拖放區為止。Items dragged from the toolbox are now displayed as icons until they are dragged over a suitable drop area.
Android 設計工具Android Designer
- 透過全逼真的版面配置編輯功能,現在即使在設計模式下,也會保留您的 XAML 修改。With full-fidelity layout editing, your XAML modifications are now preserved even in design mode.
- 我們已經將轉譯器更新到最新的 Android Oreo。We updated renderer to the latest Android Oreo.
- 改善自訂控制項在暴增期間的可靠性Improve reliability of custom controls during inflation
- 系統提供的值具備範例資料支援Sample data support for system provided values
Xamarin.Forms PreviewerXamarin.Forms Previewer
- 增加了對對 C# 和 F# Xamarin.Forms 專案的工具箱支援Added toolbox support for C# and F# Xamarin.Forms projects
- 當您的 C# 或 F# Xamarin.Forms 專案相依於 Xamarin.Forms 3.1.0.583944 版或更新版本時,Xamarin.Forms 控制項將會出現在工具箱中,協助探索工具組的這些新功能。When your C# or F# Xamarin.Forms project has a dependency on Xamarin.Forms version 3.1.0.583944 or greater, Xamarin.Forms controls will appear in the toolbox, aiding discoverability for those new to the toolkit.
- 此版本能夠將這些控制項拖放到您的程式碼編輯器,進而提供 XAML 元素的程式碼片段。This release includes the ability to drag and drop these controls onto your code editor, providing a XAML element snippet.
其他修正與增強功能Other Fixes and enhancements
- 修正了 Visual Studio for Mac 不會提供更新的問題。Fixed an issue where Visual Studio for Mac appears to offer no updates.
- 修正了 Visual Studio for Mac 簽出功能凍結整個程式的問題。Fixed an issue where Visual Studio for Mac checkout functionality freezes entire program.
- 改進巡覽與意見反應問卷的流程。Improved navigation and flow of feedback survey.
- 修正了可見度為「只有公用成員」時,組件瀏覽器不會顯示公用成員的問題。Fixed an issue where the assembly browser does not show public members if visibility is "Only public members".
- 修正了 開啟內容功能表時,在 [工具] -> [選項]-> [原始檔控制] 中遺漏 [原始檔控制] 選項的問題。Fixed an issue where Source Control selection in Tools -> Options -> Source Control is lost when opening context menu..
- 修正了停止測試之後無法重新執行測試的問題。Fixed an issue where it is not possible to re-run tests after stopping tests.
Visual Studio for Mac 7.6.1 (7.6.1.9)Visual Studio for Mac 7.6.1 (7.6.1.9)
發行於 2018 年 8 月 23 日released August 23, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們修正了 IntelliSense 無法運作,導致「未定義或已匯入 System.Object」錯誤的問題。We fixed an issue where IntelliSense was not working and caused "System.Object is not defined or imported" errors.
- 我們修正了造成 IDE 在變更 PCL 設定檔時損毀的問題。We fixed an issue that caused the IDE to crash when you change the PCL profile.
- 我們修正了當方案設定為「取用」時,發佈 Azure 函式失敗的問題。We fixed an issue where publishing Azure functions fail when the plan is set to "Consumption".
Visual Studio for Mac 7.6.2 (7.6.2.33)Visual Studio for Mac 7.6.2 (7.6.2.33)
於 2018 年 8 月 29 日發行released August 29, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們修正了完成描述工具提示在關閉完成後,有時候會保持開啟狀態的問題。We fixed an issue where the completion description tooltip sometimes stays open after completion is closed.
- 我們修正了檢視「在方案中搜尋」結果時,出現高 CPU 使用率 ,包括 UI 延遲和無回應的問題。We fixed an issue where there is High CPU usage viewing "Search in Solution" results, including UI delays and unresponsiveness.
- 我們修正了在 App Service 中,
FUNCTIONS_EXTENSION_VERSION
未針對已發佈的 Azure 函式,設定為 beta 的問題。We fixed an issue whereFUNCTIONS_EXTENSION_VERSION
is not set as beta in the App Service for a published Azure Function. - 我們修正了導致 TypeScript/JavaScript TextMate 語法醒目提示錯誤的問題。We fixed an issue causing TypeScript/JavaScript TextMate syntax highlighting errors.
- 我們修正了造成從 docs 範例貼上 c# 程式碼後出現非預期 UI 的問題。We fixed an issue that caused unexpected UI after pasting c# code from docs sample.
- 我們修正了針對 wifi 連線裝置進行偵錯/iphone 編譯期間,VS for Mac 損毀的問題。We fixed an issue where VS for Mac crashes during debug/iphone compile against wifi connected device.
- 我們修正了無法在 Visual Studio for Mac 上使用企業授權的問題。We fixed an issue where Not able to use enterprise license on Visual Studio for Mac.
我們也持續改良核心 IDE 以修正 IntelliSense 問題、停止回應和損毀。We also continued to make improvements to the core IDE to fix IntelliSense issues, hangs, and crashes.
Visual Studio for Mac 7.6.3 (7.6.3.1)Visual Studio for Mac 7.6.3 (7.6.3.1)
發行於 2018 年 8 月 30 日released August 30, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們修正了使用特定封存程序簽署 Android APK 導致 APK 未簽署的問題。We fixed an issue where Android APKs being signed with the ad-hoc archiving process resulted in a non-signed APK.
Visual Studio for Mac 7.6.4 (7.6.4.22)Visual Studio for Mac 7.6.4 (7.6.4.22)
發行於 2018 年 9 月 10 日released September 10, 2018
此版本引進更簡單的新方式讓您直接從 IDE 提供意見反應給我們。This release introduces a new and easier way to provide feedback to us, straight from the IDE. 使用此功能,我們讓您能更簡單地使用它來建立票證或尋找相同問題的現有票證。With this feature we've made it easier for you to create a ticket or find existing tickets for the same issue.
若要存取該新工具,請選取 [說明] > [回報問題]:To access the new tool, select Help > Report a Problem:

從這個對話方塊,您可以瀏覽您關注的問題、搜尋類似問題,或回報新問題:From this dialog you can browse your followed issues, search for similar issues, or report a new problem:

此版本也解決了下列問題:This release also addresses the following issues:
- 我們已修正 TFS 延伸模組未顯示在資源庫中的問題We fixed an issue where TFS Extension does not show up in gallery
- 我們已修正在 [文字] 屬性欄位中輸入時,Android 屬性窗格由於焦點問題而消失的問題We fixed an issue where Android Property panel disappears when typing in "Text" property field due to focus issue
- 我們已修正使用 macOS 10.14 beta 4 時無法看到標題列的問題We fixed an issue where the Title bar is not visible with macOS 10.14 beta 4
- 我們已修正 XAML 語法醒目提示的問題We fixed an issue with XAML Syntax Highlighting
- 我們已修正「在檔案中尋找」、「尋找參考」結果顯示錯誤行號的問題。We fixed an issue where "Find in files"/"Find References" results show wrong line numbers.
- 我們已修正當包含搜尋字詞的行太長時,顯示的搜尋結果是空的的問題。We fixed an issue where search results displayed as empty when line that contains the search term is too long.
- 我們已修正傳回的搜尋結果不符合搜尋字詞的問題。We fixed an issue where search results returned do not match search terms.
- 我們已修正 JSON IntelliSense 在特定情況下需要兩個引號時插入三個引號的問題。We fixed an issue where JSON IntelliSense inserts three quotes where two are needed under certain circumstances.
- 我們已修正以 netstandard 2.0 為目標的 Unity 專案有損壞的 IntelliSense 的問題。We fixed an issue where Unity projects targeting netstandard 2.0 have broken IntelliSense.
Visual Studio for Mac 7.6.5 (7.6.5.20)Visual Studio for Mac 7.6.5 (7.6.5.20)
於 2018 年 9 月 13 日發行released September 13, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們已修正升級到 7.6 版之後無法使用 vstool 建立專案的問題。We fixed an issue where you could not build a project using vstool after upgrading to version 7.6.
- 我們已修正 Xamarin.Forms 專案未參考 .NET 可攜式子集的組件,中斷 IntelliSense 的問題。We fixed an issue where Xamarin.Forms projects did not reference .NET Portable Subset assemblies, breaking IntelliSense.
- 我們已修正 Visual Studio for Mac 狀態列圖示未顯示在 macOS Mojave 搶鮮版 (Beta) 的問題。We fixed an issue where Visual Studio for Mac status-bar icons were not displaying on macOS Mojave beta.
- 我們已修正編輯 XAML 檔案時,Visual Studio for Mac 隨機損毀的問題。We fixed an issue where Visual Studio for Mac crashes randomly while editing XAML files.
- 我們已修正插入新行時,新增不正確換行的 JavaScript 問題。We fixed a JavaScript issue where an incorrect line break is added when inserting a new line.
- 我們已修正 JSON IntelliSense 在特定情況下需要兩個引號時插入三個引號的問題。We fixed an issue where JSON IntelliSense inserts three quotes where two are needed under certain circumstances. 我們在過去的服務版本中為此做了修正,但它仍然出現。We made a fix for this in the last service release, but it was still appearing. 現在應該已完全修正問題。The issue should now be fully fixed.
- 我們已修正開發人員新聞的捲動。We fixed scrolling for Developer News.
Visual Studio for Mac 7.6.6 (7.6.6.17)Visual Studio for Mac 7.6.6 (7.6.6.17)
於 2018 年 9 月 19 日發行released September 19, 2018
此版本新增對 Xcode 10 的支援。This release adds support for Xcode 10. Xcode 10 提供 iOS 12、watchOS 5、macOS 10.14 和 tvOS 12 的支援。Xcode 10 provides support for iOS 12, watchOS 5, macOS 10.14, and tvOS 12.
此版本也修正下列問題︰This release also fixes the following issue:
Visual Studio for Mac 7.6.7 (7.6.7.49)Visual Studio for Mac 7.6.7 (7.6.7.49)
於 2018 年 9 月 25 日發行released September 25, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們已修正持續提示使用者輸入 git 認證的問題。We fixed an issue where the user would be continually prompted for git credentials.
- 我們已修正檔案新增至專案,但未針對 IntelliSense 建立 macOS High Sierra 軟式連結索引的問題。We fixed an issue where files added to a project with soft links on macOS High Sierra were not indexed for IntelliSense.
- 我們已修正搜尋結果中的文字高度不同的問題。We fixed an issue where the height of text in search results were different.
- 我們已修正尋找參考顯示無效搜尋結果的問題。We fixed an issue where Find References showed invalid search results.
- 我們已修正使用前置處理器指示詞,將錯誤區段以視覺化方式標記為註解的問題。We fixed an issue where the wrong sections are visually commented out with preprocessor directives.
- 我們已修正 NuGet 認證提供者對話方塊有定位處理和初始焦點問題的問題。We fixed an issue where the NuGet credential provider dialog had tabbing and initial focus problems.
- 我們已修正當儲存體帳戶位於與新 App Service 不同的資源群組時,部署函式的新 Azure App Service 將會失敗的問題。We fixed an issue where deploying a new Azure App Service for a Function would fail if the Storage Account was in a different Resource Group to the new App Service.
- 我們已修正 IoT 延伸模組造成的損毀。We fixed a crash that was caused by the IoT extension.
- 我們已修正造成搜尋時延遲的問題。We fixed an issue that was causing delays when searching.
- 我們已解決 Feedback Client 中的一些當地語系化問題。We addressed some localization issues in the Feedback Client.
Visual Studio for Mac 7.6.8 (7.6.8.38)Visual Studio for Mac 7.6.8 (7.6.8.38)
發行於 2018 年 10 月 1 日released October 1, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們已修正下列問題:修改 SolutionFolder 內的 .csproj 檔案不會重新載入專案。We fixed an issue where modifying a .csproj file that is inside SolutionFolder doesn't reload the project.
- 我們已修正下列問題:要針對類別視窗覆寫的挑選成員未正確地呈現選項。We fixed an issue where the pick members to override for a class window doesn't render options correctly.
- 我們已修正下列問題:在 Visual Studio Community 2017 for Mac 中無法變更 VB.Net 的字型色彩。We fixed an issue where it is not possible to change the font colors for VB.Net in Visual Studio Community 2017 for Mac.
- 我們已修正按兩下 .sln 檔案無法載入解決方案的問題。We fixed an issue where a solution could not be loaded by double clicking on the .sln file.
- 我們已改善對 Mojave 黑暗模式的支援。We improved our support for Mojave dark mode.
Visual Studio for Mac 7.6.9 (7.6.9.22)Visual Studio for Mac 7.6.9 (7.6.9.22)
發行於 2018 年 10 月 8 日released October 8, 2018
本版解決了下列問題:This release addresses the following issues:
- 我們已修正下列問題:建立新檔案時,IntelliSense 會停止運作。We fixed an issue where IntelliSense stops working when creating a new file.
- 我們已修正下列問題:IntelliSense/自動完成不斷失敗。We fixed an issue where IntelliSense/Autocomplete constantly failing.
- 我們已修正下列問題:建立新的 .Net Core 專案局部失敗。We fixed an issue where creating new .Net core project semi-failed.
我們還會繼續致力於小幅修正與增強功能的效能和穩定性。We also continued working on minor fixes and improvements for performance and stability.
Visual Studio for Mac 7.6.10 (7.6.10.27)Visual Studio for Mac 7.6.10 (7.6.10.27)
發行於 2018 年 10 月 22 日released October 22, 2018
本版解決了下列問題:This release addresses the following issues:
- 修正了建立檔案時,會擲回錯誤 - NullReferenceException:並未將物件參考設定為物件的執行個體的問題。We fixed an issue where an error is thrown when creating a file - NullReferenceException: Object reference not set to an instance of an object.
- 我們修正了以下問題:選擇 [Delete] (刪除) 時,從專案中移除的檔案不會從磁碟刪除的情形。We fixed an issue where files removed from a project are not deleted from disk when "Delete" is chosen.
- 我們修正了以下問題:新增單元測試時,若與嘗試以遞迴方式新增單元測試的堆疊追蹤搭配使用,Visual Studio for Mac 就會毀損的情形。We fixed an issue where adding a unit test, Visual Studio for Mac will crash with a stack trace that seems to try to recursively add the unit test.
- 我們修正了以下問題:Mojave 上的工具提示中有陰影成品的情形。We fixed an issue where there are shadow artifacts in Tooltips on Mojave.
Visual Studio for Mac 7.6.11 (7.6.11.9)Visual Studio for Mac 7.6.11 (7.6.11.9) 
發行於 2018 年 11 月 2 日released November 02, 2018
此版本新增對 Xcode 10.1 支援的支援This release adds support for Xcode 10.1 support
此版本也解決了下列問題:This release also addresses the following issues:
- 我們修正了您無法執行 / 偵錯 docker-compose 專案的問題。We fixed an issue where you [cannot run / debug docker-compose project](https://developercommunity.visualstudio.com/content/problem/366580/cannot-run-debug-docker-compose-project.html.
- 我們修正了 YamlDotNet 套件必須更新至 5.2.1 版的問題。We fixed an issue where YamlDotNet package must be updated to version 5.2.1.
- 我們修正了 .NET Core 2.1 專案在安裝 .NET Core 2.2 預覽版之後,無法再建置的問題。We fixed an issue where after installing .net core 2.2 preview, .net core 2.1 projects no longer build.
已知問題Known Issues
下列是 Visual Studio 2017 for Mac 7.6 版現有的所有已知問題清單:The following is a list of all existing known issues in Visual Studio 2017 for Mac version 7.6:
- 針對 Xamarin.iOS 進行偵錯時,Visual Studio for Mac 偵錯工具通常會損毀。Visual Studio for Mac debugger often crashes when debugging Xamarin.iOS.
Team Foundation 版本控制Team Foundation Version Control
Team Foundation 版本控制 (TFVC) 支援現在當作 Visual Studio for Mac 的延伸模組提供。Team Foundation Version Control (TFVC) support is available as an extension for Visual Studio for Mac. 如需有關安裝和使用延伸模組的詳細資訊,請參閱連線到 Team Foundation 版本控制指南。For more information on installing and using the extension, see the Connecting to Team Foundation Version Control guide.
目前情況如何?How are we doing?
我們很希望聽聽您的意見!We would love to hear from you! 您可以透過 Visual Studio for Mac IDE 中的回報問題選項來回報問題,然後在開發人員社群 (英文) 入口網站中追蹤您的意見反應。You can report a problem through the Report a Problem option the Visual Studio for Mac IDE and track your feedback in the Developer Community portal.
部落格Blogs
善用「開發人員工具部落格」網站中的見解與建議,讓您能夠隨時取得所有新版本的最新資訊,以及涵蓋各類功能的深入探討文章。Take advantage of the insights and recommendations available in the Developer Tools Blogs site to keep you up-to-date on all new releases and include deep dive posts on a broad range of features.
Visual Studio 2017 for Mac 版本資訊歷程記錄Visual Studio 2017 for Mac Release Notes History
您可以檢視舊版的 Visual Studio 2017 for Mac 版本資訊:You can view prior versions of Visual Studio 2017 for Mac release notes:
- Visual Studio 2017 for Mac 7.5 版的版本資訊Visual Studio 2017 for Mac version 7.5 Release Notes
- Visual Studio 2017 for Mac 7.4 版的版本資訊Visual Studio 2017 for Mac version 7.4 Release Notes
- Visual Studio 2017 for Mac 7.3 版的版本資訊Visual Studio 2017 for Mac version 7.3 Release Notes
- Visual Studio 2017 for Mac 7.2 版的版本資訊Visual Studio 2017 for Mac version 7.2 Release Notes
- Visual Studio 2017 for Mac 7.1 版的版本資訊Visual Studio 2017 for Mac version 7.1 Release Notes
- Visual Studio 2017 for Mac 7.0 版的版本資訊Visual Studio 2017 for Mac version 7.0 Release Notes