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

Possible bug with internalizing assemblies? #37

Closed
peters opened this issue Apr 9, 2013 · 1 comment
Closed

Possible bug with internalizing assemblies? #37

peters opened this issue Apr 9, 2013 · 1 comment

Comments

@peters
Copy link

peters commented Apr 9, 2013

Say you have 4 assemblies, where 3 are internalized and the last one is not. You reference the resulting dll in a new project. Say the main assembly is A, and the namespace of the assembly merged that was not interalized is B. Trying to reference namespace B in this project will not work, because it is not recognized in visual studio.

Interesting enough, if you view the object browser (or in ilspy for that matter) namespace B is clearly available in the merged assembly.

Also if you try to add assembly B as a solution project reference, visual studio complains that assembly B is available in both the merged assembly and the solution project reference.

Any ideas of what could be wrong?

@KirillOsenkov
Copy link
Collaborator

It's hard to say now.

@KirillOsenkov KirillOsenkov closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2024
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