Skip to content

[Bug?]: ScopeSearchToAssembly includes assemblies which also start with the same assembly name #3064

@just-ero

Description

@just-ero

Steps to reproduce

  1. Load two assemblies where one begins with the same name as the other; i.e. FooAssembly.dll and FooAssembly-Other.dll
  2. Search for a type or member name which matches in both assemblies.
  3. Scope the search to FooAssembly.dll via inassembly:FooAssembly.

Expected Behavior

Only results from FooAssembly.dll are be displayed.

Actual Behavior

Results from FooAssembly-Other.dll are also displayed.
This is relevant for example when decompiling a Unity game's Assembly-CSharp.dll where results from Assembly-CSharp-firstpass.dll are also displayed.

Details

  • Product in use: ILSpy
  • Version in use: 8.1.0.7455

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions