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

VS 2022 Add-In Reusing Existing ILSpy Processes instead of spawning a new one #3311

Open
tinmanjk opened this issue Oct 23, 2024 · 1 comment
Labels
Bug Feedback Needed This issue requires user feedback VS Extension

Comments

@tinmanjk
Copy link

Steps to reproduce - [Latest 8.2 release]

  1. Have ILSpy using multiple instances in the options
  2. Have a separate ILSpy (portable) open and inspecting DLL X
  3. Right click in *.cs file in VS 2022 and clicking Open in ILSpy
  4. The AddIn will open a new ILSpy instance but reuse the existing one for displaying the *.cs code and have the new one be just blank

It would be better to not touch existing running processes for the VS 2022 AddIn.

@tinmanjk tinmanjk added the Bug label Oct 23, 2024
@christophwille
Copy link
Member

Does the 9.x also expose that behavior? (resolving running instances has been changed entirely)

@christophwille christophwille added the Feedback Needed This issue requires user feedback label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Feedback Needed This issue requires user feedback VS Extension
Projects
None yet
Development

No branches or pull requests

2 participants