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

Search for member doesn't support generic FQ Name #2522

Closed
Ralf1108 opened this issue Oct 18, 2021 · 0 comments
Closed

Search for member doesn't support generic FQ Name #2522

Ralf1108 opened this issue Oct 18, 2021 · 0 comments
Labels
Enhancement Areas for improvement

Comments

@Ralf1108
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The search functionality doesn't work with generic type FQ Names like "IlSpyBugTest.ClassWithGenericType`1"

Describe the solution you'd like
When "IlSpyBugTest.ClassWithGenericType`1" is entered into the search term it should show the matching type

Additional context

Reproduce steps:

  1. Create assembly with a generic class:
namespace IlSpyBugTest
{
    class ClassWithGenericType<T>
    {
    }
}
  1. open assembly in ILSpy
  2. copy FQ Name from generic class
    grafik
  3. enter FQ Name into search box (Types and Members)
    grafik

No type shows up!

If the backtick is removed then the type is shown:
grafik

@Ralf1108 Ralf1108 added the Enhancement Areas for improvement label Oct 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement Areas for improvement
Projects
None yet
Development

No branches or pull requests

1 participant