dotnet/roslyn
Ver no GitHubUpdate Quick Info and Method Info to show exception reasons
Open
#1.515 aberto em 24 de mar. de 2015
Area-IDEhelp wanted
Métricas do repositório
- Stars
- (20.414 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
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.