Uh oh!
There was an error while loading. Please reload this page.
[mono] Support RuntimeType.MakeGenericType with non-RuntimeType elements - #58014
Conversation
uweigand
commented
Aug 24, 2021
- Fixes[mono] RuntimeType.MakeGenericType with non-RuntimeType elements not supported #58013
jkotas
commented
Aug 24, 2021
Do we need to add test? |
lewing
commented
Aug 24, 2021
runtime (Libraries Test Run release mono Linux arm64 Debug) hit #57941 |
SamMonoRT
commented
Aug 26, 2021
@uweigand - can we get a test added for the change ? |
uweigand
commented
Aug 27, 2021
Added test case. The test fails on Mono without this patch and passes with it. In any case it passes with CoreCLR. If there is a more straightforward way to create a non-RuntimeType type, I'd appreciate any suggestions ... |
jkotas
commented
Aug 27, 2021
I think Or include |
Thanks for the pointers! While investigating those, I found |
marek-safar
commented
Aug 27, 2021
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1174964346 |