Skip to content
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

Merged
merged 3 commits into from
Apr 22, 2022

Conversation

madelson
Copy link
Contributor

Filtering on an open generic type retrieves all attributes that are or
are derived from constructed instances of that type.

fix #64169

Filtering on an open generic type retrieves all attributes that are or
are derived from constructed instances of that type.

fix dotnet#64169
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Apr 18, 2022
@ghost
Copy link

ghost commented Apr 18, 2022

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Issue Details

Filtering on an open generic type retrieves all attributes that are or
are derived from constructed instances of that type.

fix #64169

Author: madelson
Assignees: -
Labels:

area-System.Reflection

Milestone: -

@madelson
Copy link
Contributor Author

@buyaa-n do any of the failures above look "real" to you?

@buyaa-n
Copy link
Contributor

buyaa-n commented Apr 19, 2022

@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

@madelson madelson marked this pull request as ready for review April 19, 2022 23:41
@madelson
Copy link
Contributor Author

@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.

Copy link
Contributor

@buyaa-n buyaa-n left a 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!

@buyaa-n buyaa-n requested review from jkotas and steveharter April 20, 2022 23:51
@buyaa-n
Copy link
Contributor

buyaa-n commented Apr 22, 2022

Thanks @madelson for your contribution!

The failure unrelated, filed an issue, merging

@buyaa-n buyaa-n merged commit c6a51bd into dotnet:main Apr 22, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Reflection community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: Get info about generic attributes
3 participants