dotnet / dotnet/dotnet-api-docs
CustomAttributeExtensions.xml
Open
area-System.Reflection
help wanted
Pri3
product-question
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.customattributeextensions.getcustomattributes?view=netframework-4.8
It is not clear if the generic methods, like: `GetCustomAttributes(Assembly)` searching inherit or not. Because the "regular" GetCustomAttributes" methods e.g. from System.Reflection.Assembly have a boolean parameter `inherit`.
The ones from the extensions are missing this `inherit` parameter!
Contributor guide
Assessment
This issue has not been assessed yet.