Skip to content
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

Inheritance and Syntax implied inheritance don't match #3525

Closed
StewMcc opened this issue Oct 23, 2018 · 3 comments
Closed

Inheritance and Syntax implied inheritance don't match #3525

StewMcc opened this issue Oct 23, 2018 · 3 comments
Labels
dotnet Generate .NET API reference docs

Comments

@StewMcc
Copy link

StewMcc commented Oct 23, 2018

DocFX Version Used:
v2.40.0
Template used: (default or statictoc or contain custom template)
statictoc
Steps to Reproduce:
Unsure keeps changing...

  1. docfx --serve using source *.cs files
  2. clean everything up and run command again, out put is different.

Expected Behavior:
syntax of public class AutoLoader : MonoBehaviour will show inheritance as MonoBehaviour every time.
Actual Behavior:
Shows inheritance as System.Object sometimes, and as MonoBehaviour others

notes

The MonoBehaviour class is not an included .cs file class. I am mainly confused as to how it works sometimes, falls back to syntax inherited class, whereas other times it falls back to System.Object.

Mainly curious as to what the expected result would be?

@herohua
Copy link
Contributor

herohua commented Oct 29, 2018

@StewMcc could you provide a minimum project to repro the issue?

@herohua herohua added the dotnet Generate .NET API reference docs label Nov 19, 2018
@stale
Copy link

stale bot commented Mar 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Mar 6, 2019
@stale
Copy link

stale bot commented Mar 13, 2019

Closing this issue after a prolonged period of inactivity. If you still think this issue is relevant, please feel free to ping a maintainer or leave a comment.

@stale stale bot closed this as completed Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet Generate .NET API reference docs
Projects
None yet
Development

No branches or pull requests

2 participants