You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[severity:It bothers me. A fix would be nice]
When using ArgumentNullException.ThrowIfNull instead of a normal throw statement, writing /// no longer automatically documents ArgumentNullException as a possible exception thrown by the method:
-->
Original Comments
Feedback Bot on 2/16/2025, 08:15 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered:
It would be nice if the the auto-completed docs you get when you type /// would traverse every method/property and read the <exception> tags on their documentation. Hopefully that wouldn’t be considered too noisy or expensive to do.
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
When using
ArgumentNullException.ThrowIfNull
instead of a normal throw statement, writing///
no longer automatically documentsArgumentNullException
as a possible exception thrown by the method:-->
Original Comments
Feedback Bot on 2/16/2025, 08:15 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered: