Uh oh!
There was an error while loading. Please reload this page.
Fix Type.ContainsGenericParameters for function pointers - #90864
Conversation
ghost
commented
Aug 20, 2023
Tagging subscribers to this area: @dotnet/area-system-reflection |
| return FALSE; | ||
| } | ||
| BOOL TypeDesc::ContainsGenericVariables(BOOL methodOnly) |
There was a problem hiding this comment.
The implementation mirrors structure of IsSharedByGenericInstantiations
jkotas
commented
Aug 20, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkotas
commented
Aug 21, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkotas
commented
Aug 21, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ivanpovazan
left a comment
There was a problem hiding this comment.
The Mono part looks good, thank you!
steveharter
commented
Aug 22, 2023
Consider backporting to release/8.0; missing functionality for new feature added in 8.0. cc @ericstj |
jkotas
commented
Aug 22, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5944846172 |
Fixes#84916