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

There is no way to choose a dll that is referenced in the workspace, but the file is not in the workspace. #30

Open
fjqingyou opened this issue Oct 11, 2018 · 4 comments

Comments

@fjqingyou
Copy link

csproj


<Project .........>
  <ItemGroup>
    <Reference Include="xxxxxx">
      <HintPath>/Applications/(xxxxxxx).app/Contents/Managed/(xxxxxx).dll</HintPath>
    </Reference>
  </ItemGroup>
  ........
</Project>

use command

ilspy:decompile il assembly in current workspace
not have (xxxxxx).dll in item list view

@jeremymeng
Copy link
Contributor

Unfortunately the extension doesn't have any knowledge about projects.

Some idea that might help: add another command that allows users to choose a certain directory then provides a list of dlls under that directory (recursively) as candidates for decompilation. The performance is a concern though: image the "/" is being selected...

@fjqingyou
Copy link
Author

@jeremymeng

this is a Unity Project, it's a game developer engine!

@fjqingyou
Copy link
Author

is runing Mac OS.
HintPath tag context is a absolute path

@fjqingyou
Copy link
Author

en .only mac os, Window i don't know!

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