Organize extension methods under the type being extended #9197
Unanswered
xavierjohn
asked this question in
Q&A
Replies: 1 comment
-
I have the same wish, but currently, looking at the code, it's not obvious how this would be done. I think it breaks down in I'm not savvy enough with the externals of the Metadata processing to implement it at this time, but I may take a shot at it eventually. |
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 would like to organize my extension method documentations under the type that is being extended.
For example: If I added extension methods to HttpResponse class then I would like to see all my extensions under that type
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions