-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] <inheritdoc /> + <typeparamref > = empty string (and warning) #8948
Comments
vs/vscode in this case does not render |
Note: we want to add |
This issue will be resolved in next docfx release. (By Roslyn packages update) I've tested on |
Describe the bug
When you have an
<inheritdoc/>
for a generic method which references a generic parameter via<typeparamref />
in the tripple-slash-comment, a warning is shown when serving and the generic type name is not shown in the documentation at all.Here a test scenario:
and here the output in the console:
and a screenshot from the documentation:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Context (please complete the following information):
Additional context
If I don't use
<inheritdoc/>
and instead copy-paste the documentation, everything works as expected.It doesn't seem to matter if the
<typeparamref>
occures in the summary tag or somewhere else.The text was updated successfully, but these errors were encountered: