Skip to content

[release/6.0] [mono] Fix regression introduced by PR 55726 - #58255

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

[release/6.0] [mono] Fix regression introduced by PR 55726#58255
akoeplinger merged 1 commit into
release/6.0from
backport/pr-58201-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 27, 2021

Copy link
Copy Markdown
Contributor

Backport of #58201 to release/6.0

/cc @akoeplinger@uweigand

Customer Impact

Fixes a regression that caused an endless recursion in AssemblyBuilder.GetCustomAttributesData() and ModuleBuilder.GetCustomAttributesData()

Testing

Automated unit tests as part of the PR.

Risk

Low.

* Fix endless recursion in AssemblyBuilder.GetCustomAttributesData()
and ModuleBuilder.GetCustomAttributesData()
* Re-enable test cases that now pass on Mono
@akoeplingerakoeplinger added this to the 6.0.0 milestone Aug 27, 2021
@akoeplingerakoeplinger added the runtime-mono specific to the Mono runtime label Aug 27, 2021
@lambdageeklambdageek added the Servicing-consider Issue for next servicing release review label Aug 27, 2021
@akoeplingerakoeplinger removed the Servicing-consider Issue for next servicing release review label Aug 27, 2021
@akoeplinger
akoeplinger merged commit 30a3aa2 into release/6.0Aug 27, 2021
@akoeplinger
akoeplinger deleted the backport/pr-58201-to-release/6.0 branch August 27, 2021 19:29
@ghostghost locked as resolved and limited conversation to collaborators Sep 26, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Reflection.Emitruntime-monospecific to the Mono runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@marek-safar@lambdageek@akoeplinger@uweigand