Skip to content

Abstract out ParameterBuilder and implement it#85446

Merged
buyaa-n merged 4 commits into
dotnet:mainfrom
buyaa-n:save_parameter
Apr 28, 2023
Merged

Abstract out ParameterBuilder and implement it#85446
buyaa-n merged 4 commits into
dotnet:mainfrom
buyaa-n:save_parameter

Conversation

@buyaa-n

@buyaa-n buyaa-n commented Apr 27, 2023

Copy link
Copy Markdown
Contributor

Contributes to #62956
Fixes #83831

  • Abstract out ParameterBuilder and update runtimes accordingly
  • Create ParameterBuilderImpl and save methods parameters

@ghost

ghost commented Apr 27, 2023

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost assigned buyaa-n Apr 27, 2023
@ghost

ghost commented Apr 27, 2023

Copy link
Copy Markdown

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

Issue Details

Contributes to #62956
Fixes #83831

  • Abstract out ParameterBuilder and update runtimes accordingly
  • Create ParameterBuilderImpl and save methods parameters
Author: buyaa-n
Assignees: -
Labels:

area-System.Reflection, new-api-needs-documentation

Milestone: -

@vargaz

vargaz commented Apr 27, 2023

Copy link
Copy Markdown
Contributor

The mono changes look ok.

@jkotas jkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@buyaa-n

buyaa-n commented Apr 28, 2023

Copy link
Copy Markdown
Contributor Author

The failures are unrelated and looks all timed out infra issue tracked with #76454

@buyaa-n buyaa-n merged commit dd95ed8 into dotnet:main Apr 28, 2023
@buyaa-n buyaa-n deleted the save_parameter branch April 28, 2023 17:43
@ghost ghost locked as resolved and limited conversation to collaborators May 28, 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.

Make ParameterBuilder abstract

3 participants