-
Notifications
You must be signed in to change notification settings - Fork 833
[WIP] Generate signature based on ModuleOrNamespaceType #11303
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
Conversation
| showObsoleteMembers=true | ||
| showAttributes=true } | ||
| showAttributes=true | ||
| shrinkOverloads=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this impact tooltips? We shrink overloads for those
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is a separate pass to generating text versus tooltips.
|
We basically already included most of the changes here in other PRs including community ones. |
We need a multi-purpose tool for FCS that will enable to generate signature files, not just for F# assemblies, but for other assemblies and types as well to show metadata. Currently work in progress, will consider to borrow community contributions in the effort.