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

Inconsistent Reference Model #13

Closed
Andrei15193 opened this issue Apr 27, 2019 · 1 comment
Closed

Inconsistent Reference Model #13

Andrei15193 opened this issue Apr 27, 2019 · 1 comment
Assignees

Comments

@Andrei15193
Copy link
Owner

The MemberInfoReferenceDocumentationElement used to reference MemberInfos from XML documentation should not expose a reference to the referred MemberInfo as this will force visitors to implement referencing logic for the MemberInfo (what if it's a type? what if it's a method? How should the link be displayed?).

There already is a TypeReferenceData defined, it should be extended such that any MemberInfo can be referenced and thus providing a single model for referencing members of an Assembly.

@Andrei15193
Copy link
Owner Author

This will be addressed with #14 and #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant