Replies: 1 comment
-
@yufeih Any ideas on this one? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having issues with extension methods to be listed in the base class.
I have two csproj files in my solution:
Issue
Project A's Map class apiPage yml I generate using DocFX lists the extension methods defined in Project B.
Project A's Map class apiPage yml I generate using DocFX does not list the extension methods defined in Project B. This is the issue.
The problem is my code base only uses "Assembly reference". So I am missing all the extension methods. Is there a solution or work around you can recommend? I cannot use project references.
Beta Was this translation helpful? Give feedback.
All reactions