-
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
[mono] Fix support for generic custom attributes. #78091
Conversation
Do we need a regression test? It would contribute to #73735. |
The test seems to fail on nativeaot. |
Not completely surprised. This used to be a compiler crash until very late in RC1 when System.Reflection.Metadata finally fixed a bug around this leaving no runway in 7.0 to look at this. I added an ActiveIssue. |
Can we delete runtime/src/tests/issues.targets Line 1363 in 52eed7d
|
7dc7c29
to
f04481d
Compare
134b49a
to
ddfc910
Compare
Removed the added test and reenabled the existing ones. |
Failure is |
ddfc910
to
28631d3
Compare
|
a0cd7e1
to
12eff9a
Compare
12eff9a
to
572f4c9
Compare
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.
Thanks. It also fixes #56887. 👍
should we backport this? |
Its low risk. |
If it's low risk then we should. |
It did seems to cause a small number of perf regressions: |
Fixes #77047.