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
Operation System: (Windows or Linux or MacOS)
macOS
DocFX Version Used:
2.51
Template used: (default or statictoc or contain custom template)
default
Steps to Reproduce:
Add <inheritdoc/> to a method defined in a system interface, like IEnumerable<T>.GetEnumerator or GetHashCode.
Execute DocFX
Expected Behavior:
Documentation is generated.
Actual Behavior:
No documentation is generated.
This seems to be because <inheritdoc/> doesn't support system types. However, <see cref={some system type}/>does work, so DocFX seems to be capable of this.
The text was updated successfully, but these errors were encountered:
There are also license concerns. If your build system embeds copyrighted material from Microsoft's xref service to your product documentation daily, and Microsoft changes the license terms some day, then how will you notice? The xref service is not like a NuGet package where you can keep fetching the old version with the old license terms.
Operation System: (
Windows
orLinux
orMacOS
)macOS
DocFX Version Used:
2.51
Template used: (
default
orstatictoc
or contain custom template)default
Steps to Reproduce:
<inheritdoc/>
to a method defined in a system interface, likeIEnumerable<T>.GetEnumerator
orGetHashCode
.Expected Behavior:
Documentation is generated.
Actual Behavior:
No documentation is generated.
This seems to be because
<inheritdoc/>
doesn't support system types. However,<see cref={some system type}/>
does work, so DocFX seems to be capable of this.The text was updated successfully, but these errors were encountered: