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

Overload resolution bug #2411

Closed
KristianWedberg opened this issue Feb 2, 2018 · 5 comments
Closed

Overload resolution bug #2411

KristianWedberg opened this issue Feb 2, 2018 · 5 comments

Comments

@KristianWedberg
Copy link

DocFX Version Used: 2.31.0.0

Template used: default

Steps to Reproduce:

        private void Method(bool a)
        { }

        public void Method()
        { }

        /// <summary>
        /// See <see cref="Method"/>.
        /// </summary>
        public void OtherMethod()
        { }

Expected Behavior:
<see cref="Method"/> resolves to public void Method().

Actual Behavior:
<see cref="Method"/> resolves to private void Method(bool a).

<div class="markdown level1 summary"><p>See <span class="xref">actionETL.ADb.ADbParameter.Method(System.Boolean)</span>.</p>
</div>
@stale
Copy link

stale bot commented Mar 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Mar 6, 2019
@KristianWedberg
Copy link
Author

This bug (resolving reference to a private overload instead of the public overload) is still present in docfx 2.4.10. Any chance it will be scheduled for fixing?

@stale stale bot removed the stale label Mar 7, 2019
@superyyrrzz
Copy link
Contributor

This look like a roslyn issue, and still an open issue for csharp.
image

@stale
Copy link

stale bot commented Jun 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.

@stale stale bot added the stale label Jun 10, 2019
@stale
Copy link

stale bot commented Jun 17, 2019

Closing this issue after a prolonged period of inactivity. If you still think this issue is relevant, please feel free to ping a maintainer or leave a comment.

@stale stale bot closed this as completed Jun 17, 2019
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

2 participants