Skip to content

[mono] Fix regression introduced by PR 55726 - #58201

Merged
marek-safar merged 1 commit into
dotnet:mainfrom
uweigand:fix-pr55726-regression
Aug 27, 2021
Merged

[mono] Fix regression introduced by PR 55726#58201
marek-safar merged 1 commit into
dotnet:mainfrom
uweigand:fix-pr55726-regression

Conversation

@uweigand

Copy link
Copy Markdown
Contributor
  • Fix endless recursion in AssemblyBuilder.GetCustomAttributesData()
    and ModuleBuilder.GetCustomAttributesData()

  • Re-enable test cases that now pass on Mono

* Fix endless recursion in AssemblyBuilder.GetCustomAttributesData()
and ModuleBuilder.GetCustomAttributesData()
* Re-enable test cases that now pass on Mono
@ghostghost added area-System.Reflection.Emit community-contribution Indicates that the PR has been added by a community member labels Aug 26, 2021
@marek-safar

Copy link
Copy Markdown
Contributor

@steveisok could you please ensure this is backported to 6.0?

@marek-safar
marek-safar merged commit b375d6b into dotnet:mainAug 27, 2021
@akoeplinger

Copy link
Copy Markdown
Member

/backport to release/6.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1174039377

@uweigand
uweigand deleted the fix-pr55726-regression branch August 27, 2021 16:51
@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.Emitcommunity-contributionIndicates that the PR has been added by a community member

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

4 participants

@uweigand@marek-safar@akoeplinger@lambdageek