You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: