Visual Studio 2017 - Run to click

Visual Studio 2017 以前,在除錯時若要讓斷點繼續向下運行至指定位置,我們需要在指定位置設定斷點後讓他向下運行,或是直接在指定位置上按下滑鼠右鍵,點選 Run to cursor 滑鼠右鍵選單也可以。 ...

February 10, 2017 · Larry Nung

Visual Studio 2017 - Structure visualizer

Visual Studio 2017 以前,在編寫程式時有時我們會需要找一下程式碼中的刮號,確定我們在改的區塊是否正確。Visual Studio 2017 新增 Structure visualizer 功能,能讓我們更容易知道所修改的區塊是哪。 ...

February 10, 2017 · Larry Nung

Visual Studio 2017 - Lightweight solution load

Visual Studio 2017 新增 Lightweight Solution load 功能,能 OnDemand 進行專案的載入,特別適用於大型專案的開發。 ...

February 10, 2017 · Larry Nung

Visual Studio 2017 - Attach to Process Filter

在 Visual Studio 2017 以前要在 Attach to Process 對話框中找到要附加的處理序,需要在一堆處理序中挑選。 ...

February 8, 2017 · Larry Nung

Web Deploy - Publish with Visual Studio

要直接用 Visual Studio 使用 Web Deploy 去做佈署,首先在方案總管的專案上按下滑鼠右鍵,點選 Publish... 滑鼠右鍵選單選項。 ...

December 3, 2016 · Larry Nung

Visual Studio - Exception of type 'Phx.FatalError' was thrown

如果 Visual Studio 出現 “Exception of type ‘Phx.FatalError’ was thrown” 這樣的錯誤。 ...

November 24, 2016 · Larry Nung

'SonarLint for Visual Studio - SonarAnalyzer for C# and Visual Basic .NET'

SonarLint for Visual Studio 能讓 Visual Studio 與 SonarQube 整合,將 SonarQube 的 Rule 透過 Analyzer 的方式整進 Visual Studio,讓 Visual Studio 能用 SonarQube 的 Rule 下去對程式進行分析。 ...

September 30, 2016 · Larry Nung

The Diagnostic Tools window does not support the current debugging configuration

Diagnostic Tools 視窗若出現 The Diagnostic Tools window does not support the current debugging configuration 這樣的訊息。 ...

August 7, 2016 · Larry Nung

Visual Studio - Clone git repository

使用 Visual Studio clone git repository,先將 Team Explorer 視窗開啟。 ...

July 24, 2016 · Larry Nung

Visual Studio - Move obj folder

Visual Studio 的專案在建置 .NET 專案時會自動建立 Obj 目錄放置中繼檔案,該目錄位置並無直接的設定方式。 ...

July 12, 2016 · Larry Nung