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

cref instantiated types proposal #1751

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sharwell
Copy link
Member

See #401

@sharwell sharwell changed the title cref instantiated types cref instantiated types proposal Jul 30, 2018
Copy link
Member

@gafter gafter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not correspond to an LDM-championed language proposal. Once it is, it would be appropriate to check in a proposal document.

<!-- What parts of the design are still undecided? -->

* How should the open generic type be referenced if a name matching the type parameter appears in the scope of the reference?
* One option is to allow `<see cref="Dictionary{,}"/>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this also be supported partially, e.g. <see cref="Dictionary{int,}"/>?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Joe4evr That seems complex for consumers of the XML. Why would you want to represent that? It's not even representable in C#.

Base automatically changed from master to main March 12, 2021 19: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

Successfully merging this pull request may close these issues.

4 participants