dotnet/roslyn

Update Quick Info and Method Info to show exception reasons

Open

#1,515 建立於 2015年3月24日

在 GitHub 查看
 (24 留言) (55 反應) (0 負責人)C# (4,257 fork)batch import
Area-IDEhelp wanted

倉庫指標

Star
 (20,414 star)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

Currently the Quick Info and Method Info features for the C# editor show the types of exceptions potentially thrown by the method (according to the documentation), but it does not include the descriptions of the reasons why these exceptions could be thrown.

It would be very helpful if the documentation presentation were updated to include this information, so method callers are more likely to correctly consider preconditions.

貢獻者指南