1
似乎無法找到任何答案在這裏/谷歌,我知道我應該問在ReSharper支持,但我想我可能會得到一個更快的答案在這裏。Resharper智能感知丟失例外描述
我根據以下代碼爲異常創建了XML文檔;
/// <summary>
/// Commits any changes to the Database and raises the Saved event.
/// </summary>
/// <exception cref="InvalidOperationException">Exception description goes here.</exception>
void Commit();
但是在查看方法時,我只能得到以下內容;
有誰有關於如何獲得任何建議「異常說明放在這裏。」出現在Intellisense彈出窗口中?
我正在使用R#版本7.1.3和Visual Studio Professional 2012版本11.0.60610.01更新3(如果有幫助的話)。我試圖重建和清理項目,同樣的問題。