Automatically document exceptions on methods based on methods it's calling
Open
dotnet
dotnet: xml-comment
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 10
Description
**DocFX Version Used**:
2.40.7
**Template used**: (`default` or `statictoc` or contain custom template)
default
**Steps to Reproduce**:
n/a
**Expected Behavior**:
It would be nice to have the possibility that DocFx could automatically document exceptions on a method based on the documented exceptions on methods it's calling.
**Actual Behavior**:
Currently I can document possible exception using the `exception` XML comment tag. This needs to be done manually on all methods, which is duplicated work if exceptions thrown in methods called by the method should also be documented.
Contributor guide
Assessment
This issue has not been assessed yet.