Skip to content

No way to compile a VB NetModule that has InternalsVisibleTo access to a strong named assembly #26723

@gafter

Description

@gafter

In C#, it is possible to compile a netmodule that has InternalsVisibleTo access to a strong named assembly. You just tell the compilation (for the netmodule) that the name of the assembly is the name of the final assembly into which it will be included. But that doesn't work in VB, because the netmodule doesn't have the correct strong name (you can't strong name a netmodule). We should adjust the VB compiler to permit this to work the same way it works in C#.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions