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

[8.0.0.7246-preview3] inassembly search filter is case sensitive and automatically suggests the wrong term #2915

Closed
doubledgedboard opened this issue Feb 25, 2023 · 0 comments
Labels

Comments

@doubledgedboard
Copy link

Steps to reproduce

  1. Open Assembly
  2. Right Click on Assembly and Select "Scope search to this assembly"
  3. Enter a search term along with a selection type in the search window

Error message shown

No Search Results Found

Details

  • Product in use: ILSpy
  • Version in use: 8.0.0.7246-preview3

I have an assembly FooBar.exe which when opened in ILSpy shows it as FooBar in the Assemblies tree.

However when performing searches in the assembly, I noticed the results come up as foobar, Version=EtcEtc., Culture=EtcEtc... instead of FooBar.

It seems that there's a discrepancy between the casing of the assembly name and the assembly as it's named in the search results. Because ILSpy automatically adds the non-lowercased version (inassembly:FooBar) but it appears to be case-sensitive, it never finds any results. If I manually change it to inassembly:foobar then it works.

@doubledgedboard doubledgedboard changed the title inassembly search filter is case sensitive and automatically suggests the wrong term [8.0.0.7246-preview3] inassembly search filter is case sensitive and automatically suggests the wrong term Feb 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant