Uh oh!
There was an error while loading. Please reload this page.
[mono] Support public key token in DefineDynamicAssembly - #58016
Conversation
uweigand
commented
Aug 24, 2021
- Fixes[mono] DefineDynamicAssembly ignores PublicKeyToken #58015
ghost
commented
Aug 24, 2021
Tagging subscribers to this area: Issue Details
|
jkotas
commented
Aug 24, 2021
Do we need to add test? |
Uh oh!
There was an error while loading. Please reload this page.
uweigand
commented
Aug 26, 2021
I noticed there are existing tests for DefineDynamicAssembly, but
I've just pushed a version that fixes the endless recursion, enables the test cases, and adds a public key test. The test passes on CoreCLR, fails on Mono before this patch, and succeeds on Mono after this patch. Does this look OK or would you prefer if I split off the regression fix into a separate PR? |
lambdageek
commented
Aug 26, 2021
I'd prefer the fix in a separate PR - just because it'll be easier to reason about the backports to 6.0 |
uweigand
commented
Aug 26, 2021
OK, this is now #58201 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
uweigand
commented
Aug 27, 2021
Rebased after #58201 was merged. |
lambdageek
commented
Aug 27, 2021
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1175273337 |