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

Initial step for adding AssemblyBuilder.Save implementation #83554

Merged
merged 37 commits into from Apr 1, 2023

Conversation

buyaa-n
Copy link
Member

@buyaa-n buyaa-n commented Mar 16, 2023

We decided to have smaller PRs with simpler changes instead of one big PR. Here is what this PR doing:

  • Moving the prototyping work into runtime
  • Made some necessary refactoring
  • Few more simple changes (save simple field, value type)
  • Not introducing new public APIs in ref, new APIs proposal and review will be followed

Contributes to #62956

@ghost
Copy link

ghost commented Mar 16, 2023

Tagging subscribers to this area: @dotnet/area-system-reflection-emit
See info in area-owners.md if you want to be subscribed.

Issue Details

We decided to have smaller PRs with simpler changes instead of one big PR. Here is what this PR doing:

  • Moving the prototyping work into runtime
  • Made some necessary refactoring
  • Few more simple changes (save simple field, value type)
  • Not introducing new public APIs in ref, new APIs proposal and review will be followed

Contributes to #62956

Author: buyaa-n
Assignees: -
Labels:

area-System.Reflection.Emit

Milestone: -

buyaa-n and others added 2 commits March 30, 2023 21:44
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise

@buyaa-n
Copy link
Member Author

buyaa-n commented Apr 1, 2023

All failures are known, thanks for the throughout review @jkotas @steveharter

@buyaa-n buyaa-n merged commit ad8031c into dotnet:main Apr 1, 2023
163 of 168 checks passed
@buyaa-n buyaa-n deleted the ab-save branch April 1, 2023 00:19
@ghost ghost locked as resolved and limited conversation to collaborators May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants