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

Adding assembly references to dll #409

Open
woahbust opened this issue Feb 9, 2025 · 2 comments
Open

Adding assembly references to dll #409

woahbust opened this issue Feb 9, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@woahbust
Copy link

woahbust commented Feb 9, 2025

Problem Description

Classes inside of an assembly may only reference members that are in the assemblies included in it's referenced assemblies list, which cannot be added to.

Proposal

Add ability to include new assemblies into an existing assembly's referenced assembly list.

Alternatives

No response

Additional Context

No response

@woahbust woahbust added the enhancement New feature or request label Feb 9, 2025
@GazziFX
Copy link

GazziFX commented Feb 10, 2025

If you use edit class C# or edit IL it will automatically add references from assemblies in Assembly Explorer

@woahbust
Copy link
Author

If you use edit class C# or edit IL it will automatically add references from assemblies in Assembly Explorer

That's not what I'm referring to. This only happens if the assembly of the class you are editing already has that other assembly in its assembly reference list. If you were to open a new assembly not previously in the current assembly's referenced assemblies list, and try to use any classes or members from the new assembly, it will not work and will not automatically add any references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants