Skip to content

[release/6.0] [mono] Support public key token in DefineDynamicAssembly - #58283

Merged
akoeplinger merged 1 commit into
release/6.0from
backport/pr-58016-to-release/6.0
Aug 30, 2021
Merged

[release/6.0] [mono] Support public key token in DefineDynamicAssembly#58283
akoeplinger merged 1 commit into
release/6.0from
backport/pr-58016-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 27, 2021

Copy link
Copy Markdown
Contributor

Backport of #58016 to release/6.0

/cc @lambdageek@uweigand

Customer Impact

Using System.Reflection.Emit to define assemblies with a public key token will not work on Mono. Breaks several aspnetcore scenarios on s390x. #58015

Testing

CI. Adds new tests to cover this scenario.

Risk

Low. Allows more programs to run without throwing exceptions.

@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@lambdageek

Copy link
Copy Markdown
Member

Depends on #58255

@akoeplingerakoeplinger added this to the 6.0.0 milestone Aug 27, 2021
@lambdageeklambdageek added the area-VM-reflection-mono Reflection issues specific to MonoVM label Aug 27, 2021
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #58016 to release/6.0

/cc @lambdageek@uweigand

Customer Impact

Using System.Reflection.Emit to define assemblies with a public key token will not work on Mono. Breaks several aspnetcore scenarios on s390x. #58015

Testing

CI. Adds new tests to cover this scenario.

Risk

Low. Allows more programs to run without throwing exceptions.

Author:github-actions[bot]
Assignees:-
Labels:

area-System.Reflection-mono

Milestone:6.0.0

@akoeplinger
akoeplinger merged commit bead375 into release/6.0Aug 30, 2021
@akoeplinger
akoeplinger deleted the backport/pr-58016-to-release/6.0 branch August 30, 2021 13:16
@ghostghost locked as resolved and limited conversation to collaborators Sep 29, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-reflection-monoReflection issues specific to MonoVM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@lambdageek@marek-safar@akoeplinger@uweigand