-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom attribute filtering with an open generic type. #68158
Conversation
Filtering on an open generic type retrieves all attributes that are or are derived from constructed instances of that type. fix dotnet#64169
Tagging subscribers to this area: @dotnet/area-system-reflection Issue DetailsFiltering on an open generic type retrieves all attributes that are or fix #64169
|
@buyaa-n do any of the failures above look "real" to you? |
Not sure what you mean by "real", but the failures looks unrelated. Anyway assume your PR is not ready as it is a draft |
@buyaa-n thanks. I was just looking for confirmation that I shouldn't be diving deeper into the check failures. I've removed the draft status. |
...em.Private.CoreLib/src/Internal/Reflection/Extensions/NonPortable/CustomAttributeSearcher.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except improving the test coverage, changes LGTM, thanks!
Filtering on an open generic type retrieves all attributes that are or
are derived from constructed instances of that type.
fix #64169