dotnet / dotnet/dotnet-api-docs
Reference to nonexistent AssemblyLoadAttribute is confusing
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
### Type of issue
Missing information
### Description
The tables in the Remarks section mention an attribute which is not in the BCL nor recognized by Roslyn, `AssemblyLoadAttribute`. This is confusing. That row of the the table mentions `CorAssemblyFlags` which mentions is partially covered by a different attribute, , which doesn't appear to be a pseudo-attribute (it gets emitted into the custom attributes table). also seems to cover these same debuggable flags as well as more, and this attribute _is_ a pseudo-attribute. Should `AssemblyFlagsAttribute` or multiple attributes perhaps be linked, rather than stating `AssemblyLoadAttribute` which does not seem to be a known attribute?
### Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.getcustomattributes?view=net-8.0
### Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Reflection/Assembly.xml
### Document Version Independent Id
1f2add2c-8aef-80f0-c26f-10754107ea9f
### Article author
@dotnet-bot
Contributor guide
Assessment
This issue has not been assessed yet.