Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 27, 2021

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.

@dotnet-issue-labeler
Copy link

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
Member

Depends on #58255

@akoeplinger akoeplinger added this to the 6.0.0 milestone Aug 27, 2021
@lambdageek lambdageek added the area-VM-reflection-mono Reflection issues specific to MonoVM label Aug 27, 2021
@ghost
Copy link

ghost commented Aug 27, 2021

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.0 Aug 30, 2021
@akoeplinger akoeplinger deleted the backport/pr-58016-to-release/6.0 branch August 30, 2021 13:16
@ghost ghost locked as resolved and limited conversation to collaborators Sep 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-reflection-mono Reflection issues specific to MonoVM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants