docs icon indicating copy to clipboard operation
docs copied to clipboard

InternalsVisibleToAttribute missing from "Assembly level attributes interpreted by the C# compiler"

Open jnm2 opened this issue 1 year ago • 1 comments

Type of issue

Missing information

Description

When the C# compiler sees https://learn.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.internalsvisibletoattribute in a reference, it allows the compilation to access types that are internal within that referenced assembly.

Page URL

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/global

Content source URL

https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/attributes/global.md

Document Version Independent Id

a48f27c2-0f05-3db0-b993-a70eb8217cc4

Article author

@BillWagner

Metadata

  • ID: 9061ed45-28b5-6162-ede2-48f028516e8e
  • Service: dotnet-csharp
  • Sub-service: lang-reference

jnm2 avatar Oct 04 '24 01:10 jnm2