dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.29k stars 5.92k forks source link

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

Open jnm2 opened 1 month ago

jnm2 commented 1 month ago

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

jnm2 commented 1 month ago

More missing attributes for this page that could be interesting to tooling authors: