Skip to content

Docs: InternalsVisibleTo attribute docs incorrect #630

@dtchepak

Description

@dtchepak

As per this SO comment, the How NSub Works docs are incorrect.

Use [assembly: InternalsVisibleTo(InternalsVisible.ToDynamicProxyGenAssembly2)] in the test assembly so that the internal member can be overridden.

should be:

Use [assembly: InternalsVisibleTo(InternalsVisible.ToDynamicProxyGenAssembly2)] in the assembly under test so that the internal member can be overridden.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions