Uh oh!
There was an error while loading. Please reload this page.
Check for generic structs in "needs marshalling" check - #90836
Conversation
jkotas
commented
Aug 18, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
left a comment
There was a problem hiding this comment.
Can we add a negative test that throws InvalidProgramException with a generic class type?
jtschuster
commented
Aug 21, 2023
I don't think we can, the analyzer will create an error for classes and structs with NonBlittable generic parameters. |
jtschuster
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
…huster/runtime into CheckGenericStructBlittable
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
jtschuster
commented
Aug 30, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes#90828.