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

Add ability to find symbol in mono corelib and in other platform locations #26

Merged
merged 10 commits into from
Feb 12, 2021

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    3807bdc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    d037142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7f363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7afe9ab View commit details
    Browse the repository at this point in the history
  4. Comments.

    carlossanlop committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c30ba5f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Fix mono logic.

    Only look inside referenced projects that are explicitly included and not explicitly excluded (by namespace).
    carlossanlop committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    638df9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff72334 View commit details
    Browse the repository at this point in the history
  3. Bug fix: Handle enums as types. Assume enum members don't have public…

    … or protected modifier. Add unit test.
    carlossanlop committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8225faf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    22da8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550bdab View commit details
    Browse the repository at this point in the history